I'm using nRF51(822) with S130. I registered my event handler with:
softdevice_ble_evt_handler_set(ble_evt_dispatch);
In my main loop, I call sd_app_evt_wait();
Now, is it possible that my ble_evt_dispatch would get called while "it is already running"?