Hello,
I have a couple of questions about sending multiple notifications:
-
I want to send multiple notifications (from same characteristic), is that allowed by S110 softdevice?
-
What is the maximum number of packets that S110 could process per connection event?
-
If I send 3 notifications in the order N1, N2 & N3 at same time, the receiving end will get them with the same order, is that correct?
-
A BLE_EVT_TX_COMPLETE event will be generated when the packet has been transmitted, so if I send 3 notifications at same time, 3 BLE_EVT_TX_COMPLETE events will be generated, is that correct?
-
If a BLE_EVT_TX_COMPLETE event is generated for the packet transmission, does it mean that the packet has been successfully received by the receiver?
Thank you for your attention! Joseph