Searched refs:BTM_SCO_CODEC_CVSD (Results 1 – 9 of 9) sorted by relevance
13 #define BTA_HFP_CODEC_CVSD BTM_SCO_CODEC_CVSD /* CVSD */
93 #define BTA_AG_CODEC_CVSD BTM_SCO_CODEC_CVSD /* CVSD */
330 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()
286 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()
250 if ((bta_hf_client_cb.scb.negotiated_codec == BTM_SCO_CODEC_CVSD) && 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()
466 if (codec == BTM_SCO_CODEC_CVSD || in bta_hf_client_handle_bcs()471 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_handle_bcs()
502 tBTA_AG_PEER_CODEC esco_codec = BTM_SCO_CODEC_CVSD; in bta_ag_create_sco()544 else if ((esco_codec == BTM_SCO_CODEC_CVSD) && (p_scb->features & BTA_AG_FEAT_ESCO_S4) in bta_ag_create_sco()564 if (esco_codec == BTM_SCO_CODEC_CVSD) /* For CVSD */ in bta_ag_create_sco()
774 bta_ag_cb.scb->negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_ag_api_enable()
1040 #define BTM_SCO_CODEC_CVSD 0x0001 macro