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

How big is the event buffer of the SoftDevice

Hello,

I am using am using sd_ble_evt_get and sd_app_evt_wait in an endless loop for handling all incoming events. If I block this loop from executing, I'd expect that some events are lost at one point. So my question is, how big is the event buffer of the SoftDevice? And what happens if my application logic takes too long to process an event. Will events get lost?

Thanks

Related