Reading the migration doc at:
<SDK>/components/softdevice/s130/doc/s13x_nrf5x_2.0.0_migration_document.pdf
I see there's a new fault handler type and an implementation of it should be passed to:
sd_softdevice_enable()
I can't make sense of this. None of the example apps even call sd_softdevice_enable()
. Instead they call:
uint32_t softdevice_enable(ble_enable_params_t * p_ble_enable_params);
How are supposed to use the new fault handler?