I'm using the Github project github.com/NordicSemiconducto... in order to SCAN in a specific channel rather than all 3 channels. I don't want to use the timeslot API continuously, and I want to be able to activate and deactivate it.
For deactivating it (in the specific observer example) is it just enough to use: sd_radio_session_close () and disable the two interrupts: SD_EVT_IRQn and SWI0_IRQn with sd_nvic_DisableIRQ.