Home
last modified time | relevance | path

Searched refs:negotiated_codec (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_sco.cc117 } else if (client_cb->negotiated_codec == BTM_SCO_CODEC_LC3) { in bta_hf_client_sco_conn_rsp()
120 } else if (client_cb->negotiated_codec == BTM_SCO_CODEC_MSBC) { in bta_hf_client_sco_conn_rsp()
574 if (client_cb->negotiated_codec == BTM_SCO_CODEC_LC3) { in bta_hf_client_sco_conn_open()
576 } else if (client_cb->negotiated_codec == BTM_SCO_CODEC_MSBC) { in bta_hf_client_sco_conn_open()
Dbta_hf_client_at.cc497 client_cb->negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_handle_bcs()
500 client_cb->negotiated_codec = BTM_SCO_CODEC_MSBC; in bta_hf_client_handle_bcs()
503 client_cb->negotiated_codec = BTM_SCO_CODEC_LC3; in bta_hf_client_handle_bcs()
506 client_cb->negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_handle_bcs()
511 client_cb->negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_handle_bcs()
Dbta_hf_client_act.cc227 client_cb->negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_rfc_fail()
Dbta_hf_client_int.h185 tBTM_SCO_CODEC_TYPE negotiated_codec; /* negotiated codec */ member