You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/Demos/Host/Incomplete/BluetoothHost/Lib
Dean Camera 13ea700b35
Rename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariableFieldValue() as it is multi-purpose, and modify it to move the buffer pointer itself rather than relying on the caller.
14 years ago
..
BluetoothACLPackets.c Add RFCOMM channel configuration parsing and channel states to the incomplete BluetoothHost demo. 14 years ago
BluetoothACLPackets.h Minor documentation cleanups. 15 years ago
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. 15 years ago
BluetoothHCICommands.c Document Bluetooth files with overall file Doxygen comments. Add more initial RFCOMM layer code to receive and respond to SABM packets. 15 years ago
BluetoothHCICommands.h Move SDP service tables out into a new set of files, to make the SDP service code cleaner. 15 years ago
BluetoothStack.c Document Bluetooth files with overall file Doxygen comments. Add more initial RFCOMM layer code to receive and respond to SABM packets. 15 years ago
BluetoothStack.h Add RFCOMM channel configuration parsing and channel states to the incomplete BluetoothHost demo. 14 years ago
RFCOMM.c Rename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariableFieldValue() as it is multi-purpose, and modify it to move the buffer pointer itself rather than relying on the caller. 14 years ago
RFCOMM.h Rename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariableFieldValue() as it is multi-purpose, and modify it to move the buffer pointer itself rather than relying on the caller. 14 years ago
RFCOMMControl.c Rename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariableFieldValue() as it is multi-purpose, and modify it to move the buffer pointer itself rather than relying on the caller. 14 years ago
RFCOMMControl.h Rename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariableFieldValue() as it is multi-purpose, and modify it to move the buffer pointer itself rather than relying on the caller. 14 years ago
SDP.c Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h files to SDP.c/.h. Fix compile errors in RFCOMM.c/.h. 14 years ago
SDP.h Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h files to SDP.c/.h. Fix compile errors in RFCOMM.c/.h. 14 years ago
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. 14 years ago
SDPServices.h 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. 14 years ago