Home | History | Annotate | Download | only in gatt

Lines Matching refs:onExecuteWrite

778             app.callback.onExecuteWrite(address, status);
1344 void onExecuteWrite(String address, int connId, int transId, int execWrite)
1346 if (DBG) Log.d(TAG, "onExecuteWrite() connId=" + connId
1352 app.callback.onExecuteWrite(address, transId, execWrite == 1);