Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java483 private static BluetoothLeAdvertiser sBluetoothLeAdvertiser; field in BluetoothAdapter
578 if (sBluetoothLeAdvertiser == null) { in getBluetoothLeAdvertiser()
579 sBluetoothLeAdvertiser = new BluetoothLeAdvertiser(mManagerService); in getBluetoothLeAdvertiser()
582 return sBluetoothLeAdvertiser; in getBluetoothLeAdvertiser()
1936 if (sBluetoothLeAdvertiser != null) sBluetoothLeAdvertiser.cleanup();