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