Hello All,
I have a peripheral device where one service with 4 characteristics is implemented. Out of these 4 in 3 services notify is enabled.
Now I want to subscribe to these three services at a time from my central code. Now my questions are:
- Do we need to write notif_enable() function for each characteristic?
- In which functions we need to do the modifications?
BR, Hrushi