qmk_firmware/Demos/Host/Incomplete/BluetoothHost/Lib
Dean Camera fbabecee66 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.
Add a new RFCOMM_SendChannelSignals() function to transmit a change in V24 terminal handshake lines to the receiving device.

Prevent SABM packets sent to the control DLCI in the RFCOMM layer from creating a new channel entry, as the control DLCI does not have connection data associated with it.

Fix up MSC control packet handling so that received responses can be acknowledged correctly, so that the RFCOMM layer can record when the receiving device has ACKed a sent change in V24 terminal handshake lines.
2010-06-29 04:40:02 +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 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
RFCOMM.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
RFCOMMControl.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
RFCOMMControl.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
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