aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
Commit message (Expand)AuthorAgeFilesLines
* Document Bluetooth files with overall file Doxygen comments. Add more initial...Dean Camera2010-06-041-0/+9
* Minor documentation cleanups.Dean Camera2010-06-031-4/+4
* Fix endianness issues in the Service Discovery Protocol service of the incomp...Dean Camera2010-05-311-2/+0
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-396/+396
* 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-221-38/+84
* Fixed HID Device Class Driver not allocating a temporary buffer when the host...Dean Camera2010-04-201-16/+16
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-181-1/+1
* Minor documentation improvements.Dean Camera2010-04-151-3/+3
* Add HCI debugging with verbosity control to the BluetoothHost demo.Dean Camera2010-04-111-18/+99
* Add bidirectional channel configuration -- remote device is not ACKing sent C...Dean Camera2010-04-061-53/+54
* Add Bluetooth signalling echo request/response handlers, disconnection reques...Dean Camera2010-04-051-41/+5
* Add user callback function to the Bluetooth host demo to filter out connectio...Dean Camera2010-04-051-6/+9
* More improvements to the incomplete BluetoothHost demo - add Disconnection Ev...Dean Camera2010-04-011-54/+74
* Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer ...Dean Camera2010-03-311-233/+104
* 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-13/+8
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-5/+5
* 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-211-7/+42
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-0/+376