#include <nrf_sdm.h>
Disables the SoftDevice and by extension the protocol stack.
Idempotent function to disable the SoftDevice.
- Postcondition
- SoC library and protocol stack APIs are made unavailable.
-
All interrupts that was protected by the SoftDevice will be disabled and initialized to priority 0 (highest).
-
All peripherals used by the SoftDevice will be reset to default values.
-
All of RAM become available.
-
All interrupts are forwarded to the application.
-
LFCLK source chosen in sd_softdevice_enable will be left running.
- Return values
-