aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.c
Commit message (Expand)AuthorAgeFilesLines
* Move out RFCOMM channel structure init code to a seperate routine, to save on...Dean Camera2010-07-021-17/+2
* Add RFCOMM service routine, to send pending configuration requests on RFCOMM ...Dean Camera2010-06-291-36/+47
* Make Bluetooth ACL channel searches skip over closed (invalid) channels. RFCO...Dean Camera2010-06-261-6/+6
* Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to cop...Dean Camera2010-06-231-16/+20
* Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element...Dean Camera2010-06-231-4/+22
* Rename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariableFieldValue() as it is...Dean Camera2010-06-151-15/+52
* Add RFCOMM channel configuration parsing and channel states to the incomplete...Dean Camera2010-06-151-19/+75
* Split out the RFCOMM Control Channel command processing code into a seperate ...Dean Camera2010-06-131-0/+120