nRF Connect SDK API 2.8.99
|
#define APP_EVENT_TYPE_DYNDATA_DECLARE | ( | ename | ) |
#include <include/app_event_manager.h>
Declare an event type with dynamic data size.
This macro provides declarations required for an event to be used by other modules. Declared event will use dynamic data.
ename | Name of the event. |