This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is the ble_evt_handler reentrant

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"?