Home
last modified time | relevance | path

Searched refs:onFoundOrLost (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallbackWrapper.java123 public void onFoundOrLost(boolean onFound, ScanResult scanResult) throws RemoteException { in onFoundOrLost() method in BluetoothGattCallbackWrapper
DIBluetoothGattCallback.aidl71 void onFoundOrLost(in boolean onFound, in ScanResult scanResult); in onFoundOrLost() method
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeScanner.java349 public void onFoundOrLost(final boolean onFound, final ScanResult scanResult) { in onFoundOrLost() method in BluetoothLeScanner.BleScanCallbackWrapper