ExecuteWrite
data class ExecuteWrite(val device: ClientDevice, val requestId: Int, val execute: Boolean) : ServerGattEvent.ServiceEvent
Execute all pending write operations for this device.
An application must call GattServerAPI.sendResponse to complete the request.
See also
(https://developer.android.com/reference/android/bluetooth/BluetoothGattServerCallback#onExecuteWrite(android.bluetooth.BluetoothDevice,%20int,%20boolean))