Jef Driesen e83732e200 Fix the Mares Bluelink Pro communication
Sending the two byte command header and then waiting for the ack byte
before sending the remainder of the command payload causes problems for
some (but not all) users. Most likely the extra roundtrip time due to
waiting for the ack byte results in a delay that sometimes exceeds a
timeout in the dive computer while it's waiting for the payload data.

On the other hand, sending both the command header and the payload data
in one single packet is also not an option, because it causes problems
for some models, like the Mares Matrix. See commit
59bfb0f3189b14ae858650b851539d59e3fefe86 for details.

As an alternative solution, send the packet payload immediately after
the header, without waiting for the ack byte. This eliminates the extra
roundtrip time, while still sending out two separate bluetooth packets.
2023-09-27 10:10:40 +02:00
..
2021-02-24 12:00:05 +01:00
2019-06-21 16:13:27 +02:00
2023-03-23 19:31:01 +01:00
2023-03-23 19:31:01 +01:00
2023-09-08 16:10:45 +02:00
2017-08-18 23:26:45 +02:00
2023-04-24 00:02:17 +02:00
2023-04-24 00:02:17 +02:00
2023-08-11 12:39:39 +02:00
2014-03-14 09:44:10 +01:00
2013-08-22 09:15:55 +02:00
2018-01-30 22:00:41 +01:00
2023-01-25 14:17:29 +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