Searched refs:BTM_SCO_CODEC_CVSD (Results 1 – 9 of 9) sorted by relevance
21 #define BTA_HFP_CODEC_CVSD BTM_SCO_CODEC_CVSD /* CVSD */
82 #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()
261 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()
212 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()
465 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()
474 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()
766 bta_ag_cb.scb->negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_ag_api_enable()
992 #define BTM_SCO_CODEC_CVSD 0x0001 macro