Home
last modified time | relevance | path

Searched refs:SDP_FindServiceUUIDInRec (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_stack_sdp.cc61 bool SDP_FindServiceUUIDInRec(tSDP_DISC_REC* p_rec, Uuid* p_uuid) { in SDP_FindServiceUUIDInRec() function
/aosp12/system/bt/stack/include/
H A Dsdp_api.h625 bool SDP_FindServiceUUIDInRec(tSDP_DISC_REC* p_rec, bluetooth::Uuid* p_uuid);
/aosp12/system/bt/stack/test/fuzzers/sdp/
H A DsdpFuzzFunctions.h328 SDP_FindServiceUUIDInRec(p_rec, &uuid);
/aosp12/system/bt/stack/sdp/
H A Dsdp_api.cc247 bool SDP_FindServiceUUIDInRec(tSDP_DISC_REC* p_rec, Uuid* p_uuid) { in SDP_FindServiceUUIDInRec() function
/aosp12/system/bt/bta/gatt/
H A Dbta_gattc_cache.cc296 if (!SDP_FindServiceUUIDInRec(p_sdp_rec, &service_uuid)) continue; in bta_gattc_sdp_callback()
/aosp12/system/bt/bta/dm/
H A Dbta_dm_act.cc1116 if (SDP_FindServiceUUIDInRec(p_sdp_rec, &service_uuid)) { in bta_dm_sdp_result()