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

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

am 6385f5ec: Add NREC setting routine even after SCO connected

* commit '6385f5ec':
  Add NREC setting routine even after SCO connected
parents 9ff028cc 6385f5ec
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