summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2009-08-30Add FCS field to L2CAP optionsMarcel Holtmann1-0/+1
2009-08-28Add another company identifierMarcel Holtmann1-0/+2
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann15-22/+3998
2009-08-16Update library versionMarcel Holtmann1-1/+1
2009-08-12Introduce sdp_uuid_cmp to sdp_lib.h.Luiz Augusto von Dentz1-0/+18
sdp_uuid_cmp converts the given uuid to 128 and then compares using sdp_uuid128_cmp.
2009-08-01Update library versionMarcel Holtmann1-1/+1
2009-07-21Fix bug which could cause buffer overruns.Luiz Augusto von Dentz1-1/+3
2009-07-18Update library versionMarcel Holtmann1-1/+1
2009-07-16Fix possible memory leak.Luiz Augusto von Dentz1-1/+3
2009-07-16Fix possible leak or crash on gen_dataseq_pdu in case of out of memory.Luiz Augusto von Dentz1-1/+17
2009-05-19Update library versionMarcel Holtmann1-1/+1
2009-05-19Remove unnecessary empty lineJohan Hedberg1-1/+0
2009-05-18Mark sdp_gen_buffer static.Luiz Augusto von Dentz1-2/+2
2009-05-18Make sure sdp allocates enough memory when generating pdu.Luiz Augusto von Dentz1-52/+153
2009-05-03Update library versionMarcel Holtmann1-1/+1
2009-04-23Update library versionMarcel Holtmann1-1/+1
2009-04-21Add version value for Bluetooth 3.0Marcel Holtmann1-0/+1
2009-04-11Update library versionMarcel Holtmann1-1/+1
2009-04-06Add new company identifiersMarcel Holtmann1-0/+8
2009-04-01Fix dead assignment.Luiz Augusto von Dentz1-1/+0
Value stored to 'rsp_count' is never read.
2009-04-01Fix dead assignment.Luiz Augusto von Dentz1-1/+1
Value stored to 'curr' is never read.
2009-04-01Fix dead assignments.Luiz Augusto von Dentz1-10/+2
Values stored to 'status' is never read.
2009-03-13Fix sdp_copy_record truncating strings with NULLsBastien Nocera1-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.
2009-02-26Update library versionMarcel Holtmann1-1/+1
2009-02-13Fix uninitialized memory issueJohan Hedberg1-0/+2
2009-02-12Update library versionMarcel Holtmann1-1/+1
2009-02-07Update library versionMarcel Holtmann1-1/+1
2009-01-30Fix SDP code to allow compilation with -Wsign-compareMarcel Holtmann2-31/+32
2009-01-29Add -Wno-sign-compare until the SDP functions get fixedMarcel Holtmann1-0/+2
2009-01-29Fix signed/unsigned integer comparisonMarcel Holtmann1-2/+4
2009-01-16Update library versionMarcel Holtmann1-1/+1
2009-01-13Coding style fixesJohan Hedberg1-76/+102
2009-01-12Fix bug on sdp_copy_record.Luiz Augusto von Dentz1-1/+5
sdp_copy_record where not copying uuid data correctly.
2009-01-01Update copyright informationMarcel Holtmann3-3/+3
2008-12-23Remove unused sdp_create_base_uuid functionMarcel Holtmann1-93/+0
2008-12-23Make internally used functions staticMarcel Holtmann1-3/+3
2008-12-23Declare variable before usageMarcel Holtmann1-1/+4
2008-12-23Add braces around debug statementMarcel Holtmann1-1/+2
2008-12-23Use different variables for option and read buffer lengthsMarcel Holtmann1-3/+4
2008-11-21Update library versionMarcel Holtmann1-1/+1
2008-11-17Introduce sdp_copy_record.Luiz Augusto von Dentz1-0/+124
To prevent use of sdp_gen_record_pdu + sdp_extract_pdu for copying records.
2008-10-20Increase library version numberMarcel Holtmann1-1/+1
2008-10-20Get rid of format string warnings with recent gcc versionsJohan Hedberg1-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.
2008-10-19Add another company identifierMarcel Holtmann1-0/+2
2008-10-06Update library versionMarcel Holtmann1-1/+1
2008-10-06Include protocol UUIDs in the pattern otherwise complex searches failMarcel Holtmann1-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.
2008-09-29Update library versionMarcel Holtmann1-1/+1
2008-09-29Handle specific NULL pointer cases for features requestsMarcel Holtmann1-8/+24
2008-09-10Increases the size of the sdp pdu buffer and adds a sanity check for itVinicius Costa Gomes1-5/+5
2008-09-10Add additional company identifierMarcel Holtmann1-0/+2