This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is calling Softdevice function from main context safe?

Hello,

my application is using the event scheduler while the softdevice is not. Is it save to call softdevice functions (like sd_ble_gap_scan_stop(), dm_device_delete_all(), ...) directly from the main context?