summaryrefslogtreecommitdiff
path: root/unit/test-uuid.c
Commit message (Collapse)AuthorAgeFilesLines
* unit: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- GPL-2.0-or-later : 25 LGPL-2.1-or-later : 1 GPL-2.0-only : 2 BSD-2-Clause : 1 License: GPL-2.0-or-later unit/test-hog.c unit/test-eir.c unit/test-gobex-header.c unit/test-crc.c unit/test-avrcp.c unit/test-ringbuf.c unit/test-gobex-apparam.c unit/test-gobex.c unit/test-hfp.c unit/test-textfile.c unit/test-avdtp.c unit/test-sdp.c unit/test-gatt.c unit/test-avctp.c unit/test-gattrib.c unit/test-queue.c unit/test-gobex-packet.c unit/test-uuid.c unit/test-crypto.c unit/test-uhid.c unit/test-gdbus-client.c unit/test-midi.c unit/test-lib.c unit/test-mgmt.c unit/test-gobex-transfer.c License: LGPL-2.1-or-later unit/test-mesh-crypto.c License: GPL-2.0-only unit/util.h unit/util.c License: BSD-2-Clause unit/test-ecc.c
* unit/test-uuid: Fix using strcmpLuiz Augusto von Dentz2015-12-041-2/+2
| | | | | | It is no longer guaranteed the string will match since bt_uuid_to_string now always uses 128 Bits format to be consistent with the format used over D-Bus.
* unit/test-uuid: Use tester frameworkGowtham Anandha Babu2015-05-221-22/+30
|
* unit: Use local libbluetooth includesMarcel Holtmann2015-02-281-2/+1
|
* lib/uuid: Simplify BT base UUIDs when possibleMichael Janssen2014-12-101-4/+49
| | | | | | When converting a UUID from string to bt_uuid_t, prefer using the 16-bit version when possible, which should generate shorter sequences by increasing the number of 16-bit types.
* unit: List all enum values in switchSzymon Janc2014-12-081-0/+1
| | | | As described in coding style M10.
* unit: Fix 128-bit UUID formatClaudio Takahasi2014-03-241-4/+5
| | | | | No matter the system, 128-bit UUID must use big endian byte order format (similar to human-readable format).
* unit: Use lower-case for 128-bit UUIDsClaudio Takahasi2014-03-211-2/+2
| | | | | | | | According to ISO/IEC 9834-8: "It is recommended that the hexadecimal representation used in all human-readable formats be restricted to lower-case letters. Software processing this representation is, however, required to accept both upper and lower case letters as specified in 6.5.2."
* unit: Fix remaining references to bluetooth/uuid.hAnderson Lizardo2013-01-101-1/+2
| | | | These headers are not public anymore, so need to use "lib/uuid.h".
* unit: Convert uuidtest utility into a real unit testMarcel Holtmann2012-12-091-0/+226