Searched defs:sBluetoothLeAdvertiser (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java552 private static BluetoothLeAdvertiser sBluetoothLeAdvertiser; field in class:BluetoothAdapter
651 if (sBluetoothLeAdvertiser == null) {
652 sBluetoothLeAdvertiser = new BluetoothLeAdvertiser(mManagerService);
655 return sBluetoothLeAdvertiser;
2177 if (sBluetoothLeAdvertiser != null) sBluetoothLeAdvertiser.cleanup();

Completed in 83 milliseconds