Hi
I have problem because i dont get all data which are in FIFO uart on my smartphone via BLE. Nrf as i can see in example sends data where data[index-1] == 0x0d || data[index-1] == 0x0a.
Becase not all message which nrf52832 get via uart ending with 0x0d or 0x0a i dont receive on my smartphone.
I want that every byte nrf52832 get on uart it sends over ble. I have tried with smaller buffer and changing/adding conditions in
but nothing help with that. When messages are ended with 0x0d 0x0a i dont see on my smartphone 0x0a.