Jef Driesen ed0b21beae Increase the BLE packet size
In the latest G2 firmware v2.0, the size of the BLE packets increased to
101 bytes (with a one byte header and 100 bytes of actual payload). This
caused the download to fail, because the internal buffer was suddenly
too small for those larger packets.

These larger packets are most likely due to an update in the BLE stack
of the dive computer. Originally, the maximum BLE packet size was just
20 bytes (excluding the 4 byte L2CAP header and 3 bytes GATT header),
but BLE 4.2 increased the maximum packet size to 244 bytes (or 251 bytes
with the headers).

The USB HID code path keeps using the same fixed size packets as before.
2022-12-02 13:45:50 +01:00
..
2021-02-24 12:00:05 +01:00
2019-06-21 16:13:27 +02:00
2020-08-03 11:51:59 +02:00
2021-01-05 09:32:45 +01:00
2017-08-18 23:26:45 +02:00
2019-11-21 11:07:07 +01:00
2014-03-14 09:44:10 +01:00
2013-08-22 09:15:55 +02:00
2021-03-24 17:17:57 +01:00
2018-01-30 22:00:41 +01:00
2021-01-05 09:32:45 +01:00
2021-03-24 17:17:57 +01:00
2021-03-24 17:17:57 +01:00
2014-03-19 09:16:07 +01:00
2014-03-19 09:16:07 +01:00
2021-03-24 17:17:57 +01:00
2018-03-05 08:44:14 +01:00
2021-02-12 13:54:40 +01:00
2022-12-02 13:45:50 +01:00
2022-06-23 15:56:10 +02:00