qmk_firmware/Demos/Host/Incomplete/BluetoothHost/Lib
Dean Camera 6bda628718 Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability.
Add missing const qualifiers to the demos.
2010-07-21 16:19:32 +00:00
..
BluetoothACLPackets.c Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability. 2010-07-21 16:19:32 +00:00
BluetoothACLPackets.h Correct misspellings in the Bluetooth demo code. 2010-07-11 08:11:25 +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 Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability. 2010-07-21 16:19:32 +00:00
BluetoothHCICommands.h Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability. 2010-07-21 16:19:32 +00:00
BluetoothStack.c Rename Bluetooth stack function parameters to clearly indicate what sort of Bluetooth channel (ACL, RFCOMM) is required for each parameter, to make the code easier to read. 2010-07-11 07:29:27 +00:00
BluetoothStack.h Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability. 2010-07-21 16:19:32 +00:00
RFCOMM.c Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability. 2010-07-21 16:19:32 +00:00
RFCOMM.h Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability. 2010-07-21 16:19:32 +00:00
RFCOMMControl.c Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability. 2010-07-21 16:19:32 +00:00
RFCOMMControl.h Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability. 2010-07-21 16:19:32 +00:00
SDP.c Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability. 2010-07-21 16:19:32 +00:00
SDP.h Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability. 2010-07-21 16:19:32 +00:00
SDPServices.c Correct misspellings in the Bluetooth demo code. 2010-07-11 08:11:25 +00:00
SDPServices.h 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