Dear All,
I have a question with connection interval.
Here is the situation.
1.Connection interval setting is 2 sec.
2. BLE Notification period is 1 sec.
Will the notification be sent every 1 or 2 second?
Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear All,
I have a question with connection interval.
Here is the situation.
1.Connection interval setting is 2 sec.
2. BLE Notification period is 1 sec.
Will the notification be sent every 1 or 2 second?
Thanks.
Hello,
Notifications may only be sent within a connection event, so I would expect the notifications to be sent every 2 seconds. The notifications may be queued up until there is a slot available to send them. The Throughput Example (Peripheral | Central) queues up a large amount of notifications and sends them at the next connection event. If you are interested in steaming data through notifications, then that example may be a useful starting point.
Best Regards,
Jan