Closed JakubVanek closed 4 years ago
There is a hidden bug in the bluetooth write loop - the input buffer pointer is not advanced. If the write() was short, the end of the buffer wouldn't get written to the device.
Ouch. Thanks for spotting this,
There is a hidden bug in the bluetooth write loop - the input buffer pointer is not advanced. If the write() was short, the end of the buffer wouldn't get written to the device.