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
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
..
Lib 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
BluetoothHost.c Extra protocol value in the RFCOMM protocol is the channel number, not the PSM - update typedef name and size. 15 years ago
BluetoothHost.h Add start of RFCOMM service layer to the incomplete BluetoothHost demo. 15 years ago
ConfigDescriptor.c Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
ConfigDescriptor.h Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
DeviceDescriptor.c Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
DeviceDescriptor.h Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
Doxygen.conf Remove obsolete entry from the Doxygen configuration files. 15 years ago
makefile Add start of RFCOMM service layer to the incomplete BluetoothHost demo. 15 years ago