![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| bool nrf_sdh_is_suspended | ( | void | ) |
#include <nrf_sdh.h>
Retrieve the module state.
| true | The SoftDevice handler is paused, and it will not fetch events from the stack. |
| false | The SoftDevice handler is running, and it will fetch and dispatch events from the stack to the registered stack observers. |