custom_ble_service_example
custom_ble_service_example copied to clipboard
example needs to add 2 service and 2 notifications
this example is nice but it needs to show how to add more services with notification and more characteristics. It should also show how to integrate from BDS because i assume it is based on it also
Hi, @sherifomran. This thread might help you.
I looked at the link you posted to answer this question. However, are we suppsoed to just run "sd_ble_gatts_characteristic_add" twice (one with &p_cus ->custom_value_a_handles as a parameter and one with &p_cus ->custom_value_b_handles) at theend of the "custom_value_char_add" method; or should we create two "custom_value_char_add" methods and call them both at the end of the ble_cus_init function?
have you tested it? my tests showed that i could not allow updating 2 profiles simulatenously, which is the mess. Adding the profile is not a big deal, but updaing with push data is my problem.