nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ cb_fn

typedef bool(* cb_fn) (const struct app_event_header *aeh)

#include <include/app_event_manager.h>

Pointer to the event handler function.

Parameters
aehPointer to the application event header of the event that is processed by app_event_manager.
Return values
Trueif event was consumed and should not be propagated to other listeners, false otherwise.