nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ nrf_sdh_is_suspended()

bool nrf_sdh_is_suspended ( void )

#include <nrf_sdh.h>

Retrieve the module state.

Return values
trueThe SoftDevice handler is paused, and it will not fetch events from the stack.
falseThe SoftDevice handler is running, and it will fetch and dispatch events from the stack to the registered stack observers.