Hi!
I have nrf52 periperial mode, SDK15, s132.
I connect a smartphon in the central mode to my nRF52 and start to send some data.
In the nRF52 I receive those data in a
void nus_data_handler(ble_nus_evt_t * p_evt)
When possible to send next data from my central smartphone to nRF52? If I need send a lot of data from smartphon, how to know what should send next data packet?