Home
last modified time | relevance | path

Searched refs:sdp_base_uuid (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/sdp/
Dsdp_utils.c43 static const UINT8 sdp_base_uuid[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, variable
647 if (p_uuid[xx] != sdp_base_uuid[xx]) in sdpu_is_base_uuid()
702 memcpy (nu2, sdp_base_uuid, MAX_UUID_SIZE); in sdpu_compare_uuid_arrays()
725 memcpy (nu1, sdp_base_uuid, MAX_UUID_SIZE); in sdpu_compare_uuid_arrays()
1056 memcpy(p_uuid128, sdp_base_uuid, MAX_UUID_SIZE); in sdpu_uuid16_to_uuid128()
/system/bt/btif/src/
Dbtif_util.c101 static const UINT8 sdp_base_uuid[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, variable
109 memcpy(uuid128->uu, sdp_base_uuid, MAX_UUID_SIZE); in uuid16_to_uuid128()