Searched refs:empty_uuid (Results 1 – 2 of 2) sorted by relevance
39 static uint8_t empty_uuid[16]; in is_uuid_empty() local40 return uuid == NULL || memcmp(uuid, empty_uuid, sizeof(empty_uuid)) == 0; in is_uuid_empty()
34 static const bt_uuid_t empty_uuid = {{ 0 }}; variable91 return !uuid || !memcmp(uuid, &empty_uuid, sizeof(bt_uuid_t)); in uuid_is_empty()