qmk_firmware/Demos/Host/Incomplete/BluetoothHost
Dean Camera 559af02204 Use a bitmask instead of an array of bools in the SDP UUID List matching algorithm to reduce the compiled code size and stack used. 2010-06-22 07:55:02 +00:00
..
Lib Use a bitmask instead of an array of bools in the SDP UUID List matching algorithm to reduce the compiled code size and stack used. 2010-06-22 07:55:02 +00:00
BluetoothHost.c Added new pgm_read_ptr() macro to Common.h for reading of pointers out of flash memory space. 2010-06-22 07:06:27 +00:00
BluetoothHost.h Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h files to SDP.c/.h. Fix compile errors in RFCOMM.c/.h. 2010-06-13 12:44:20 +00:00
ConfigDescriptor.c Minor documentation cleanups. 2010-06-03 15:32:45 +00:00
ConfigDescriptor.h More documentation fixes. 2010-06-03 15:55:28 +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 More documentation fixes. 2010-06-03 15:55:28 +00:00
Doxygen.conf Remove obsolete entry from the Doxygen configuration files. 2010-05-23 08:39:02 +00:00
makefile Split out the RFCOMM Control Channel command processing code into a seperate set of files for clarity. 2010-06-13 13:21:35 +00:00