Hello all,
I'm practicing creating my own service following instruction from this link: https://github.com/bjornspockeli/custom_ble_service_example
Now I stuck at part 7 and there are several question flying around my head, so could anyone help me explain my questions?
1. What is "Propagating Custom Service events to the application"? What is the "application" mean? Why not propagating event from SD to application as normal? Cause I see in the instruction he created 2 on connect and on disconnect event for his service which can be handled by SoftDevice as in previous part of the instruction. He also created a notification event in his service, why he created this event, is this because the SD does not support this event? The main issue here is that I can't understand why he replaced the event handled by SD with his own
2. The Client Characteristic Configuration line in nrf Connect only appear after I finish part 8, is this because we add an option to turn of or off notification for the characteristic?
I have found a question same with mine in our forum, but the explanation is quite hard for a newbie and also a non-english speaker as me to understand.I would really appreciate if anyone can give me a easy-to-understand explanation
Thankyou so much!