I use the example from nrf51422 ble_app_uart_c with SDK_12.3.0 to connect via BLE to nrf52 usbd_ble_uart. When sending data that exceeds the length of one BLE packet (for example, 64 bytes), only the first packet arrives on nrf51. It’s the same way, if you repeat the transmission exceeding the length of one packet. Perhaps, nrf51 rejects or does not confirm the transfer of the next packet with data. If so, how to fix it?