qmk_firmware/Demos/Host/Incomplete/BluetoothHost/Lib
Dean Camera 31a34154db Move out RFCOMM channel structure init code to a seperate routine, to save on compiled code space and to prevent copy-paste errors. 2010-07-02 03:06:16 +00:00
..
BluetoothACLPackets.c Add RFCOMM channel configuration parsing and channel states to the incomplete BluetoothHost demo. 2010-06-15 09:32:35 +00:00
BluetoothACLPackets.h Minor documentation cleanups. 2010-06-03 15:32:45 +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 Document Bluetooth files with overall file Doxygen comments. Add more initial RFCOMM layer code to receive and respond to SABM packets. 2010-06-04 06:25:12 +00:00
BluetoothHCICommands.h Move SDP service tables out into a new set of files, to make the SDP service code cleaner. 2010-06-01 03:07:05 +00:00
BluetoothStack.c Make Bluetooth ACL channel searches skip over closed (invalid) channels. RFCOMM channels are considered invalid when the channel state is closed, not when the DLCI is zero - fix incorrect code. 2010-06-26 15:07:13 +00:00
BluetoothStack.h Add RFCOMM channel configuration parsing and channel states to the incomplete BluetoothHost demo. 2010-06-15 09:32:35 +00:00
RFCOMM.c Move out RFCOMM channel structure init code to a seperate routine, to save on compiled code space and to prevent copy-paste errors. 2010-07-02 03:06:16 +00:00
RFCOMM.h Move out RFCOMM channel structure init code to a seperate routine, to save on compiled code space and to prevent copy-paste errors. 2010-07-02 03:06:16 +00:00
RFCOMMControl.c Move out RFCOMM channel structure init code to a seperate routine, to save on compiled code space and to prevent copy-paste errors. 2010-07-02 03:06:16 +00:00
RFCOMMControl.h Move out RFCOMM channel structure init code to a seperate routine, to save on compiled code space and to prevent copy-paste errors. 2010-07-02 03:06:16 +00:00
SDP.c Add RFCOMM service routine, to send pending configuration requests on RFCOMM channels. Add in RFCOMM channel config flags, to determine which configuration commands have been sent and received. 2010-06-29 04:40:02 +00:00
SDP.h Add RFCOMM service routine, to send pending configuration requests on RFCOMM channels. Add in RFCOMM channel config flags, to determine which configuration commands have been sent and received. 2010-06-29 04:40:02 +00:00
SDPServices.c Changed the RFCOMM-specific ItemProtocolChannel_t type to a more generic ItemProtocol_8BitParam_t name, and added a new ItemProtocol_16BitParam_t to the SDP protocol type defines. 2010-06-15 10:09:42 +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