aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.h
Commit message (Expand)AuthorAgeFilesLines
* Rename Bluetooth stack function parameters to clearly indicate what sort of B...Dean Camera2010-07-111-7/+7
* Move out RFCOMM channel structure init code to a seperate routine, to save on...Dean Camera2010-07-021-0/+1
* Add RFCOMM service routine, to send pending configuration requests on RFCOMM ...Dean Camera2010-06-291-8/+12
* Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to cop...Dean Camera2010-06-231-6/+6
* Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element...Dean Camera2010-06-231-2/+2
* Rename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariableFieldValue() as it is...Dean Camera2010-06-151-3/+14
* Add RFCOMM channel configuration parsing and channel states to the incomplete...Dean Camera2010-06-151-7/+42
* Split out the RFCOMM Control Channel command processing code into a seperate ...Dean Camera2010-06-131-0/+86