Home
last modified time | relevance | path

Searched refs:retry_with_sco_only (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sco.c475 …ta_hf_client_cb.scb.peer_version >= HFP_VERSION_1_5 && !bta_hf_client_cb.scb.retry_with_sco_only) { in bta_hf_client_sco_create()
480 bta_hf_client_cb.scb.retry_with_sco_only = TRUE; in bta_hf_client_sco_create()
484 if (bta_hf_client_cb.scb.retry_with_sco_only) { in bta_hf_client_sco_create()
487 bta_hf_client_cb.scb.retry_with_sco_only = FALSE; in bta_hf_client_sco_create()
507 bta_hf_client_cb.scb.retry_with_sco_only = FALSE; in bta_hf_client_sco_create()
862 bta_hf_client_cb.scb.retry_with_sco_only = FALSE; in bta_hf_client_sco_conn_open()
884 if (bta_hf_client_cb.scb.retry_with_sco_only && bta_hf_client_cb.scb.svc_conn) { in bta_hf_client_sco_conn_close()
901 bta_hf_client_cb.scb.retry_with_sco_only = FALSE; in bta_hf_client_sco_conn_close()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sco.c520 …((p_scb->sco_codec == BTM_SCO_CODEC_MSBC) && !p_scb->codec_fallback && !p_scb->retry_with_sco_only) in bta_ag_create_sco()
582 …onn_service == BTA_AG_HFP && p_scb->peer_version >= HFP_VERSION_1_5 && !p_scb->retry_with_sco_only) in bta_ag_create_sco()
592 p_scb->retry_with_sco_only = TRUE; in bta_ag_create_sco()
597 p_scb->retry_with_sco_only = FALSE; in bta_ag_create_sco()
601 p_scb->retry_with_sco_only = TRUE; in bta_ag_create_sco()
608 if(p_scb->retry_with_sco_only){ in bta_ag_create_sco()
611 p_scb->retry_with_sco_only = FALSE; in bta_ag_create_sco()
655 p_scb->retry_with_sco_only = FALSE; in bta_ag_create_sco()
1563 p_scb->retry_with_sco_only = FALSE; in bta_ag_sco_conn_open()
1599 else if (p_scb->retry_with_sco_only && p_scb->svc_conn) in bta_ag_sco_conn_close()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_int.h161 BOOLEAN retry_with_sco_only; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/include/
Dbta_ag_int.h322 BOOLEAN retry_with_sco_only; /* indicator to try with SCO only when eSCO fails */ member