qmk_firmware/Demos/Host/Incomplete/BluetoothHost/Lib
Dean Camera c5038f1bf4 Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only.
Remove VBUS events - not needed as the library takes care of VBUS detection and feedback on supported AVRs via the USB_Device_Connected and USB_Device_Disconnected events.

Fixed incorrect Host state assignment in the incomplete BluetoothHost demo.
2009-08-05 06:36:31 +00:00
..
BluetoothACLPackets.c Fixed compilation error in incomplete BluetoothHost demo. 2009-07-11 15:07:07 +00:00
BluetoothACLPackets.h Added incomplete PrinterHost demo application. 2009-07-11 15:05:56 +00:00
BluetoothClassCodes.h Added incomplete PrinterHost demo application. 2009-07-11 15:05:56 +00:00
BluetoothHCICommands.c Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. 2009-08-05 06:36:31 +00:00
BluetoothHCICommands.h Added incomplete PrinterHost demo application. 2009-07-11 15:05:56 +00:00
BluetoothStack.c Added new USB_DeviceState variable to keep track of the current Device mode USB state. 2009-07-21 13:31:21 +00:00
BluetoothStack.h Fixed compilation error in incomplete BluetoothHost demo. 2009-07-11 15:07:07 +00:00