Searched refs:UUID_LEN (Results 1 – 5 of 5) sorted by relevance
37 #define UUID_LEN (2) macro93 uint8_t uuidValue[UUID_LEN]; // 2 byte
13 #define UUID_LEN 16 macro
304 comp_len = comp_len < UUID_LEN(uuid1) ? comp_len : UUID_LEN(uuid1); in UUID_EQUAL_LEN()
90 #define UUID_LEN(__u) (UUID_TYPE(__u) == UUID_TYPE_16?2: (UUID_TYPE(__u) == UUID_TYPE_32?4:16)) macro
106 …= memcmp(&((struct bt_uuid_16 *)uuid1)->val, &((struct bt_uuid_16 *)uuid2)->val, UUID_LEN(uuid1))); in UUID_EQUAL()108 …= memcmp(&((struct bt_uuid_32 *)uuid1)->val, &((struct bt_uuid_32 *)uuid2)->val, UUID_LEN(uuid1))); in UUID_EQUAL()110 …memcmp(&((struct bt_uuid_128 *)uuid1)->val, &((struct bt_uuid_128 *)uuid2)->val, UUID_LEN(uuid1))); in UUID_EQUAL()
Completed in 10 milliseconds