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

Commit da55b5a4 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "[Bluetooth][BugFix]:Fix Bluetooth unable to enable" am: 159ca2b3 am:...

Merge "[Bluetooth][BugFix]:Fix Bluetooth unable to enable" am: 159ca2b3 am: 9bc06f24 am: ba668808 am: 5bd69bd4

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2510655



Change-Id: I58b7a027ec79eb271bc357c87efea6b77b0d1bb8
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c8006fec 5bd69bd4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2535,6 +2535,9 @@ public class BluetoothManagerService extends IBluetoothManager.Stub {
                                mContext.getPackageName(), true);
                        handleEnable(mQuietEnable);
                    } else {
                        mBluetoothLock.writeLock().lock();
                        mBluetooth = null;
                        mBluetoothLock.writeLock().unlock();
                        Log.e(TAG, "Reach maximum retry to restart Bluetooth!");
                    }
                    break;