qmk_firmware/Demos/Host/Incomplete/BluetoothHost
2010-06-03 08:42:20 +00:00
..
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. 2010-06-03 08:42:20 +00:00
BluetoothHost.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
BluetoothHost.h Add start of RFCOMM service layer to the incomplete BluetoothHost demo. 2010-06-03 03:58:57 +00:00
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. 2010-05-08 03:12:14 +00:00
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. 2010-05-08 03:12:14 +00:00
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. 2010-05-08 03:12:14 +00:00
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. 2010-05-08 03:12:14 +00:00
Doxygen.conf Remove obsolete entry from the Doxygen configuration files. 2010-05-23 08:39:02 +00:00
makefile Add start of RFCOMM service layer to the incomplete BluetoothHost demo. 2010-06-03 03:58:57 +00:00