sdpu_compare_uuid_arrays() function
* Function sdpu_compare_uuid_arrays * Description This function compares 2 BE UUIDs. If needed, they are expanded * to 128-bit UUIDs, then compared. * NOTE it is assumed that the arrays are in Big Endian format * Returns TRUE if matched, else FALSE
![]()
BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2)![]()
extern BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2);![]()
if (sdpu_compare_uuid_arrays (p_attr->value_ptr, p_attr->len,![]()
if (sdpu_compare_uuid_arrays (p, len, p_uuid, uuid_len)) {
sdpu_compare_uuid_arrays() is called by 2 functions and calls 2 functions:
![]()
sdpu_compare_uuid_arrays()
sdpu_compare_uuid_arrays() reads 4 variables:
![]()
sdpu_compare_uuid_arrays()