aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes to demos to add in some missing comments, printf() formatting. Ma...Dean Camera2010-06-121-0/+4
* Minor documentation cleanups.Dean Camera2010-06-031-2/+2
* Start implementation of RFCOMM decoding layer. Add new service initialize rou...Dean Camera2010-06-031-0/+4
* Extra protocol value in the RFCOMM protocol is the channel number, not the PS...Dean Camera2010-06-031-1/+2
* Add PSM value to the RFCOMM service so that the host knows what PSM to use on...Dean Camera2010-06-031-5/+1
* Add start of RFCOMM service layer to the incomplete BluetoothHost demo.Dean Camera2010-06-031-1/+5
* Add comments and partial Doxygen documentation to the incomplete Bluetooth SD...Dean Camera2010-05-211-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-297/+297
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+1
* Added ability to search by Channel PSM to the GetChannelData() function in th...Dean Camera2010-04-221-3/+21
* Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Dean Camera2010-04-191-2/+1
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-181-3/+3
* Add bluetooth channel connection callback to the incomplete BluetoothHost demo.Dean Camera2010-04-181-0/+14
* Minor documentation improvements.Dean Camera2010-04-151-4/+4
* Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean Camera2010-04-151-1/+1
* Document the Bluetooth ACL layer. Remove unneeded parameters from the signall...Dean Camera2010-04-131-12/+19
* Fix up Bluetooth Demo's options processing on incoming channel configuration ...Dean Camera2010-04-111-2/+2
* Add bidirectional channel configuration -- remote device is not ACKing sent C...Dean Camera2010-04-061-4/+5
* Add packet reception and send routines to the ACL layer of the incomplete Blu...Dean Camera2010-04-061-0/+33
* Add Bluetooth signalling echo request/response handlers, disconnection reques...Dean Camera2010-04-051-0/+27
* Add user callback function to the Bluetooth host demo to filter out connectio...Dean Camera2010-04-051-9/+2
* More improvements to the incomplete BluetoothHost demo - add Disconnection Ev...Dean Camera2010-04-011-16/+31
* Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer ...Dean Camera2010-03-311-0/+3
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Make Endpoint control transfers more reliable; early-abort when an incomplete...Dean Camera2009-08-061-8/+8
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-9/+6
* Don't send terminal RESET codes via serial - just set the foreground colour a...Dean Camera2009-07-191-1/+1
* Use sane ANSI terminal escape codes for the Host mode demos, so that they do ...Dean Camera2009-07-191-16/+15
* Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...Dean Camera2009-07-131-10/+3
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-1/+1
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-181-12/+2
* Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean Camera2009-06-081-0/+1
* Add master device Host demo makefile.Dean Camera2009-06-051-0/+206