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

Commit 753beef0 authored by Joseph Pirozzo's avatar Joseph Pirozzo Committed by android-build-merger
Browse files

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

am: 08f854b9

Change-Id: Ib1e98cd9888ec9e5ff2da8a8114a6c24d4813cfc
parents 0071b22a 08f854b9
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);