Searched refs:onExecuteWrite (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java892 app.callback.onExecuteWrite(address, status);
1797 void onExecuteWrite(String address, int connId, int transId, int execWrite) method in class:GattService
1799 if (DBG) Log.d(TAG, "onExecuteWrite() connId=" + connId
1805 app.callback.onExecuteWrite(address, transId, execWrite == 1);

Completed in 44 milliseconds