Hi,
i need to Stop the softdivice in my application with --> sd_softdevice_disable ( ); This is ok, it works. But later in the applictaion i have to restart or enable the softdevie again for useing Bluetooth. I found the method --> sd_softdevice_enable(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, ?????) i now the Clock its the Same one like in --> BLE_STACK_HANDLER_INIT but whats the softdevice_assertion_handler_t ??
Or is there an easyer way to enable the softdevice again?
Best regards Nils