aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove incorrect Language ID offset attribute from the SDP server - client ↵Dean Camera2010-06-011-17/+0
| | | | assumes 0x0100 offset for primary language anyway, and the format of the offset was incorrect anyway.
* Much faster attribute range lookup - look through short list of attributes ↵Dean Camera2010-06-011-23/+39
| | | | | | and compare to range, rather than looking up by each possible value within the range. Cleanups to SDP code. Add missing RFCOMM language base ID offset attribute. Fix incorrect definition of the SWAPENDIAN_32() macro.
* Fix the encoding of UUIDs in the SDP server so that they match the Bluetooth ↵Dean Camera2010-06-011-6/+6
| | | | UUID format properly.
* Move SDP service tables out into a new set of files, to make the SDP service ↵Dean Camera2010-06-011-0/+174
code cleaner.