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

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

Completed in 15 milliseconds