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