Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java482 private static BluetoothLeScanner sBluetoothLeScanner; field in BluetoothAdapter
598 if (sBluetoothLeScanner == null) { in getBluetoothLeScanner()
599 sBluetoothLeScanner = new BluetoothLeScanner(mManagerService); in getBluetoothLeScanner()
602 return sBluetoothLeScanner; in getBluetoothLeScanner()
2035 if (sBluetoothLeScanner != null) sBluetoothLeScanner.cleanup();