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

Equivalent function of 'ble_nus_string_send' in SDK 15.2

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);

Parents Reply Children
No Data
Related