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

What is the differences between "ble_nus" and "ble_nus_c"

In "ble_nus_c" file we can get nus_data with "ble_nus_c_evt_handler" function. We can do the same with "nus_data_handler" in "ble_nus" file. So why are there two separate ble_nus files? Also on a device I have defined as peripheral (sdk8.0.0 s110) I get nus_data using "nus_data_handler" function, I can not get nus_data using "ble_nus_c_evt_handler" function on a device I defined as central (sdk10.0.0 s130). I do not know why but I wonder Why are there two separate Nordic UART Service functions?

Related