Searched refs:IBluetoothScan (Results 1 – 5 of 5) sorted by relevance
30 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()
21 import android.bluetooth.IBluetoothScan;75 static class BluetoothScanBinder extends IBluetoothScan.Stub {
34 interface IBluetoothScan { interface
58 "android/bluetooth/IBluetoothScan.aidl",
2701 IBluetoothScan scan = getBluetoothScan(); in isHardwareTrackingFiltersAvailable()4101 public @Nullable IBluetoothScan getBluetoothScan() { in getBluetoothScan()4105 return IBluetoothScan.Stub.asInterface(mService.getBluetoothScan()); in getBluetoothScan()