aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c
Commit message (Expand)AuthorAgeFilesLines
* AppConfigHeaders: Remove outdated incomplete BluetoothHost demo - updated Blu...Dean Camera2012-05-131-74/+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
* 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-6/+7
* Rename Bluetooth stack function parameters to clearly indicate what sort of B...Dean Camera2010-07-111-41/+1
* Make Bluetooth ACL channel searches skip over closed (invalid) channels. RFCO...Dean Camera2010-06-261-0/+5
* Document Bluetooth files with overall file Doxygen comments. Add more initial...Dean Camera2010-06-041-0/+6
* Begin processing code for Service Discovery Protocol attributes.Dean Camera2010-05-171-0/+3
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-99/+99
* Added ability to search by Channel PSM to the GetChannelData() function in th...Dean Camera2010-04-221-18/+27
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-181-1/+1
* Minor documentation improvements.Dean Camera2010-04-151-3/+3
* Add some more documentation to the half-completed Bluetooth Host demo, fix th...Dean Camera2010-04-121-2/+22
* Add LUFA-side channel open/close routines, add signalling handlers for the cr...Dean Camera2010-04-101-28/+0
* Bluetooth demo can now create and maintain logical channels - need to determi...Dean Camera2010-04-101-15/+22
* Make Bluetooth signalling handler routines use the generic Bluetooth_SendPack...Dean Camera2010-04-061-0/+1
* Add bidirectional channel configuration -- remote device is not ACKing sent C...Dean Camera2010-04-061-13/+12
* Add Bluetooth signalling echo request/response handlers, disconnection reques...Dean Camera2010-04-051-13/+4
* Add user callback function to the Bluetooth host demo to filter out connectio...Dean Camera2010-04-051-5/+15
* Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer ...Dean Camera2010-03-311-3/+5
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-1/+1
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-0/+88