Searched refs:p_uuid1 (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/sdp/
H A Dsdp_utils.c667 BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2) argument
683 return ((p_uuid1[0] == p_uuid2[0]) && (p_uuid1[1] == p_uuid2[1]));
685 return ( (p_uuid1[0] == p_uuid2[0]) && (p_uuid1[1] == p_uuid2[1])
686 && (p_uuid1[2] == p_uuid2[2]) && (p_uuid1[3] == p_uuid2[3]) );
688 return (memcmp (p_uuid1, p_uuid2, (size_t)len1) == 0);
695 return ( (p_uuid1[0] == 0) && (p_uuid1[
750 sdpu_compare_bt_uuids(tBT_UUID *p_uuid1, tBT_UUID *p_uuid2) argument
[all...]
H A Dsdpint.h287 extern BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2);
288 extern BOOLEAN sdpu_compare_bt_uuids (tBT_UUID *p_uuid1, tBT_UUID *p_uuid2);

Completed in 123 milliseconds