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

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdpint.h290 extern BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2);
H A Dsdp_db.c83 if (sdpu_compare_uuid_arrays (p_attr->value_ptr, p_attr->len,
137 if (sdpu_compare_uuid_arrays (p, len, p_uuid, uuid_len))
H A Dsdp_utils.c653 ** Function sdpu_compare_uuid_arrays
663 BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2) function

Completed in 609 milliseconds