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

Is softdevice doing anything when ADV is disabled?

I perform some time critical task in my application and sometimes this task fails. Before executing the task I make sure that my device in not in BLE connection and ADV is disabled.

Is there any chance that softdevice (I use s110 sdk v.8.0.0) will preempt my code when advertising is disabled however softdevice is enabled?

If yes, is there any timing information of such scenarios?

I know that I can disable softdevice to be sure but after reenabling it needs full reinitialization.

Related