Searched refs:base_uuid (Results 1 – 5 of 5) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gatts_utils.c | 35 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); in bta_gatt_convert_uuid16_to_uuid128()
|
D | bta_gattc_utils.c | 44 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); in bta_gatt_convert_uuid16_to_uuid128()
|
/system/bt/btcore/src/ |
D | uuid.c | 38 static const bt_uuid_t base_uuid = { variable 160 if (uuid->uu[i] != base_uuid.uu[i]) in uuid_is_base()
|
/system/bt/stack/gatt/ |
D | gatt_utils.c | 79 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, variable 997 memcpy (uuid_128, base_uuid, LEN_UUID_128); in gatt_convert_uuid16_to_uuid128() 1015 memcpy (uuid_128, base_uuid, LEN_UUID_128); in gatt_convert_uuid32_to_uuid128() 1149 if (p_uuid[xx] != base_uuid[xx]) in gatt_parse_uuid_from_cmd()
|
/system/bt/stack/btm/ |
D | btm_inq.c | 2859 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, in btm_convert_uuid_to_uuid16() local 2881 if (p_uuid[xx] != base_uuid[xx]) in btm_convert_uuid_to_uuid16()
|