Home
last modified time | relevance | path

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

/system/bt/bta/sdp/
Dbta_sdp_act.cc76 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_MAP_PROFILE, in bta_create_mns_sdp_record()
129 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_MAP_PROFILE, in bta_create_mas_sdp_record()
175 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_PHONE_ACCESS, in bta_create_pse_sdp_record()
211 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_OBEX_OBJECT_PUSH, in bta_create_ops_sdp_record()
295 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_SAP, &pversion)) { in bta_create_sap_sdp_record()
/system/bt/stack/include/
Dsdp_api.h377 bool SDP_FindProfileVersionInRec(tSDP_DISC_REC* p_rec, uint16_t profile_uuid,
/system/bt/bta/hf_client/
Dbta_hf_client_sdp.cc245 SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_HF_HANDSFREE, in bta_hf_client_sdp_find_attr()
/system/bt/bta/ag/
Dbta_ag_sdp.cc341 if (!SDP_FindProfileVersionInRec(p_rec, uuid, &peer_version)) { in bta_ag_sdp_find_attr()
/system/bt/btif/avrcp/
Davrcp_service.cc131 return SDP_FindProfileVersionInRec(a, b, c); in FindProfileVersionInRec()
/system/bt/bta/av/
Dbta_av_act.cc1651 SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_AV_REMOTE_CONTROL, in bta_av_check_peer_features()
1714 bool val = SDP_FindProfileVersionInRec( in bta_avk_check_peer_features()
1823 SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_AV_REMOTE_CONTROL, in bta_av_rc_disc_done()
/system/bt/stack/sdp/
Dsdp_api.cc748 bool SDP_FindProfileVersionInRec(tSDP_DISC_REC* p_rec, uint16_t profile_uuid, in SDP_FindProfileVersionInRec() function