aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
Commit message (Expand)AuthorAgeFilesLines
* Rename Bluetooth stack function parameters to clearly indicate what sort of B...Dean Camera2010-07-111-25/+30
* Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann...Dean Camera2010-07-081-5/+14
* Add a new RFCOMM service callback for when new data has been received on a va...Dean Camera2010-07-081-5/+3
* Move out RFCOMM channel structure init code to a seperate routine, to save on...Dean Camera2010-07-021-23/+48
* Add RFCOMM service routine, to send pending configuration requests on RFCOMM ...Dean Camera2010-06-291-28/+83
* Make Bluetooth ACL channel searches skip over closed (invalid) channels. RFCO...Dean Camera2010-06-261-4/+5
* Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to cop...Dean Camera2010-06-231-6/+8
* Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element...Dean Camera2010-06-231-1/+0
* Rename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariableFieldValue() as it is...Dean Camera2010-06-151-15/+29
* Add RFCOMM channel configuration parsing and channel states to the incomplete...Dean Camera2010-06-151-8/+16
* Split out the RFCOMM Control Channel command processing code into a seperate ...Dean Camera2010-06-131-126/+72
* Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h fil...Dean Camera2010-06-131-7/+8
* More RFCOMM layer additions - begin to add multiplexer channel state variables.Dean Camera2010-06-131-6/+51
* Minor fixes to demos to add in some missing comments, printf() formatting. Ma...Dean Camera2010-06-121-3/+5
* Add stub RFCOMM command handlers. Move out RFCOMM frame length and data point...Dean Camera2010-06-071-29/+78
* More RFCOMM layer implementation - fix FCS calculation, add in start of contr...Dean Camera2010-06-071-44/+52
* Make the RFCOMM_SendFrame() function correctly generate frames from the input...Dean Camera2010-06-071-12/+22
* Refactor out RFCOMM packet send code into a seperate function.Dean Camera2010-06-061-21/+35
* Add the svn:eol-style property onto new files which where missing it to ensur...Dean Camera2010-06-061-183/+183
* Document Bluetooth files with overall file Doxygen comments. Add more initial...Dean Camera2010-06-041-16/+63
* Minor documentation cleanups.Dean Camera2010-06-031-5/+38
* Start implementation of RFCOMM decoding layer. Add new service initialize rou...Dean Camera2010-06-031-1/+68
* Add start of RFCOMM service layer to the incomplete BluetoothHost demo.Dean Camera2010-06-031-0/+36