Searched refs:empty_uuid (Results 1 - 2 of 2) sorted by path

/system/bt/btcore/src/
H A Duuid.c34 static const bt_uuid_t empty_uuid = {{ 0 }}; variable
91 return !uuid || !memcmp(uuid, &empty_uuid, sizeof(bt_uuid_t));
/system/bt/btif/include/
H A Dbtif_sock_sdp.h39 static uint8_t empty_uuid[16]; local
40 return uuid == NULL || memcmp(uuid, empty_uuid, sizeof(empty_uuid)) == 0;

Completed in 113 milliseconds