| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
To prevent use of sdp_gen_record_pdu + sdp_extract_pdu for copying
records.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> 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.
|
| |
|
| |
|
|
|