Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java552 private static BluetoothLeAdvertiser sBluetoothLeAdvertiser; field in BluetoothAdapter
652 if (sBluetoothLeAdvertiser == null) { in getBluetoothLeAdvertiser()
653 sBluetoothLeAdvertiser = new BluetoothLeAdvertiser(mManagerService); in getBluetoothLeAdvertiser()
656 return sBluetoothLeAdvertiser; in getBluetoothLeAdvertiser()
2178 if (sBluetoothLeAdvertiser != null) sBluetoothLeAdvertiser.cleanup();