Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java165 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) { in onExecuteWrite() method in GattServer.MyGattServerCallback
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1467 app.callback.onExecuteWrite(address, status); in onExecuteCompleted()
2767 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite() method in GattService
2779 app.callback.onExecuteWrite(address, transId, execWrite == 1); in onExecuteWrite()