Searched refs:sdpu_compare_uuid_arrays (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/ |
D | sdpint.h | 281 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/ |
D | sdp_db.c | 90 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()
|
D | sdp_utils.c | 654 BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2) in sdpu_compare_uuid_arrays() function
|