qmk_firmware/Demos/Host/Incomplete/BluetoothHost/Lib
Dean Camera 4b952d479a Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to copy over data from the command parameters to the RFCOMM response parameters.
Ensure that only the valid parameter bytes are sent back in response to MSC commands.
2010-06-23 08:10:21 +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 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
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 Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to copy over data from the command parameters to the RFCOMM response parameters. 2010-06-23 08:10:21 +00:00
RFCOMM.h Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to copy over data from the command parameters to the RFCOMM response parameters. 2010-06-23 08:10:21 +00:00
RFCOMMControl.c Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to copy over data from the command parameters to the RFCOMM response parameters. 2010-06-23 08:10:21 +00:00
RFCOMMControl.h Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to copy over data from the command parameters to the RFCOMM response parameters. 2010-06-23 08:10:21 +00:00
SDP.c Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element, as the Bluetooth adaptions to RFCOMM only allow UIH frames to be used. 2010-06-23 07:17:47 +00:00
SDP.h Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element, as the Bluetooth adaptions to RFCOMM only allow UIH frames to be used. 2010-06-23 07:17:47 +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