qmk_firmware/Demos/Host/Incomplete/BluetoothHost
Dean Camera 5993e1efe7 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.
2010-04-22 14:08:00 +00:00
..
Lib Added ability to search by Channel PSM to the GetChannelData() function in the BluetoothHost demo. 2010-04-22 14:08:00 +00:00
BluetoothHost.c Added ability to search by Channel PSM to the GetChannelData() function in the BluetoothHost demo. 2010-04-22 14:08:00 +00:00
BluetoothHost.h Document the Bluetooth ACL layer. Remove unneeded parameters from the signalling command processing routines. 2010-04-13 11:19:04 +00:00
ConfigDescriptor.c Add some more documentation to the half-completed Bluetooth Host demo, fix the OpenChannel() command initialising the channel information structure to the wrong initial state once the CONNECTION REQUEST command has been sent to the remote device. 2010-04-12 14:26:56 +00:00
ConfigDescriptor.h More improvements to the incomplete BluetoothHost demo - add Disconnection Event processing. 2010-04-01 04:30:21 +00:00
DeviceDescriptor.c More improvements to the incomplete BluetoothHost demo - add Disconnection Event processing. 2010-04-01 04:30:21 +00:00
DeviceDescriptor.h More improvements to the incomplete BluetoothHost demo - add Disconnection Event processing. 2010-04-01 04:30:21 +00:00
Doxygen.conf Add some more documentation to the half-completed Bluetooth Host demo, fix the OpenChannel() command initialising the channel information structure to the wrong initial state once the CONNECTION REQUEST command has been sent to the remote device. 2010-04-12 14:26:56 +00:00
makefile Document the Bluetooth ACL layer. Remove unneeded parameters from the signalling command processing routines. 2010-04-13 11:19:04 +00:00