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

◆ nrf_sdh_state_evt

#include <nrf_sdh.h>

SoftDevice Handler state events.

Enumerator
NRF_SDH_STATE_EVT_ENABLE_PREPARE 

SoftDevice is going to be enabled.

The state change can be halted by returning non-zero when receiving this event.

NRF_SDH_STATE_EVT_ENABLED 

SoftDevice is enabled.

NRF_SDH_STATE_EVT_BLE_ENABLED 

Bluetooth enabled.

NRF_SDH_STATE_EVT_DISABLE_PREPARE 

SoftDevice is going to be disabled.

The state change can be halted by returning non-zero when receiving this event.

NRF_SDH_STATE_EVT_DISABLED 

SoftDevice is disabled.