Searched refs:sBluetoothLeScanner (Results 1 – 1 of 1) sorted by relevance
642 private static BluetoothLeScanner sBluetoothLeScanner; field in BluetoothAdapter817 if (sBluetoothLeScanner == null) { in getBluetoothLeScanner()818 sBluetoothLeScanner = new BluetoothLeScanner(mManagerService); in getBluetoothLeScanner()821 return sBluetoothLeScanner; in getBluetoothLeScanner()2689 if (sBluetoothLeScanner != null) {2690 sBluetoothLeScanner.cleanup();