This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to cancel a pending radio timeslot?

I am requesting timeslots with an interval of multiple seconds. But sometimes I want to switch to an interval of several milliseconds. How can I cancel the pending timeslot, so I do not have to wait multiple seconds until the mode can be considered changed?

The timeslot API says that `sd_radio_session_close` will cancel pending timeslots, but isn't there a way without closing the whole session?

*Configuration*
nRF52840 Preview DK
SDK v13.1.0
S140 SoftDevice v5.0.0-2.alpha

Related