nRF Connect SDK API 2.8.99
|
typedef bool(* cb_fn) (const struct app_event_header *aeh) |
#include <include/app_event_manager.h>
Pointer to the event handler function.
aeh | Pointer to the application event header of the event that is processed by app_event_manager. |
True | if event was consumed and should not be propagated to other listeners, false otherwise. |