Home
last modified time | relevance | path

Searched refs:IBluetoothScan (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DBluetoothLeScanner.java30 import android.bluetooth.IBluetoothScan;
259 IBluetoothScan scan = null; in startScan()
339 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in stopScan()
425 private IBluetoothScan mBluetoothScan;
435 IBluetoothScan bluetoothScan, in BleScanCallbackWrapper()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanController.java21 import android.bluetooth.IBluetoothScan;
75 static class BluetoothScanBinder extends IBluetoothScan.Stub {
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothScan.aidl34 interface IBluetoothScan { interface
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp58 "android/bluetooth/IBluetoothScan.aidl",
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2701 IBluetoothScan scan = getBluetoothScan(); in isHardwareTrackingFiltersAvailable()
4101 public @Nullable IBluetoothScan getBluetoothScan() { in getBluetoothScan()
4105 return IBluetoothScan.Stub.asInterface(mService.getBluetoothScan()); in getBluetoothScan()