Hi,
We have an application with 1 central and multiple (6-7) peripherals. The peripheral is running a custom service and the central is running a custom (central) service to collect info from the peripherals. The peripheral sends periodic notifications to the central. Since there is only one event to handle the notification on the central, the logger shows notifications only from a single link, or some times a couple.
I am guessing since the notification event on central is triggered multiple times, it only services one or couple of them while the others are missed.
Is there a way to prioritize notifications form different peripherals or would it be better to have a separate event for each peripheral ?
Thanks,
Sid