NCS v2.7.0
peripheral_uart (nRF52832-DK)
central_uart (nRF52840-DK)
PC console -> JLink VCOM -> BLE peripheral(nRF52832-DK) -> BLE central (nRF52840-DK) -> JLink VCOM -> PC console
1) send 240 bytes (repeat "0123456789" to form one 240 bytes packet) from PC UART in 100ms interval to peripheral_uart side, UART RX central_uart side sometimes can't receive all data in PC UART, like
...01234567890127890123456789...
lost 4 bytes.
2) modify peripheral_uart and central_uart according to thread
3) add