From: Dean Camera Date: Thu, 8 Jul 2010 07:44:07 +0000 (+0000) Subject: Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/.h set... X-Git-Tag: LUFA-110528-BETA~365 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/70983caea5dc6d817c3a887d66a2f43fce535bbd?hp=70983caea5dc6d817c3a887d66a2f43fce535bbd 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. ---