Searched refs:sBluetoothLeScanner (Results 1 – 1 of 1) sorted by relevance
551 private static BluetoothLeScanner sBluetoothLeScanner; field in BluetoothAdapter689 if (sBluetoothLeScanner == null) { in getBluetoothLeScanner()690 sBluetoothLeScanner = new BluetoothLeScanner(mManagerService); in getBluetoothLeScanner()693 return sBluetoothLeScanner; in getBluetoothLeScanner()2178 if (sBluetoothLeScanner != null) sBluetoothLeScanner.cleanup();