Dean Camera
|
da51c1f974
|
Add L2CAP service attribute table. Fix up ProtocolDescriptorList attributes, and add macros for used UUIDs to reduce typing and make the code easier to read.
|
2010-06-02 04:36:46 +00:00 |
Dean Camera
|
b98158bd50
|
Clean up the Service tables, add incomplete ProtocolDescriptorList attribute to the SDP service.
|
2010-06-01 14:05:47 +00:00 |
Dean Camera
|
32ab52a298
|
Remove incorrect Language ID offset attribute from the SDP server - client assumes 0x0100 offset for primary language anyway, and the format of the offset was incorrect anyway.
|
2010-06-01 13:11:55 +00:00 |
Dean Camera
|
3f3fdb01a9
|
Much faster attribute range lookup - look through short list of attributes 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.
|
2010-06-01 11:07:29 +00:00 |
Dean Camera
|
cb52e4371e
|
Fix the encoding of UUIDs in the SDP server so that they match the Bluetooth UUID format properly.
|
2010-06-01 04:22:20 +00:00 |
Dean Camera
|
e0ef5741d4
|
Move SDP service tables out into a new set of files, to make the SDP service code cleaner.
|
2010-06-01 03:07:05 +00:00 |