Home
last modified time | relevance | path

Searched refs:empty_uuid (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/include/
Dbtif_sock_sdp.h32 static uint8_t empty_uuid[16]; in is_uuid_empty() local
33 return uuid == NULL || memcmp(uuid, empty_uuid, sizeof(empty_uuid)) == 0; in is_uuid_empty()