Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java128 void onSearchCompleted(int connId, int status) throws RemoteException { in onSearchCompleted() method in GattNativeInterface
129 getGattService().onSearchCompleted(connId, status); in onSearchCompleted()
DGattService.java1537 void onSearchCompleted(int connId, int status) throws RemoteException { in onSearchCompleted() method in GattService