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

Commit 5bd69bd4 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

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



Change-Id: I48446d5092ddb9eab76accaa28e16145e66497a2
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 557d28ff ba668808
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;