HomeSort by relevance Sort by last modified time
    Searched refs:sdpu_compare_uuid_arrays (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/sdp/
sdpint.h 290 extern BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2);
sdp_db.c 83 if (sdpu_compare_uuid_arrays (p_attr->value_ptr, p_attr->len,
137 if (sdpu_compare_uuid_arrays (p, len, p_uuid, uuid_len))
    [all...]
sdp_utils.c 653 ** Function sdpu_compare_uuid_arrays
663 BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2) function

Completed in 68 milliseconds