Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sdp.c230 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()
280 __FUNCTION__, bta_hf_client_cb.scb.peer_version, in bta_hf_client_sdp_find_attr()
Dbta_hf_client_sco.c409 …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.c1815 if (bta_hf_client_cb.scb.peer_version < HFP_VERSION_1_6) { in bta_hf_client_send_at_bia()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sdp.c293 p_scb->peer_version = HFP_VERSION_1_1; /* Default version */ in bta_ag_sdp_find_attr()
296 p_scb->peer_version = 0x0100; /* Default version */ in bta_ag_sdp_find_attr()
326 SDP_FindProfileVersionInRec(p_rec, uuid, &p_scb->peer_version); in bta_ag_sdp_find_attr()
Dbta_ag_sco.c581 …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.c896 if ((p_scb->peer_version >= HFP_VERSION_1_5) && in bta_ag_at_hfp_cback()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_int.h147 UINT16 peer_version; /* profile version of peer device */ member
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_ag/include/
Dbta_ag_int.h269 UINT16 peer_version; /* profile version of peer device */ member
/hal_espressif-3.7.0/components/wpa_supplicant/src/common/
Ddpp.h234 u8 peer_version; member
Ddpp.c2445 auth->peer_version = 1; /* default to the first version */ in dpp_auth_req_rx()
3035 auth->peer_version = 1; /* default to the first version */ in dpp_auth_resp_rx()
3874 if (((!conf->ssid_charset || auth->peer_version < 2) && in dpp_build_conf_start()
3877 ((conf->ssid_charset && auth->peer_version >= 2) && in dpp_build_conf_start()
4011 if (dpp_akm_ver2(akm) && auth->peer_version < 2) { in dpp_build_conf_obj_dpp()
4286 if (auth->peer_version >= 2 && auth->send_conn_status && in dpp_build_conf_resp()
4336 if (auth->peer_version >= 2 && conf2) { in dpp_build_conf_resp()
4345 if (auth->peer_version >= 2 && auth->send_conn_status && in dpp_build_conf_resp()