Add tag for the 120219 release.
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / Lib / BluetoothACLPackets.c
2012-02-19 Dean CameraAdd tag for the 120219 release. LUFA-120219
2011-06-05 Dean CameraFixed compile errors in the incomplete BluetoothHost...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-07-21 Dean CameraUpdate all demos, projects and bootloaders to indent...
2010-07-11 Dean CameraCorrect misspellings in the Bluetooth demo code.
2010-07-11 Dean CameraOops - ACL layer Bluetooth_SendPacket() function should...
2010-07-11 Dean CameraRename Bluetooth stack function parameters to clearly...
2010-07-08 Dean CameraMove out Bluetooth stack callback functions to a sepera...
2010-06-15 Dean CameraAdd RFCOMM channel configuration parsing and channel...
2010-06-04 Dean CameraDocument Bluetooth files with overall file Doxygen...
2010-06-03 Dean CameraMinor documentation cleanups.
2010-06-03 Dean CameraDelay needed in bluetooth code due to the send function...
2010-06-03 Dean CameraExtra protocol value in the RFCOMM protocol is the...
2010-05-29 Dean CameraFixed incorrect signature for the ATMEGA32U2 in the...
2010-05-23 Dean CameraAdd UUID Class matching to the Service Discovery Protoc...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-07 Dean CameraChange over unix line-endings to dos line endings.
2010-04-22 Dean CameraAdded ability to search by Channel PSM to the GetChanne...
2010-04-20 Dean CameraFixed HID Device Class Driver not allocating a temporar...
2010-04-19 Dean CameraMake bluetooth SDP code correctly unpack the search...
2010-04-18 Dean CameraAdd const keyword to the demo function parameters where...
2010-04-18 Dean CameraAdd bluetooth channel connection callback to the incomp...
2010-04-15 Dean CameraMinor documentation improvements.
2010-04-15 Dean CameraRename FunctionAttributes.h to Attributes.h, as some...
2010-04-13 Dean CameraDocument the Bluetooth ACL layer. Remove unneeded param...
2010-04-12 Dean CameraAdd some more documentation to the half-completed Bluet...
2010-04-12 Dean CameraFix Bluetooth stack CONNECTION RESPONSE packets - for...
2010-04-11 Dean CameraAdd HCI debugging with verbosity control to the Bluetoo...
2010-04-11 Dean CameraFix up Bluetooth Demo's options processing on incoming...
2010-04-10 Dean CameraAdd LUFA-side channel open/close routines, add signalli...
2010-04-10 Dean CameraBluetooth demo can now create and maintain logical...
2010-04-06 Dean CameraMake Bluetooth signalling handler routines use the...
2010-04-06 Dean CameraAdd bidirectional channel configuration -- remote devic...
2010-04-06 Dean CameraAdd packet reception and send routines to the ACL layer...
2010-04-06 Dean CameraAdd information request/response signal handler to...
2010-04-05 Dean CameraAdd Bluetooth signalling echo request/response handlers...
2010-04-01 Dean CameraMore improvements to the incomplete BluetoothHost demo...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-30 Dean CameraFix TemperatureDataLogger - sample tick timer wasn...
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-09 Dean CameraSpell check all source code variables, comments and...
2009-07-11 Dean CameraFixed compilation error in incomplete BluetoothHost...
2009-07-11 Dean CameraAdded incomplete PrinterHost demo application.