I am using ble_app_uart in one nRF52 EVK board(peripheral) and ble_app_uart_c in another nRF52 EVK(central) and sending data of Device under test through UART. When the data is more( continuous stream of data) the peripheral is getting disconnected from the central. I don't want the disconnection event. Instead it can skip the excess of incoming data. i.e., it can avoid excess data without disconnection. How to do this ? What are the function I have to comment, to achieve this.