Searched refs:SDP_FindProfileVersionInRec (Results 1 – 7 of 7) sorted by relevance
/system/bt/bta/sdp/ |
D | bta_sdp_act.cc | 76 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/ |
D | sdp_api.h | 377 bool SDP_FindProfileVersionInRec(tSDP_DISC_REC* p_rec, uint16_t profile_uuid,
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_sdp.cc | 245 SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_HF_HANDSFREE, in bta_hf_client_sdp_find_attr()
|
/system/bt/bta/ag/ |
D | bta_ag_sdp.cc | 341 if (!SDP_FindProfileVersionInRec(p_rec, uuid, &peer_version)) { in bta_ag_sdp_find_attr()
|
/system/bt/btif/avrcp/ |
D | avrcp_service.cc | 131 return SDP_FindProfileVersionInRec(a, b, c); in FindProfileVersionInRec()
|
/system/bt/bta/av/ |
D | bta_av_act.cc | 1651 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/ |
D | sdp_api.cc | 748 bool SDP_FindProfileVersionInRec(tSDP_DISC_REC* p_rec, uint16_t profile_uuid, in SDP_FindProfileVersionInRec() function
|