aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
Commit message (Expand)AuthorAgeFilesLines
* AppConfigHeaders: Remove outdated incomplete BluetoothHost demo - updated Blu...Dean Camera2012-05-131-809/+0
* Fix warnings and errors found by the new cppcheck provided static code analysis.Dean Camera2012-02-281-5/+5
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Minor documentation improvements.Dean Camera2012-02-011-1/+1
* Fixed compile errors in the incomplete BluetoothHost demo application (thanks...Dean Camera2011-06-051-18/+18
* 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-74/+75
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-211-2/+5
* Correct misspellings in the Bluetooth demo code.Dean Camera2010-07-111-14/+14
* Oops - ACL layer Bluetooth_SendPacket() function should check and allow NULL ...Dean Camera2010-07-111-6/+6
* Rename Bluetooth stack function parameters to clearly indicate what sort of B...Dean Camera2010-07-111-9/+48
* Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/....Dean Camera2010-07-081-0/+2
* Add RFCOMM channel configuration parsing and channel states to the incomplete...Dean Camera2010-06-151-25/+25
* Document Bluetooth files with overall file Doxygen comments. Add more initial...Dean Camera2010-06-041-0/+7
* Minor documentation cleanups.Dean Camera2010-06-031-2/+2
* Delay needed in bluetooth code due to the send function not waiting for the p...Dean Camera2010-06-031-4/+3
* Extra protocol value in the RFCOMM protocol is the channel number, not the PS...Dean Camera2010-06-031-1/+4
* Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...Dean Camera2010-05-291-1/+1
* Add UUID Class matching to the Service Discovery Protocol code - SDP is now c...Dean Camera2010-05-231-1/+0
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-756/+756
* Change over unix line-endings to dos line endings.Dean Camera2010-05-071-1/+1
* Added ability to search by Channel PSM to the GetChannelData() function in th...Dean Camera2010-04-221-7/+14
* Fixed HID Device Class Driver not allocating a temporary buffer when the host...Dean Camera2010-04-201-21/+21
* Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Dean Camera2010-04-191-3/+3
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-181-11/+11
* Add bluetooth channel connection callback to the incomplete BluetoothHost demo.Dean Camera2010-04-181-6/+17
* Minor documentation improvements.Dean Camera2010-04-151-14/+14
* Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean Camera2010-04-151-1/+1
* Document the Bluetooth ACL layer. Remove unneeded parameters from the signall...Dean Camera2010-04-131-60/+188
* Add some more documentation to the half-completed Bluetooth Host demo, fix th...Dean Camera2010-04-121-2/+2
* Fix Bluetooth stack CONNECTION RESPONSE packets - for this command and this c...Dean Camera2010-04-121-3/+15
* Add HCI debugging with verbosity control to the BluetoothHost demo.Dean Camera2010-04-111-2/+2
* Fix up Bluetooth Demo's options processing on incoming channel configuration ...Dean Camera2010-04-111-20/+21
* Add LUFA-side channel open/close routines, add signalling handlers for the cr...Dean Camera2010-04-101-3/+147
* Bluetooth demo can now create and maintain logical channels - need to determi...Dean Camera2010-04-101-17/+55
* Make Bluetooth signalling handler routines use the generic Bluetooth_SendPack...Dean Camera2010-04-061-262/+169
* Add bidirectional channel configuration -- remote device is not ACKing sent C...Dean Camera2010-04-061-85/+175
* Add packet reception and send routines to the ACL layer of the incomplete Blu...Dean Camera2010-04-061-10/+24
* Add information request/response signal handler to the Bluetooth Host demo.Dean Camera2010-04-061-24/+116
* Add Bluetooth signalling echo request/response handlers, disconnection reques...Dean Camera2010-04-051-14/+123
* More improvements to the incomplete BluetoothHost demo - add Disconnection Ev...Dean Camera2010-04-011-33/+30
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix TemperatureDataLogger - sample tick timer wasn't being initialized in the...Dean Camera2009-12-301-3/+3
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
* Fixed compilation error in incomplete BluetoothHost demo.Dean Camera2009-07-111-1/+1
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-0/+206