Hi all,
We are currently working on an application that uses the timeslot API, and requests timeslots spaced 20ms apart.
In our application we need to trigger some functions right before the next timeslot starts (while softdevice operations are still available, e.g. stopping advertising).
Right now we do this through a timer that fires some N ms before the next timeslot (assuming the timeslot request is accepted), but is there a better way?
Thank you!