Searched refs:onExecuteCompleted (Results 1 – 2 of 2) sorted by relevance
159 void onExecuteCompleted(int connId, int status) throws RemoteException { in onExecuteCompleted() method in GattNativeInterface160 getGattService().onExecuteCompleted(connId, status); in onExecuteCompleted()
1745 void onExecuteCompleted(int connId, int status) throws RemoteException { in onExecuteCompleted() method in GattService