aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.c
Commit message (Expand)AuthorAgeFilesLines
* Changed the RFCOMM-specific ItemProtocolChannel_t type to a more generic Item...Dean Camera2010-06-151-5/+5
* Add the svn:eol-style property onto new files which where missing it to ensur...Dean Camera2010-06-061-183/+183
* Document Bluetooth files with overall file Doxygen comments. Add more initial...Dean Camera2010-06-041-3/+34
* Minor documentation cleanups.Dean Camera2010-06-031-1/+1
* Extra protocol value in the RFCOMM protocol is the channel number, not the PS...Dean Camera2010-06-031-7/+7
* Add PSM value to the RFCOMM service so that the host knows what PSM to use on...Dean Camera2010-06-031-35/+34
* Add start of RFCOMM service layer to the incomplete BluetoothHost demo.Dean Camera2010-06-031-1/+1
* Fix byte ordering of UUIDs in the SDP server - host can now successfully pair...Dean Camera2010-06-021-24/+24
* The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...Dean Camera2010-06-021-171/+34
* Add L2CAP service attribute table. Fix up ProtocolDescriptorList attributes, ...Dean Camera2010-06-021-28/+122
* Clean up the Service tables, add incomplete ProtocolDescriptorList attribute ...Dean Camera2010-06-011-45/+68
* Remove incorrect Language ID offset attribute from the SDP server - client as...Dean Camera2010-06-011-17/+0
* Much faster attribute range lookup - look through short list of attributes an...Dean Camera2010-06-011-23/+39
* Fix the encoding of UUIDs in the SDP server so that they match the Bluetooth ...Dean Camera2010-06-011-6/+6
* Move SDP service tables out into a new set of files, to make the SDP service ...Dean Camera2010-06-011-0/+174