Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_ag_api.h178 #define BTA_AG_CODEC_CVSD BTM_SCO_CODEC_CVSD /* CVSD */
/system/bt/bta/hf_client/
Dbta_hf_client_act.cc228 client_cb->negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_rfc_fail()
Dbta_hf_client_at.cc438 if (codec == BTM_SCO_CODEC_CVSD || codec == BTM_SCO_CODEC_MSBC) { in bta_hf_client_handle_bcs()
442 client_cb->negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_handle_bcs()
/system/bt/stack/include/
Dbtm_api_types.h775 #define BTM_SCO_CODEC_CVSD 0x0001 macro
/system/bt/bta/ag/
Dbta_ag_sco.cc416 if (esco_codec == BTM_SCO_CODEC_CVSD) { in bta_ag_create_sco()