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

GAP BLE event reentering(re entrant) function

HI.

I use BLE in observer role. I register event handler only ones in initialization: NRF_SDH_BLE_OBSERVER(m_ble_observer, APP_BLE_OBSERVER_PRIO, ble_evt_handler, NULL);

Is the event handler ble_evt_handler  reentrant (Reentering )function? 

Thanks.

Related