Home
last modified time | relevance | path

Searched refs:negotiated_codec (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sco.c244 …APPL_TRACE_DEBUG("%s: negotiated codec = %d", __FUNCTION__, bta_hf_client_cb.scb.negotiated_codec); in bta_hf_client_sco_conn_rsp()
250 if ((bta_hf_client_cb.scb.negotiated_codec == BTM_SCO_CODEC_CVSD) && in bta_hf_client_sco_conn_rsp()
259 } else if (bta_hf_client_cb.scb.negotiated_codec == BTM_SCO_CODEC_MSBC) { in bta_hf_client_sco_conn_rsp()
462 if (bta_hf_client_cb.scb.negotiated_codec == BTM_SCO_CODEC_CVSD) { in bta_hf_client_sco_create()
467 } else if (bta_hf_client_cb.scb.negotiated_codec == BTM_SCO_CODEC_MSBC) { in bta_hf_client_sco_create()
856 if (bta_hf_client_cb.scb.negotiated_codec == BTM_SCO_CODEC_MSBC) { in bta_hf_client_sco_conn_open()
Dbta_hf_client_act.c330 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_rfc_fail()
400 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_rfc_close()
Dbta_hf_client_main.c286 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_scb_init()
425 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_api_enable()
Dbta_hf_client_at.c468 bta_hf_client_cb.scb.negotiated_codec = codec; in bta_hf_client_handle_bcs()
471 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_handle_bcs()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_int.h167 tBTM_SCO_CODEC_TYPE negotiated_codec; /* negotiated codec */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_main.c771 bta_ag_cb.scb->negotiated_codec = BTM_SCO_CODEC_MSBC; in bta_ag_api_enable()
774 bta_ag_cb.scb->negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_ag_api_enable()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/include/
Dbta_ag_int.h313 tBTM_SCO_CODEC_TYPE negotiated_codec; /* negotiated codec */ member