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

Commit 0e4f8887 authored by Sungmin Choi's avatar Sungmin Choi Committed by Andre Eisenbach
Browse files

Add NREC setting routine even after SCO connected



Bug: 23471393
Change-Id: I46264238e4810a7f280e656220bc68e76eb0cb37
Signed-off-by: default avatarkoh.changseok <koh.changseok@lge.com>
Signed-off-by: default avatarSungmin Choi <sungmin.choi@lge.com>
parent 13c41337
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