aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
Commit message (Expand)AuthorAgeFilesLines
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-20/+21
* Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...Dean Camera2010-06-221-20/+1
* Changed the RFCOMM-specific ItemProtocolChannel_t type to a more generic Item...Dean Camera2010-06-151-4/+19
* Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h fil...Dean Camera2010-06-131-1/+1
* Add the svn:eol-style property onto new files which where missing it to ensur...Dean Camera2010-06-061-177/+177
* Extra protocol value in the RFCOMM protocol is the channel number, not the PS...Dean Camera2010-06-031-6/+7
* Add PSM value to the RFCOMM service so that the host knows what PSM to use on...Dean Camera2010-06-031-2/+17
* Fix byte ordering of UUIDs in the SDP server - host can now successfully pair...Dean Camera2010-06-021-20/+38
* The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...Dean Camera2010-06-021-13/+10
* Add L2CAP service attribute table. Fix up ProtocolDescriptorList attributes, ...Dean Camera2010-06-021-1/+13
* Clean up the Service tables, add incomplete ProtocolDescriptorList attribute ...Dean Camera2010-06-011-7/+19
* Remove incorrect Language ID offset attribute from the SDP server - client as...Dean Camera2010-06-011-1/+0
* Much faster attribute range lookup - look through short list of attributes an...Dean Camera2010-06-011-2/+2
* Fix the encoding of UUIDs in the SDP server so that they match the Bluetooth ...Dean Camera2010-06-011-6/+15
* Move SDP service tables out into a new set of files, to make the SDP service ...Dean Camera2010-06-011-0/+114