Searched refs:peer_version (Results 1 – 8 of 8) sorted by relevance
224 bta_hf_client_cb.scb.peer_version = HFP_VERSION_1_1; /* Default version */ in bta_hf_client_sdp_find_attr()249 …DP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_HF_HANDSFREE, &bta_hf_client_cb.scb.peer_version); in bta_hf_client_sdp_find_attr()285 __FUNCTION__, bta_hf_client_cb.scb.peer_version, in bta_hf_client_sdp_find_attr()
150 UINT16 peer_version; /* profile version of peer device */ member
293 …if (bta_hf_client_cb.scb.peer_version >= HFP_VERSION_1_5 && !bta_hf_client_cb.scb.retry_with_sco_o… in bta_hf_client_sco_create()
1901 if (bta_hf_client_cb.scb.peer_version < HFP_VERSION_1_6) in bta_hf_client_send_at_bia()
316 p_scb->peer_version = HFP_VERSION_1_1; /* Default version */ in bta_ag_sdp_find_attr()321 p_scb->peer_version = 0x0100; /* Default version */ in bta_ag_sdp_find_attr()361 SDP_FindProfileVersionInRec(p_rec, uuid, &p_scb->peer_version); in bta_ag_sdp_find_attr()
261 UINT16 peer_version; /* profile version of peer device */ member
514 …if (p_scb->conn_service == BTA_AG_HFP && p_scb->peer_version >= HFP_VERSION_1_5 && !p_scb->retry_w… in bta_ag_create_sco()
1191 if ((p_scb->peer_version >= HFP_VERSION_1_5) && in bta_ag_at_hfp_cback()