Searched refs:execWrite (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGattServerCallback.aidl | 40 void onExecuteWrite(in String address, in int transId, in boolean execWrite); in onExecuteWrite() argument
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServer.java | 300 public void onExecuteWrite(String address, int transId, boolean execWrite) { 310 + execWrite); 317 mCallback.onExecuteWrite(device, transId, execWrite);
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 254 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite() argument 256 getGattService().onExecuteWrite(address, connId, transId, execWrite); in onExecuteWrite()
|
D | GattService.java | 3038 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite() argument 3054 app.callback.onExecuteWrite(address, transId, execWrite == 1); in onExecuteWrite()
|