Searched refs:sdp_base_uuid (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_utils.c | 44 static const UINT8 sdp_base_uuid[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, variable 633 if (p_uuid[xx] != sdp_base_uuid[xx]) { in sdpu_is_base_uuid() 684 memcpy (nu2, sdp_base_uuid, MAX_UUID_SIZE); in sdpu_compare_uuid_arrays() 703 memcpy (nu1, sdp_base_uuid, MAX_UUID_SIZE); in sdpu_compare_uuid_arrays() 1025 memcpy(p_uuid128, sdp_base_uuid, MAX_UUID_SIZE); in sdpu_uuid16_to_uuid128()
|