Searched refs:negotiated_codec (Results 1 – 4 of 4) sorted by relevance
117 } 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()
497 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()
227 client_cb->negotiated_codec = BTM_SCO_CODEC_CVSD; in bta_hf_client_rfc_fail()
185 tBTM_SCO_CODEC_TYPE negotiated_codec; /* negotiated codec */ member