From 70983caea5dc6d817c3a887d66a2f43fce535bbd Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 8 Jul 2010 07:44:07 +0000 Subject: Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/.h set of files for clarity in the Incomplete BluetoothHost demo. Add a new stack callback for opened ACL channels, make the demo save the RFCOMM channel when opened so that it does not have to search for it on each iteration of the main program loop. --- Demos/Host/Incomplete/BluetoothHost/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Demos/Host/Incomplete/BluetoothHost/makefile') diff --git a/Demos/Host/Incomplete/BluetoothHost/makefile b/Demos/Host/Incomplete/BluetoothHost/makefile index 0281f86a5..946e50046 100644 --- a/Demos/Host/Incomplete/BluetoothHost/makefile +++ b/Demos/Host/Incomplete/BluetoothHost/makefile @@ -130,6 +130,7 @@ LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)" # List C source files here. (C dependencies are automatically generated.) SRC = $(TARGET).c \ + BluetoothEvents.c \ DeviceDescriptor.c \ ConfigDescriptor.c \ Lib/BluetoothStack.c \ -- cgit v1.2.3