Home
last modified time | relevance | path

Searched refs:sdpu_compare_uuid_arrays (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h281 extern BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2);
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c90 if (sdpu_compare_uuid_arrays (p_attr->value_ptr, p_attr->len, in sdp_db_service_search()
145 if (sdpu_compare_uuid_arrays (p, len, p_uuid, uuid_len)) { in find_uuid_in_seq()
Dsdp_utils.c654 BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2) in sdpu_compare_uuid_arrays() function