Home
last modified time | relevance | path

Searched refs:peer_version (Results 1 – 8 of 8) sorted by relevance

/system/bt/bta/hf_client/
Dbta_hf_client_sdp.c224 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()
Dbta_hf_client_int.h150 UINT16 peer_version; /* profile version of peer device */ member
Dbta_hf_client_sco.c293 …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()
Dbta_hf_client_at.c1901 if (bta_hf_client_cb.scb.peer_version < HFP_VERSION_1_6) in bta_hf_client_send_at_bia()
/system/bt/bta/ag/
Dbta_ag_sdp.c316 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()
Dbta_ag_int.h261 UINT16 peer_version; /* profile version of peer device */ member
Dbta_ag_sco.c514 …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()
Dbta_ag_cmd.c1191 if ((p_scb->peer_version >= HFP_VERSION_1_5) && in bta_ag_at_hfp_cback()