Home
last modified time | relevance | path

Searched refs:mBluetoothLeScanner (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBluetoothLeScannerWrapper.java29 BluetoothLeScanner mBluetoothLeScanner; field in BluetoothLeScannerWrapper
32 mBluetoothLeScanner = scanner; in BluetoothLeScannerWrapper()
38 mBluetoothLeScanner.startScan(filters, settings, callback); in startScan()
43 mBluetoothLeScanner.stopScan(callback); in stopScan()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java852 private BluetoothLeScanner mBluetoothLeScanner; field in BluetoothAdapter
1235 if (mBluetoothLeScanner == null) { in getBluetoothLeScanner()
1236 mBluetoothLeScanner = new BluetoothLeScanner(this); in getBluetoothLeScanner()
1238 return mBluetoothLeScanner; in getBluetoothLeScanner()
3781 if (mBluetoothLeScanner != null) {
3782 mBluetoothLeScanner.cleanup();