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