diff --git a/src/mares_iconhd.c b/src/mares_iconhd.c index 6b222f4..4d9222e 100644 --- a/src/mares_iconhd.c +++ b/src/mares_iconhd.c @@ -414,7 +414,7 @@ mares_iconhd_device_open (dc_device_t **out, dc_context_t *context, dc_iostream_ // Create the packet stream. if (transport == DC_TRANSPORT_BLE) { - status = dc_packet_open (&device->iostream, context, iostream, 20, 20); + status = dc_packet_open (&device->iostream, context, iostream, 244, 20); if (status != DC_STATUS_SUCCESS) { ERROR (context, "Failed to create the packet stream."); goto error_free;