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

  /system/bt/stack/sdp/
sdpint.h 286 extern BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2);
sdp_db.c 82 if (sdpu_compare_uuid_arrays (p_attr->value_ptr, p_attr->len,
136 if (sdpu_compare_uuid_arrays (p, len, p_uuid, uuid_len))
    [all...]
sdp_utils.c 646 ** Function sdpu_compare_uuid_arrays
656 BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2) function

Completed in 167 milliseconds