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.
|