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

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

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

* commit 'de79c722':
  Add NREC setting routine even after SCO connected
parents 0306f7bd de79c722
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