Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanNativeInterface.java367 void onScanParamSetupCompleted(int status, int scannerId) throws RemoteException { in onScanParamSetupCompleted() method in ScanNativeInterface
372 mScanHelper.onScanParamSetupCompleted(status, scannerId); in onScanParamSetupCompleted()
DTransitionalScanHelper.java1027 public void onScanParamSetupCompleted(int status, int scannerId) throws RemoteException { in onScanParamSetupCompleted() method in TransitionalScanHelper