aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
Commit message (Expand)AuthorAgeFilesLines
* 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