summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix sdp_copy_record truncating strings with NULLsBastien Nocera2009-03-131-4/+27
| | | | | | 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.
* Update library versionMarcel Holtmann2009-02-261-1/+1
|
* Fix uninitialized memory issueJohan Hedberg2009-02-131-0/+2
|
* Update library versionMarcel Holtmann2009-02-121-1/+1
|
* Update library versionMarcel Holtmann2009-02-071-1/+1
|
* Fix SDP code to allow compilation with -Wsign-compareMarcel Holtmann2009-01-302-31/+32
|
* Add -Wno-sign-compare until the SDP functions get fixedMarcel Holtmann2009-01-291-0/+2
|
* Fix signed/unsigned integer comparisonMarcel Holtmann2009-01-291-2/+4
|
* Update library versionMarcel Holtmann2009-01-161-1/+1
|
* Coding style fixesJohan Hedberg2009-01-131-76/+102
|
* Fix bug on sdp_copy_record.Luiz Augusto von Dentz2009-01-121-1/+5
| | | | sdp_copy_record where not copying uuid data correctly.
* Update copyright informationMarcel Holtmann2009-01-013-3/+3
|
* Remove unused sdp_create_base_uuid functionMarcel Holtmann2008-12-231-93/+0
|
* Make internally used functions staticMarcel Holtmann2008-12-231-3/+3
|
* Declare variable before usageMarcel Holtmann2008-12-231-1/+4
|
* Add braces around debug statementMarcel Holtmann2008-12-231-1/+2
|
* Use different variables for option and read buffer lengthsMarcel Holtmann2008-12-231-3/+4
|
* Update library versionMarcel Holtmann2008-11-211-1/+1
|
* Introduce sdp_copy_record.Luiz Augusto von Dentz2008-11-171-0/+124
| | | | | To prevent use of sdp_gen_record_pdu + sdp_extract_pdu for copying records.
* Increase library version numberMarcel Holtmann2008-10-201-1/+1
|
* 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.
* Add another company identifierMarcel Holtmann2008-10-191-0/+2
|
* Update library versionMarcel Holtmann2008-10-061-1/+1
|
* 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.
* Update library versionMarcel Holtmann2008-09-291-1/+1
|
* Handle specific NULL pointer cases for features requestsMarcel Holtmann2008-09-291-8/+24
|
* Increases the size of the sdp pdu buffer and adds a sanity check for itVinicius Costa Gomes2008-09-101-5/+5
|
* Add additional company identifierMarcel Holtmann2008-09-101-0/+2
|
* Some minor coding style fixesMarcel Holtmann2008-08-061-1/+7
|
* Remove unused HCI definitionsMarcel Holtmann2008-08-061-1/+0
|
* Convert SDP *_safe functions to default APIMarcel Holtmann2008-08-061-40/+12
|
* Use new major version for Bluetooth libraryMarcel Holtmann2008-08-061-1/+1
|
* Remove deprecated hci_local_name and hci_remote_name functionsMarcel Holtmann2008-08-061-10/+0
|
* Add two additional company identifiersMarcel Holtmann2008-07-271-0/+4
|
* Move library source to lib directoryMarcel Holtmann2008-07-264-0/+7367