Home
last modified time | relevance | path

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

/system/bt/bta/hf_client/
Dbta_hf_client_act.c329 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_rfc_fail()
399 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_rfc_close()
Dbta_hf_client_main.c253 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_at.c465 if (codec == BTM_SCO_CODEC_CVSD || in bta_hf_client_handle_bcs()
473 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_handle_bcs()
/system/bt/bta/include/
Dbta_ag_api.h164 #define BTA_AG_CODEC_CVSD BTM_SCO_CODEC_CVSD /* CVSD */
/system/bt/bta/ag/
Dbta_ag_sco.c442 tBTA_AG_PEER_CODEC esco_codec = BTM_SCO_CODEC_CVSD; in bta_ag_create_sco()
499 if (esco_codec == BTM_SCO_CODEC_CVSD) /* For CVSD */ in bta_ag_create_sco()
/system/bt/stack/include/
Dbtm_api.h950 #define BTM_SCO_CODEC_CVSD 0x0001 macro