-
- Downloads
Rename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariableFieldValue() as it is...
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. Make RFCOMM_GetChannelData() return NULL if the required channel DLCI is found, but the channel is closed. Add modem signals (BREAK, DCD, etc.) to the channel state array, and add in a handler for the Modem Status RFCOMM control command.
Showing
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c 29 additions, 15 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h 5 additions, 2 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.c 52 additions, 15 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.c
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.h 14 additions, 3 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.h
Loading
Please register or sign in to comment