[go: nahoru, domu]

Searched refs:sBluetoothLeAdvertiser (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java483 private static BluetoothLeAdvertiser sBluetoothLeAdvertiser; field in class:BluetoothAdapter
585 if (sBluetoothLeAdvertiser == null) {
586 sBluetoothLeAdvertiser = new BluetoothLeAdvertiser(mManagerService);
589 return sBluetoothLeAdvertiser;
2034 if (sBluetoothLeAdvertiser != null) sBluetoothLeAdvertiser.cleanup();

Completed in 34 milliseconds