Hi,
I am currently working on creating a BLE central using nRF52840 with SDKv2.0.0.
For this, I am started with the example code ble_central_hr. I have set up a peripheral on nRF52832 and it is possible to receive the data.
To receive multiple notifications in a single service, I have set up the peripheral, and multiple notifications are available while testing this with nRF connect mobile app.
Now, I want to receive these notifications in central side. While using discover function it is possible to find out the attributes, but notifications comes out for a single characteristics only.
How can I set up these notifications for multiple characteristics in a single service