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

Commit fe351808 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [3338258, 3338574, 3340292, 3339454] into pi-release

Change-Id: If46996acb53034dea47358f3274386cb380e46ab
parents 32051f6b d5e696d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1628,7 +1628,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub {

                        //Do enable request
                        try {
                            if (mQuietEnable) {
                            if (!mQuietEnable) {
                                if (!mBluetooth.enable()) {
                                    Slog.e(TAG, "IBluetooth.enable() returned false");
                                }