Home
last modified time | relevance | path

Searched refs:BTM_SCO_CODEC_CVSD (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_hfp_defs.h21 #define BTA_HFP_CODEC_CVSD BTM_SCO_CODEC_CVSD /* CVSD */
Dbta_ag_api.h82 #define BTA_AG_CODEC_CVSD BTM_SCO_CODEC_CVSD /* CVSD */
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/hf_client/
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.c261 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_scb_init()
396 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_api_enable()
Dbta_hf_client_sco.c212 if ((bta_hf_client_cb.scb.negotiated_codec == BTM_SCO_CODEC_CVSD) && in bta_hf_client_sco_conn_rsp()
396 if (bta_hf_client_cb.scb.negotiated_codec == BTM_SCO_CODEC_CVSD) { in bta_hf_client_sco_create()
Dbta_hf_client_at.c465 if (codec == BTM_SCO_CODEC_CVSD || in bta_hf_client_handle_bcs()
470 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_handle_bcs()
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sco.c474 tBTA_AG_PEER_CODEC esco_codec = BTM_SCO_CODEC_CVSD; in bta_ag_create_sco()
528 if (esco_codec == BTM_SCO_CODEC_CVSD) /* For CVSD */ in bta_ag_create_sco()
Dbta_ag_main.c766 bta_ag_cb.scb->negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_ag_api_enable()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h992 #define BTM_SCO_CODEC_CVSD 0x0001 macro