aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
Commit message (Expand)AuthorAgeFilesLines
* Rename Bluetooth stack function parameters to clearly indicate what sort of B...Dean Camera2010-07-111-4/+4
* Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/....Dean Camera2010-07-081-0/+2
* Add RFCOMM channel configuration parsing and channel states to the incomplete...Dean Camera2010-06-151-13/+16
* Minor documentation cleanups.Dean Camera2010-06-031-4/+4
* Add start of RFCOMM service layer to the incomplete BluetoothHost demo.Dean Camera2010-06-031-6/+6
* Move SDP service tables out into a new set of files, to make the SDP service ...Dean Camera2010-06-011-0/+5
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-161/+161
* Added ability to search by Channel PSM to the GetChannelData() function in th...Dean Camera2010-04-221-3/+23
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-181-7/+7
* Add bluetooth channel connection callback to the incomplete BluetoothHost demo.Dean Camera2010-04-181-0/+1
* Document the Bluetooth ACL layer. Remove unneeded parameters from the signall...Dean Camera2010-04-131-25/+25
* Add some more documentation to the half-completed Bluetooth Host demo, fix th...Dean Camera2010-04-121-14/+26
* Fix Bluetooth stack CONNECTION RESPONSE packets - for this command and this c...Dean Camera2010-04-121-1/+1
* Add HCI debugging with verbosity control to the BluetoothHost demo.Dean Camera2010-04-111-1/+7
* Add LUFA-side channel open/close routines, add signalling handlers for the cr...Dean Camera2010-04-101-9/+9
* Bluetooth demo can now create and maintain logical channels - need to determi...Dean Camera2010-04-101-1/+1
* Make Bluetooth signalling handler routines use the generic Bluetooth_SendPack...Dean Camera2010-04-061-4/+8
* Add bidirectional channel configuration -- remote device is not ACKing sent C...Dean Camera2010-04-061-8/+20
* Add packet reception and send routines to the ACL layer of the incomplete Blu...Dean Camera2010-04-061-2/+9
* Add Bluetooth signalling echo request/response handlers, disconnection reques...Dean Camera2010-04-051-5/+5
* Add user callback function to the Bluetooth host demo to filter out connectio...Dean Camera2010-04-051-2/+2
* More improvements to the incomplete BluetoothHost demo - add Disconnection Ev...Dean Camera2010-04-011-2/+4
* Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer ...Dean Camera2010-03-311-1/+2
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-8/+8
* Fixed compilation error in incomplete BluetoothHost demo.Dean Camera2009-07-111-1/+1
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-0/+96