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

Commit a6781ede authored by Sungmin Choi's avatar Sungmin Choi Committed by Android Git Automerger
Browse files

am ab838644: am 0e4f8887: Add NREC setting routine even after SCO connected

* commit 'ab838644':
  Add NREC setting routine even after SCO connected
parents f631d689 ab838644
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2763,6 +2763,11 @@ final class HeadsetStateMachine extends StateMachine {
        } else {
            Log.e(TAG,"processNoiceReductionEvent: AudioParamNrec is null ");
        }

        if (mActiveScoDevice != null && mActiveScoDevice.equals(device)
                && mAudioState == BluetoothHeadset.STATE_AUDIO_CONNECTED) {
            setAudioParameters(device);
        }
    }

    // 2 - WBS on