Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08f854b9 authored by Joseph Pirozzo's avatar Joseph Pirozzo Committed by Gerrit Code Review
Browse files

Merge "Enable 2-EV3 packets for Wide Band HFP client"

parents ec49a61e fa103d28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ static void bta_hf_client_sco_conn_rsp(tBTA_HF_CLIENT_CB* client_cb,
      resp = esco_parameters_for_codec(ESCO_CODEC_CVSD);
    } else {
      if (client_cb->negotiated_codec == BTA_AG_CODEC_MSBC) {
        resp = esco_parameters_for_codec(ESCO_CODEC_MSBC_T1);
        resp = esco_parameters_for_codec(ESCO_CODEC_MSBC_T2);
      } else {
        // default codec
        resp = esco_parameters_for_codec(ESCO_CODEC_CVSD);