08-21-2024, 08:07 PM
I am trying to increase data throughput over Bluetooth, one of my ideas was to pack multiple measurements and send them together, utilizing the whole MTU.
From what I found, you can append buffers, but I would need to interleave them instead, alternating between all the outputs from Bluetooth input.
Is there a way to unpack this data and serialize it to a buffer?
From what I found, you can append buffers, but I would need to interleave them instead, alternating between all the outputs from Bluetooth input.
Is there a way to unpack this data and serialize it to a buffer?