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

This commit is contained in:
TreeHugger Robot
2018-03-23 19:18:41 +00:00
committed by Android (Google) Code Review

View File

@@ -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);