Searched refs:mBluetoothLeScanner (Results 1 – 1 of 1) sorted by relevance
714 private BluetoothLeScanner mBluetoothLeScanner; field in BluetoothAdapter918 if (mBluetoothLeScanner == null) { in getBluetoothLeScanner()919 mBluetoothLeScanner = new BluetoothLeScanner(this); in getBluetoothLeScanner()921 return mBluetoothLeScanner; in getBluetoothLeScanner()3266 if (mBluetoothLeScanner != null) {3267 mBluetoothLeScanner.cleanup();