Searched refs:base_uuid (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_utils.c36 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, variable
52 memcpy (uuid_128, base_uuid, LEN_UUID_128);
H A Dbta_gattc_utils.c42 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, variable
60 memcpy (uuid_128, base_uuid, LEN_UUID_128);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_utils.c79 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, variable
969 memcpy (uuid_128, base_uuid, LEN_UUID_128);
987 memcpy (uuid_128, base_uuid, LEN_UUID_128);
1121 if (p_uuid[xx] != base_uuid[xx])
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c3314 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, local
3336 if (p_uuid[xx] != base_uuid[xx])

Completed in 651 milliseconds