Add RFCOMM service routine, to send pending configuration requests on RFCOMM...
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.
Showing
- Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c 7 additions, 1 deletionDemos/Host/Incomplete/BluetoothHost/BluetoothHost.c
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c 83 additions, 28 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h 14 additions, 12 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.c 47 additions, 36 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.c
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.h 12 additions, 8 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.h
- Demos/Host/Incomplete/BluetoothHost/Lib/SDP.c 0 additions, 6 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/SDP.c
- Demos/Host/Incomplete/BluetoothHost/Lib/SDP.h 0 additions, 1 deletionDemos/Host/Incomplete/BluetoothHost/Lib/SDP.h
Loading
Please register or sign in to comment