summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-02-05Fix another fallout from Inquiry Response Transmit Power Level typoMarcel Holtmann3-8/+8
2010-02-05Fix my stupid typo with Read Inquiry Response Transmit Power LevelMarcel Holtmann1-1/+1
2010-01-22Remove "(tentative)" commentMarcel Holtmann1-1/+1
2010-01-01Update copyright informationMarcel Holtmann14-14/+14
2009-12-17Add command values from Bluetooth 4.0 specificationMarcel Holtmann1-4/+40
2009-12-17Add LMP features for Low Energy supportMarcel Holtmann2-3/+6
2009-12-17Add version value for Bluetooth 4.0Marcel Holtmann1-0/+1
2009-12-17Add another company identifierMarcel Holtmann1-0/+2
2009-12-14Add SDP functions for HDP supportJosé Antonio Santos Cadenas3-0/+128
2009-12-04Add another company identifierMarcel Holtmann1-0/+2
2009-10-07Add missing command values from Bluetooth 3.0 specificationMarcel Holtmann1-0/+36
2009-10-07Add value for Read Encryption Key Size command constantMarcel Holtmann1-1/+1
2009-10-07Add feature definition for Enhanced Power ControlMarcel Holtmann2-1/+2
2009-10-02Fix variable initializationsJohan Hedberg1-2/+5
2009-10-02Fix unnecessary NULL checksJohan Hedberg1-1/+1
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
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
2009-04-01Fix dead assignment.Luiz Augusto von Dentz1-1/+1
2009-04-01Fix dead assignments.Luiz Augusto von Dentz1-10/+2
2009-03-13Fix sdp_copy_record truncating strings with NULLsBastien Nocera1-4/+27
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
2009-01-01Update copyright informationMarcel Holtmann3-3/+3
2008-12-23Remove unused sdp_create_base_uuid functionMarcel Holtmann1-93/+0