Hi
I am working on a custom BLE NUS using the ble nus peripheral example. I am currently using bluez on a linux machine as client and a nrf52840 dongle as server. I can send and receive messages just fine but the receive buffer on the dongle is not clear completely.

First message was 'sample 10' and the second message was 'sample 4', sent from the linux machine. However the dongle received 'sample 40' instead of 'sample 4'. I tried clearing the buffer but nothing works.