Searched defs:base_uuid (Results 1 - 5 of 5) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gatts_utils.c35 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, variable
51 memcpy (uuid_128, base_uuid, LEN_UUID_128);
H A Dbta_gattc_utils.c44 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, variable
62 memcpy (uuid_128, base_uuid, LEN_UUID_128);
/system/bt/btcore/src/
H A Duuid.c38 static const bt_uuid_t base_uuid = { variable
160 if (uuid->uu[i] != base_uuid.uu[i])
/system/bt/stack/btm/
H A Dbtm_inq.c2859 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, local
2881 if (p_uuid[xx] != base_uuid[xx])
/system/bt/stack/gatt/
H A Dgatt_utils.c79 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, variable
998 memcpy (uuid_128, base_uuid, LEN_UUID_128);
1016 memcpy (uuid_128, base_uuid, LEN_UUID_128);
1150 if (p_uuid[xx] != base_uuid[xx])

Completed in 208 milliseconds