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

Commit 3f66e8f2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "AudioService: fix SCO audio resume after call" into sc-v2-dev am: 14a62045 am: 40144059

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16440301

Change-Id: Ica67abeacfc24bd6360c0d36ffdd52f1edad165b
parents 106f0f2e 40144059
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -327,7 +327,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
        }

        boolean isBtScoRequested = isBluetoothScoRequested();
        if (isBtScoRequested && !wasBtScoRequested) {
        if (isBtScoRequested && (!wasBtScoRequested || !isBluetoothScoActive())) {
            if (!mBtHelper.startBluetoothSco(scoAudioMode, eventSource)) {
                Log.w(TAG, "setCommunicationRouteForClient: failure to start BT SCO for pid: "
                        + pid);