This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Send more than 60 characters with each call to ble_nus_string_send

Using the ble_app_uart example, if I pass more than get a maximum of 60 characters for each call to ble_nus_string_send I get a return code of NRF_SUCCESS, but the nRF UART app only shows the first 60 characters.

Is it possible to send more than 60 characters with each call to ble_nus_string_send?

Related