Searched refs:mBluetoothLeScanner (Results 1 – 2 of 2) sorted by relevance
29 BluetoothLeScanner mBluetoothLeScanner; field in BluetoothLeScannerWrapper32 mBluetoothLeScanner = scanner; in BluetoothLeScannerWrapper()38 mBluetoothLeScanner.startScan(filters, settings, callback); in startScan()43 mBluetoothLeScanner.stopScan(callback); in stopScan()
852 private BluetoothLeScanner mBluetoothLeScanner; field in BluetoothAdapter1235 if (mBluetoothLeScanner == null) { in getBluetoothLeScanner()1236 mBluetoothLeScanner = new BluetoothLeScanner(this); in getBluetoothLeScanner()1238 return mBluetoothLeScanner; in getBluetoothLeScanner()3781 if (mBluetoothLeScanner != null) {3782 mBluetoothLeScanner.cleanup();