You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/Demos/Host/Incomplete/BluetoothHost/Lib
Dean Camera 13d812a718
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.
15 years ago
..
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. 15 years ago
BluetoothACLPackets.h Move SDP service tables out into a new set of files, to make the SDP service code cleaner. 15 years ago
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. 15 years ago
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. 15 years ago
BluetoothHCICommands.h Move SDP service tables out into a new set of files, to make the SDP service code cleaner. 15 years ago
BluetoothStack.c Begin processing code for Service Discovery Protocol attributes. 15 years ago
BluetoothStack.h Add start of RFCOMM service layer to the incomplete BluetoothHost demo. 15 years ago
RFCOMM.c Add start of RFCOMM service layer to the incomplete BluetoothHost demo. 15 years ago
RFCOMM.h Add start of RFCOMM service layer to the incomplete BluetoothHost demo. 15 years ago
SDPServices.c Extra protocol value in the RFCOMM protocol is the channel number, not the PSM - update typedef name and size. 15 years ago
SDPServices.h Extra protocol value in the RFCOMM protocol is the channel number, not the PSM - update typedef name and size. 15 years ago
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. 15 years ago
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. 15 years ago