Hello
I am using the ble_thread_dyn_mtd_coap_cli_pca_10056_s140 example and I would like to send 100 bytes of data to display in the logs of the android application "nRF Connect".
My problem is that when I use the "ble_nus_data_send (...)" function with my 100 byte array, I only see the first 60 bytes in the logs of nRF Connect.
The function does not return an error so do you have any idea what could be causing this problem?
Thank you