Hi,
I have very STRANG issues. I am adding custom Characteristics to custom Services. I have added 10 custom Characteristics with the same config 8 of them are working perfectly fine but 2 of them are causing issues.
I am also attaching my project.
I have the following 2 issues.
1-Issue with Custom Characteristics no 4:
I have successfully read/write on others 9 Characteristics but unable to write from device side on Characteristics no 4. (I am writing in on_write function you can check in ble_cus.c)
2-Issue with Custom Characteristics no 5:
When I add this I got following issue.
err_code = custom_value_char_add_5(p_cus, p_cus_init);
APP_ERROR_CHECK(err_code);
