qmk_firmware/Demos/Host/Incomplete/BluetoothHost/Lib
2010-06-03 08:42:20 +00:00
..
BluetoothACLPackets.c Delay needed in bluetooth code due to the send function not waiting for the pipe bank to become ready before writing. Add in a call to Pipe_WaitUntilReady() to fix the issue. 2010-06-03 08:42:20 +00:00
BluetoothACLPackets.h Move SDP service tables out into a new set of files, to make the SDP service code cleaner. 2010-06-01 03:07:05 +00:00
BluetoothClassCodes.h Add PSM value to the RFCOMM service so that the host knows what PSM to use on channels when trying to access it. 2010-06-03 07:45:09 +00:00
BluetoothHCICommands.c Fix endianness issues in the Service Discovery Protocol service of the incomplete Bluetooth Host demo. Host can now correctly retrieve specific services, however Windows does not appear to be sending the appropriate generic browse class IDs needed to report the virtual serial service. 2010-05-31 14:08:15 +00:00
BluetoothHCICommands.h Move SDP service tables out into a new set of files, to make the SDP service code cleaner. 2010-06-01 03:07:05 +00:00
BluetoothStack.c Begin processing code for Service Discovery Protocol attributes. 2010-05-17 23:36:05 +00:00
BluetoothStack.h Add start of RFCOMM service layer to the incomplete BluetoothHost demo. 2010-06-03 03:58:57 +00:00
RFCOMM.c Add start of RFCOMM service layer to the incomplete BluetoothHost demo. 2010-06-03 03:58:57 +00:00
RFCOMM.h Add start of RFCOMM service layer to the incomplete BluetoothHost demo. 2010-06-03 03:58:57 +00:00
SDPServices.c Extra protocol value in the RFCOMM protocol is the channel number, not the PSM - update typedef name and size. 2010-06-03 08:33:01 +00:00
SDPServices.h Extra protocol value in the RFCOMM protocol is the channel number, not the PSM - update typedef name and size. 2010-06-03 08:33:01 +00:00
ServiceDiscoveryProtocol.c Add PSM value to the RFCOMM service so that the host knows what PSM to use on channels when trying to access it. 2010-06-03 07:45:09 +00:00
ServiceDiscoveryProtocol.h Add PSM value to the RFCOMM service so that the host knows what PSM to use on channels when trying to access it. 2010-06-03 07:45:09 +00:00