Hello, I have adapted the ble_app_uart_c project for a custom board based on nrf52832. The application already works fine, however, my peripheral is sending four packets at a connection event, while in the UART terminal I am able to see the data of every third packet. Perhaps only the first packet of a connection event is processed and transferred to UART. I am sure the data of my device can be received well because I have done that in an Android application already.
Since I am not yet deeply familiar with the ble_app_uart_c application code, I would appreciate if I can get advice where exactly to modify the application and what to do to get all the four packets of each connection event well received.