Hello,
I've got some trouble using Nordic Uart Services,
I am using ble_app_uart example and after connection receiving bulk data from mobile app & sending it on UART, but nRF device is able to receive only 1749 bytes.
Whereas device is able to send bulk data to android app. nus_data_handler() should be called when data is received using nus services but its not happening after 1749 bytes .
Where am I making mistake ?
Thanks.