Characteristic Write
data class CharacteristicWrite(val device: BluetoothDevice, val characteristicUuid: UUID, val writeType: Int, val payload: ByteArray) : BleClientOperation
Write payload as the value of a characteristic represented by characteristicUuid