#include <stdlib.h>
#ifdef DUALMCU_APP_KEY_MGMT
#endif
#ifndef DUALMCU_APP_KEY_MGMT
#endif
{
(void) functions;
#ifdef DUALMCU_APP_KEY_MGMT
if (lib_settings->getNodeRole(&role) ==
APP_RES_OK)
{
{
lib_settings->keyManagementConfiguration(
.flags = {
.apply_flags = 1,
.app_key_management_supported = 1,
.app_key_management_configured = 1
}
}
);
}
else
{
}
}
#else
#endif
}