hi. As the manual says,It waits for an application event. and is called in the main while loop. Does it mean that if I put some other routines carrying out polling function into the main while loop, they will be blocked by sd_app_evt_wait() if it does not encouter any event for a long time? thank you.