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

Commit 588db43a authored by Zach Johnson's avatar Zach Johnson Committed by android-build-merger
Browse files

Merge "Revert "Bluetooth: preserve one advertisement slot for GMS core"" into pi-dev am: 5bdf0635

am: 31595b31

Change-Id: I186a9aafc85d7fc74e7eaef259416552a974d6c3
parents c6dd74a0 31595b31
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -680,10 +680,6 @@ public final class BluetoothAdapter {
        if (!getLeAccess()) {
            return null;
        }
        if (!isMultipleAdvertisementSupported()) {
            Log.e(TAG, "Bluetooth LE advertising not supported");
            return null;
        }
        synchronized (mLock) {
            if (sBluetoothLeAdvertiser == null) {
                sBluetoothLeAdvertiser = new BluetoothLeAdvertiser(mManagerService);