Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_utils.c762 BOOLEAN sdpu_compare_uuid_with_attr (tBT_UUID *p_btuuid, tSDP_DISC_ATTR *p_attr) in sdpu_compare_uuid_with_attr() argument
767 if (p_btuuid->len != attr_len) { in sdpu_compare_uuid_with_attr()
771 if (p_btuuid->len == 2) { in sdpu_compare_uuid_with_attr()
772 return (BOOLEAN)(p_btuuid->uu.uuid16 == p_attr->attr_value.v.u16); in sdpu_compare_uuid_with_attr()
773 } else if (p_btuuid->len == 4) { in sdpu_compare_uuid_with_attr()
774 return (BOOLEAN)(p_btuuid->uu.uuid32 == p_attr->attr_value.v.u32); in sdpu_compare_uuid_with_attr()
784 else if (!memcmp (p_btuuid->uu.uuid128, (void *) p_attr->attr_value.v.array, MAX_UUID_SIZE)) { in sdpu_compare_uuid_with_attr()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h281 extern BOOLEAN sdpu_compare_uuid_with_attr (tBT_UUID *p_btuuid, tSDP_DISC_ATTR *p_attr);