aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib
Commit message (Expand)AuthorAgeFilesLines
* Switch over the BluetoothHost demo's Service Discovery code to pass around mo...Dean Camera2010-05-182-19/+20
* Begin processing code for Service Discovery Protocol attributes.Dean Camera2010-05-173-41/+87
* Fix nasty bug in USBInterrupt.c which would cause a lockup if the control end...Dean Camera2010-05-111-3/+2
* Refactor Service Discovery Protocol code in the incomplete Bluetooth Host dem...Dean Camera2010-05-102-53/+72
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-089-2247/+2247
* Change over unix line-endings to dos line endings.Dean Camera2010-05-071-1/+1
* The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() f...Dean Camera2010-04-291-0/+4
* Added ability to search by Channel PSM to the GetChannelData() function in th...Dean Camera2010-04-227-98/+172
* Fixed HID Device Class Driver not allocating a temporary buffer when the host...Dean Camera2010-04-206-44/+44
* Add start of a SDP service table, which will be linked to the Bluetooth SDP c...Dean Camera2010-04-192-9/+106
* Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Dean Camera2010-04-193-30/+69
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-187-31/+31
* Add bluetooth channel connection callback to the incomplete BluetoothHost demo.Dean Camera2010-04-183-6/+19
* Minor documentation improvements.Dean Camera2010-04-153-20/+20
* Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean Camera2010-04-153-4/+101
* Document the Bluetooth ACL layer. Remove unneeded parameters from the signall...Dean Camera2010-04-136-113/+338
* Add some more documentation to the half-completed Bluetooth Host demo, fix th...Dean Camera2010-04-123-18/+50
* Fix Bluetooth stack CONNECTION RESPONSE packets - for this command and this c...Dean Camera2010-04-123-5/+18
* Add HCI debugging with verbosity control to the BluetoothHost demo.Dean Camera2010-04-115-28/+133
* 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-104-41/+163
* Bluetooth demo can now create and maintain logical channels - need to determi...Dean Camera2010-04-104-35/+85
* Make Bluetooth signalling handler routines use the generic Bluetooth_SendPack...Dean Camera2010-04-064-269/+188
* Add bidirectional channel configuration -- remote device is not ACKing sent C...Dean Camera2010-04-066-202/+305
* Add packet reception and send routines to the ACL layer of the incomplete Blu...Dean Camera2010-04-064-17/+35
* Add information request/response signal handler to the Bluetooth Host demo.Dean Camera2010-04-062-45/+155
* Add Bluetooth signalling echo request/response handlers, disconnection reques...Dean Camera2010-04-056-83/+171
* Add user callback function to the Bluetooth host demo to filter out connectio...Dean Camera2010-04-054-13/+29
* More improvements to the incomplete BluetoothHost demo - add Disconnection Ev...Dean Camera2010-04-015-104/+126
* Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer ...Dean Camera2010-03-314-257/+139
* Added incomplete MIDIToneGenerator project.Dean Camera2010-03-231-1/+0
* Update copyright year to 2010.Dean Camera2009-12-307-14/+14
* Fix TemperatureDataLogger - sample tick timer wasn't being initialized in the...Dean Camera2009-12-302-16/+11
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-287-50/+50
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-5/+5
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-1/+1
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-212-8/+43
* Fixed compilation error in incomplete BluetoothHost demo.Dean Camera2009-07-112-2/+2
* Added incomplete PrinterHost demo application.Dean Camera2009-07-117-0/+1188