Hey,
I have a problem with receiving data on my Android app.
I'm sending several data via Services & Notfication Characteristics from my NRF52840 Application to my Android App.
I'm using three services, HRS, BAS and one Custom service. The DK is sending the data without problems, but in my Android App I can't receive all of them at the same time. I can access one notification by shutting the others down.
I don't really know if it is possible to subscribe to three nofify characteristics of these three services at the same time in android, but I thoughed it is. Or is there any other way to access the send notification data?
I wrote all characteristics values to the descriptor after each other.
Thanks for your ideas,
Daniel