summaryrefslogtreecommitdiffstats
path: root/lib/sdp.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of format string warnings with recent gcc versionsJohan Hedberg2008-10-201-3/+3
| | | | | | Recent gcc versions, like 4.3.2 from ubuntu intrepid, give warnings like "format not a string literal and no format arguments" without this patch.
* Include protocol UUIDs in the pattern otherwise complex searches failMarcel Holtmann2008-10-061-3/+9
| | | | | | | | | | | | | | | | | > ACL data: handle 11 flags 0x02 dlen 34 L2CAP(d): cid 0x0040 len 30 [psm 1] SDP SSA Req: tid 0x6c len 0x19 pat uuid-16 0x110a (AudioSource) uuid-16 0x0100 (L2CAP) uuid-16 0x0019 (AVDTP) max 100 aid(s) 0x0004 (ProtocolDescList) 0x0009 (BTProfileDescList) 0x0311 (SuppFeatures) cont 00 < ACL data: handle 11 flags 0x02 dlen 14 L2CAP(d): cid 0x0040 len 10 [psm 1] SDP SSA Rsp: tid 0x6c len 0x5 count 2 cont 00 Without this fix even searching for the L2CAP UUID fails.
* Increases the size of the sdp pdu buffer and adds a sanity check for itVinicius Costa Gomes2008-09-101-5/+5
|
* Convert SDP *_safe functions to default APIMarcel Holtmann2008-08-061-40/+12
|
* Move library source to lib directoryMarcel Holtmann2008-07-261-0/+4421