Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to copy...
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.
Showing
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c 8 additions, 6 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h 10 additions, 3 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.c 20 additions, 16 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.c
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.h 6 additions, 6 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.h
Loading
Please register or sign in to comment