Searched refs:sdpu_compare_uuid_with_attr (Results 1 – 3 of 3) sorted by relevance
226 extern bool sdpu_compare_uuid_with_attr(const bluetooth::Uuid& uuid,
547 if (sdpu_compare_uuid_with_attr(uuid, p_sattr)) return (p_rec); in SDP_FindServiceUUIDInDb()553 if (sdpu_compare_uuid_with_attr(uuid, p_attr)) return (p_rec); in SDP_FindServiceUUIDInDb()
949 bool sdpu_compare_uuid_with_attr(const Uuid& uuid, tSDP_DISC_ATTR* p_attr) { in sdpu_compare_uuid_with_attr() function