Searched refs:sBluetoothLeScanner (Results 1 – 1 of 1) sorted by relevance
482 private static BluetoothLeScanner sBluetoothLeScanner; field in BluetoothAdapter591 if (sBluetoothLeScanner == null) { in getBluetoothLeScanner()592 sBluetoothLeScanner = new BluetoothLeScanner(mManagerService); in getBluetoothLeScanner()595 return sBluetoothLeScanner; in getBluetoothLeScanner()1937 if (sBluetoothLeScanner != null) sBluetoothLeScanner.cleanup();