aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.c
Commit message (Expand)AuthorAgeFilesLines
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-25/+26
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-211-10/+20
* Add missing eol-style properties to new source files.Dean Camera2010-07-121-234/+234
* Rename Bluetooth stack function parameters to clearly indicate what sort of B...Dean Camera2010-07-111-18/+21
* 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