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

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

Snap for 4665332 from 837f1364f612781cf6d34a6ef55617692631b790 to pi-release

Change-Id: I18b4713a98b81c64bf3407aafaedf612588d6011
parents e527f5cd a70a16b3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -680,6 +680,10 @@ 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);