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

How to subscribe to multiple characteristics from same service in central code?

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:

  1. Do we need to write notif_enable() function for each characteristic?
  2. In which functions we need to do the modifications?

BR, Hrushi

Related