This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Mesh 2.0 Light Switch Example ---Provisioner

hi

In Provisioner

in function app_default_models_bind_setup()

check the following lines

/* Bind health client to App key, and configure publication key */
ERROR_CHECK(access_model_application_bind(m_dev_handles.m_health_client_instance.model_handle, m_dev_handles.m_appkey_handle));
ERROR_CHECK(access_model_publish_application_set(m_dev_handles.m_health_client_instance.model_handle, m_dev_handles.m_appkey_handle));

I would like to know where m_dev_handles.m_appkey_handle is initialised

Related