From: Dean Camera Date: Thu, 22 Apr 2010 14:08:00 +0000 (+0000) Subject: Added ability to search by Channel PSM to the GetChannelData() function in the Blueto... X-Git-Tag: LUFA-110528-BETA~510 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/5993e1efe789418e3773d37aae119f48093a3439?ds=inline;hp=5993e1efe789418e3773d37aae119f48093a3439 Added ability to search by Channel PSM to the GetChannelData() function in the BluetoothHost demo. Added new HCI states to properly initialize the bluetooth dongle and retrieve the local BDADDR. Factored out Bluetooth state information into a new state structure for easy reference in the user application. Added new StackInitialized() Bluetooth stack callback function. ---