Home
last modified time | relevance | path

Searched refs:SDP_FindProfileVersionInRec (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/bt/bta/sdp/
H A Dbta_sdp_act.cc59 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_MAP_PROFILE, in bta_create_mns_sdp_record()
112 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_MAP_PROFILE, in bta_create_mas_sdp_record()
158 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_PHONE_ACCESS, in bta_create_pse_sdp_record()
194 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_OBEX_OBJECT_PUSH, in bta_create_ops_sdp_record()
278 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_SAP, &pversion)) { in bta_create_sap_sdp_record()
/aosp12/system/bt/test/mock/
H A Dmock_stack_sdp.cc91 bool SDP_FindProfileVersionInRec(tSDP_DISC_REC* p_rec, uint16_t profile_uuid, in SDP_FindProfileVersionInRec() function
/aosp12/system/bt/bta/hf_client/
H A Dbta_hf_client_sdp.cc249 SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_HF_HANDSFREE, in bta_hf_client_sdp_find_attr()
/aosp12/system/bt/stack/include/
H A Dsdp_api.h380 bool SDP_FindProfileVersionInRec(tSDP_DISC_REC* p_rec, uint16_t profile_uuid,
/aosp12/system/bt/stack/test/fuzzers/sdp/
H A DsdpFuzzFunctions.h160 SDP_FindProfileVersionInRec(p_rec, fdp->ConsumeIntegral<uint16_t>(),
/aosp12/system/bt/bta/ag/
H A Dbta_ag_sdp.cc338 if (!SDP_FindProfileVersionInRec(p_rec, uuid, &peer_version)) { in bta_ag_sdp_find_attr()
/aosp12/system/bt/bta/av/
H A Dbta_av_act.cc1663 SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_AV_REMOTE_CONTROL, in bta_av_check_peer_features()
1726 bool val = SDP_FindProfileVersionInRec( in bta_avk_check_peer_features()
1950 SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_AV_REMOTE_CONTROL, in bta_av_rc_disc_done()
/aosp12/system/bt/btif/avrcp/
H A Davrcp_service.cc130 return SDP_FindProfileVersionInRec(a, b, c); in FindProfileVersionInRec()
/aosp12/system/bt/stack/sdp/
H A Dsdp_api.cc663 bool SDP_FindProfileVersionInRec(tSDP_DISC_REC* p_rec, uint16_t profile_uuid, in SDP_FindProfileVersionInRec() function