how to soft reset nrf51 in ble application??
If you are using a SoftDevice you can use sd_nvic_systemreset()
If you have enabled the SoftDevice you can use sd_nvic_systemreset(), if not you can use nvic_systemreset()
If you have enabled the SoftDevice you can use sd_nvic_systemreset(), if not you can use nvic_systemreset()