Commit Graph

41 Commits

Author SHA1 Message Date
Marcel Holtmann
5c623a59d9 Add version value for Bluetooth 3.0 2009-04-21 14:03:06 +01:00
Marcel Holtmann
e63462af64 Update library version 2009-04-11 20:22:10 +02:00
Marcel Holtmann
546454dee2 Add new company identifiers 2009-04-06 16:09:43 +02:00
Luiz Augusto von Dentz
04b4fc2e62 Fix dead assignment.
Value stored to 'rsp_count' is never read.
2009-04-01 11:59:53 -03:00
Luiz Augusto von Dentz
58a7ff1f9e Fix dead assignment.
Value stored to 'curr' is never read.
2009-04-01 11:59:50 -03:00
Luiz Augusto von Dentz
5e1f7cb4d8 Fix dead assignments.
Values stored to 'status' is never read.
2009-04-01 11:59:50 -03:00
Bastien Nocera
eb101261ee Fix sdp_copy_record truncating strings with NULLs
When a record's attribute contains embed NULLs in the string,
sdp_data_alloc() falls back to doing an strlen() on the
string, instead of taking its existing length into account.
2009-03-13 15:07:44 -03:00
Marcel Holtmann
aaa39fd3bf Update library version 2009-02-26 00:48:18 +01:00
Johan Hedberg
b5e64e37e1 Fix uninitialized memory issue 2009-02-13 17:43:38 +02:00
Marcel Holtmann
0aa1bb217a Update library version 2009-02-12 22:30:19 +01:00
Marcel Holtmann
f97601bbe1 Update library version 2009-02-07 17:35:46 +01:00
Marcel Holtmann
cb0b4b761c Fix SDP code to allow compilation with -Wsign-compare 2009-01-30 00:10:55 +01:00
Marcel Holtmann
1ce81e1e07 Add -Wno-sign-compare until the SDP functions get fixed 2009-01-29 17:33:25 +01:00
Marcel Holtmann
97b1491ba3 Fix signed/unsigned integer comparison 2009-01-29 17:23:53 +01:00
Marcel Holtmann
4b3396cbfc Update library version 2009-01-16 18:17:22 +01:00
Johan Hedberg
8f159d4498 Coding style fixes 2009-01-13 18:13:20 +02:00
Luiz Augusto von Dentz
0472c96f47 Fix bug on sdp_copy_record.
sdp_copy_record where not copying uuid data correctly.
2009-01-12 16:19:49 -03:00
Marcel Holtmann
fb333f1c88 Update copyright information 2009-01-01 19:33:20 +01:00
Marcel Holtmann
80d17627cc Remove unused sdp_create_base_uuid function 2008-12-23 05:57:34 +01:00
Marcel Holtmann
be2ffca847 Make internally used functions static 2008-12-23 04:35:02 +01:00
Marcel Holtmann
28cfb82c67 Declare variable before usage 2008-12-23 03:50:21 +01:00
Marcel Holtmann
66dcd1342d Add braces around debug statement 2008-12-23 03:48:52 +01:00
Marcel Holtmann
e1d77b681e Use different variables for option and read buffer lengths 2008-12-23 03:46:04 +01:00
Marcel Holtmann
d11c6ac698 Update library version 2008-11-21 15:48:26 +01:00
Luiz Augusto von Dentz
e464fdc01d Introduce sdp_copy_record.
To prevent use of sdp_gen_record_pdu + sdp_extract_pdu for copying
records.
2008-11-17 14:14:13 -03:00
Marcel Holtmann
05bf676505 Increase library version number 2008-10-20 00:56:24 +02:00
Johan Hedberg
efcfad7c00 Get rid of format string warnings with recent gcc versions
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.
2008-10-20 01:10:11 +03:00
Marcel Holtmann
9ca31c446e Add another company identifier 2008-10-19 11:22:44 +02:00
Marcel Holtmann
24c3fcd91a Update library version 2008-10-06 18:38:09 +02:00
Marcel Holtmann
4e50b413d5 Include protocol UUIDs in the pattern otherwise complex searches fail
> 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.
2008-10-06 16:56:24 +02:00
Marcel Holtmann
09b5b99b76 Update library version 2008-09-29 02:54:23 +02:00
Marcel Holtmann
8772b6de43 Handle specific NULL pointer cases for features requests 2008-09-29 02:48:17 +02:00
Vinicius Costa Gomes
0477cf9b6c Increases the size of the sdp pdu buffer and adds a sanity check for it 2008-09-10 19:32:41 -03:00
Marcel Holtmann
46218dfbc5 Add additional company identifier 2008-09-10 21:44:20 +02:00
Marcel Holtmann
797d12ba17 Some minor coding style fixes 2008-08-06 04:36:30 +02:00
Marcel Holtmann
e54f7d3c08 Remove unused HCI definitions 2008-08-06 04:33:14 +02:00
Marcel Holtmann
d39e08cc54 Convert SDP *_safe functions to default API 2008-08-06 02:02:03 +02:00
Marcel Holtmann
752eb63024 Use new major version for Bluetooth library 2008-08-06 01:56:04 +02:00
Marcel Holtmann
8bb2cf1165 Remove deprecated hci_local_name and hci_remote_name functions 2008-08-06 01:51:36 +02:00
Marcel Holtmann
7e2df7ddca Add two additional company identifiers 2008-07-27 03:03:57 +02:00
Marcel Holtmann
b8e5fea8d3 Move library source to lib directory 2008-07-26 18:45:23 +02:00