Does someone could tell me where can I find information on the sequencing of events BLE_EVT_TX_COMPLETE and packet transmissions during connection periods?
In my application, I use BLE_EVT_TX_COMPLETE events and tx_complete.count parameter to manage the data flow (notify). I have not found documentation that explains how it works and I don't understand the timing between packets sending on RF link and receiving BLE_EVT_TX_COMPLETE (and tx_complete.count meaning).
Where can I find such information?
Thanks!