summaryrefslogtreecommitdiff
path: root/lib/uuid.c
Commit message (Expand)AuthorAgeFilesLines
* uuid: Fix crashing if a NULL string is passed to bt_string_to_uuidLuiz Augusto von Dentz2022-02-091-0/+3
* lib/uuid: Fix string to uuid32 conversionArchie Pusaka2021-05-241-1/+1
* lib: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* lib/uuid: Fix using unitialized valuesLuiz Augusto von Dentz2016-07-291-2/+5
* uuid: fix 1 byte stack overflowCody P Schafer2016-03-091-2/+2
* lib/uuid: Make bt_uuid_to_string always use the same formatLuiz Augusto von Dentz2015-12-021-33/+22
* lib/uuid: Fix bt_uuid_strcmpLuiz Augusto von Dentz2015-09-061-1/+6
* lib/uuid: Fix bt_uuid_to_leLuiz Augusto von Dentz2015-03-301-1/+2
* lib/uuid: Fix bt_uuid_to_le for 128 BitsLuiz Augusto von Dentz2015-03-021-3/+3
* lib: Use explicit include for lib/bluetooth.hMarcel Holtmann2015-02-181-0/+1
* uuid: Add bt_uuid_to_leLuiz Augusto von Dentz2015-02-161-0/+21
* lib/uuid: Simplify BT base UUIDs when possibleMichael Janssen2014-12-101-2/+17
* lib: List all enum values in switchSzymon Janc2014-12-081-0/+2
* lib: Fix UUID 16/32-bits to 128-bit conversionClaudio Takahasi2014-03-241-16/+18
* lib: Remove hton128() from bt_uuid_to_string()Claudio Takahasi2014-03-241-4/+1
* lib: Remove ntoh128() from bt_string_to_uuid128()Claudio Takahasi2014-03-241-4/+2
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* uuid: Add string-format UUID comparison helper functionJohan Hedberg2012-09-031-0/+5
* Refactor value assignments of bt_uuid_t variablesAnderson Lizardo2011-09-221-1/+1
* Add more functions for new UUID handlingElvis Pfützenreuter2011-03-151-0/+145
* Add new UUID utility functionsClaudio Takahasi2011-03-151-0/+128