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