aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h
Commit message (Expand)AuthorAgeFilesLines
* AppConfigHeaders: Remove outdated incomplete BluetoothHost demo - updated Blu...Dean Camera2012-05-131-150/+0
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-301-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-15/+16
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-211-12/+27
* Rename Bluetooth stack function parameters to clearly indicate what sort of B...Dean Camera2010-07-111-12/+13
* Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann...Dean Camera2010-07-081-1/+5
* Add a new RFCOMM service callback for when new data has been received on a va...Dean Camera2010-07-081-0/+2
* Move out RFCOMM channel structure init code to a seperate routine, to save on...Dean Camera2010-07-021-1/+2
* Add RFCOMM service routine, to send pending configuration requests on RFCOMM ...Dean Camera2010-06-291-12/+14
* Make Bluetooth ACL channel searches skip over closed (invalid) channels. RFCO...Dean Camera2010-06-261-2/+2
* Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to cop...Dean Camera2010-06-231-3/+10
* 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-2/+5
* Add RFCOMM channel configuration parsing and channel states to the incomplete...Dean Camera2010-06-151-14/+14
* Split out the RFCOMM Control Channel command processing code into a seperate ...Dean Camera2010-06-131-32/+13
* Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h fil...Dean Camera2010-06-131-2/+2
* More RFCOMM layer additions - begin to add multiplexer channel state variables.Dean Camera2010-06-131-1/+12
* Add stub RFCOMM command handlers. Move out RFCOMM frame length and data point...Dean Camera2010-06-071-15/+25
* More RFCOMM layer implementation - fix FCS calculation, add in start of contr...Dean Camera2010-06-071-6/+20
* Make the RFCOMM_SendFrame() function correctly generate frames from the input...Dean Camera2010-06-071-4/+11
* Refactor out RFCOMM packet send code into a seperate function.Dean Camera2010-06-061-7/+3
* Add the svn:eol-style property onto new files which where missing it to ensur...Dean Camera2010-06-061-96/+96
* Document Bluetooth files with overall file Doxygen comments. Add more initial...Dean Camera2010-06-041-4/+5
* Minor documentation cleanups.Dean Camera2010-06-031-1/+8
* Start implementation of RFCOMM decoding layer. Add new service initialize rou...Dean Camera2010-06-031-0/+31
* Add start of RFCOMM service layer to the incomplete BluetoothHost demo.Dean Camera2010-06-031-0/+57