Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java159 void onExecuteCompleted(int connId, int status) throws RemoteException { in onExecuteCompleted() method in GattNativeInterface
160 getGattService().onExecuteCompleted(connId, status); in onExecuteCompleted()
DGattService.java1745 void onExecuteCompleted(int connId, int status) throws RemoteException { in onExecuteCompleted() method in GattService