Loading core/java/android/bluetooth/BluetoothAdapter.java +4 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
core/java/android/bluetooth/BluetoothAdapter.java +4 −0 Original line number Diff line number Diff line Loading @@ -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); Loading