Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to copy over...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 23 Jun 2010 08:10:21 +0000 (08:10 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 23 Jun 2010 08:10:21 +0000 (08:10 +0000)
commit4b952d479aa4bafe203a64d6211512450833cf8f
tree36eea2b2b837fde748145dbb2472353c97ecf89c
parent2eff731ecfbcfec4f3152992e5ae5602a3694424
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.
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.c
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.h