Searched refs:base_uuid (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gatts_utils.c | 36 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); in bta_gatt_convert_uuid16_to_uuid128()
|
D | bta_gattc_utils.c | 42 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); in bta_gatt_convert_uuid16_to_uuid128()
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_utils.c | 79 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); in gatt_convert_uuid16_to_uuid128() 987 memcpy (uuid_128, base_uuid, LEN_UUID_128); in gatt_convert_uuid32_to_uuid128() 1121 if (p_uuid[xx] != base_uuid[xx]) in gatt_parse_uuid_from_cmd()
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_inq.c | 3314 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, in btm_convert_uuid_to_uuid16() local 3336 if (p_uuid[xx] != base_uuid[xx]) in btm_convert_uuid_to_uuid16()
|