Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/.h set...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 8 Jul 2010 07:44:07 +0000 (07:44 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 8 Jul 2010 07:44:07 +0000 (07:44 +0000)
commit70983caea5dc6d817c3a887d66a2f43fce535bbd
tree67cc8f38d20179507f0f0678300bc0b8b9704d16
parentdea897ef571bf33bc80c0e1dbf35601009582f3d
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/BluetoothEvents.c [new file with mode: 0644]
Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.h [new file with mode: 0644]
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
Demos/Host/Incomplete/BluetoothHost/makefile
LUFA.pnproj
Projects/AVRISP-MKII/makefile