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