Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/hf_client/
Dbta_hf_client_act.c333 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_rfc_fail()
404 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_rfc_close()
Dbta_hf_client_main.c244 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_scb_init()
390 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_api_enable()
Dbta_hf_client_at.c457 if (codec == BTM_SCO_CODEC_CVSD || in bta_hf_client_handle_bcs()
465 bta_hf_client_cb.scb.negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_handle_bcs()
/external/bluetooth/bluedroid/bta/include/
Dbta_ag_api.h118 #define BTA_AG_CODEC_CVSD BTM_SCO_CODEC_CVSD /* CVSD */
/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_sco.c449 tBTA_AG_PEER_CODEC esco_codec = BTM_SCO_CODEC_CVSD; in bta_ag_create_sco()
506 if (esco_codec == BTM_SCO_CODEC_CVSD) /* For CVSD */ in bta_ag_create_sco()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h980 #define BTM_SCO_CODEC_CVSD 0x0001 macro