Hello
I am adapting some code that was used with a previous SDK (SDK 14 or earlier) to use with SDK 15.2.
The function 'ble_nus_string_send' is not included in the new SDK. So I want to know what equivalent function can be used to replace this code in the new SDK version.
Any ideas?
err_code = ble_nus_string_send(&m_nus, data_array, &length);