Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dsdp_api.h637 bool SDP_FindServiceUUIDInRec(tSDP_DISC_REC* p_rec, bluetooth::Uuid* p_uuid);
/system/bt/bta/gatt/
Dbta_gattc_cache.cc247 if (!SDP_FindServiceUUIDInRec(p_sdp_rec, &service_uuid)) continue; in bta_gattc_sdp_callback()
/system/bt/stack/sdp/
Dsdp_api.cc294 bool SDP_FindServiceUUIDInRec(tSDP_DISC_REC* p_rec, Uuid* p_uuid) { in SDP_FindServiceUUIDInRec() function
/system/bt/bta/dm/
Dbta_dm_act.cc1389 if (SDP_FindServiceUUIDInRec(p_sdp_rec, &service_uuid)) { in bta_dm_sdp_result()