Hi,
Can u suggest the procedure to implement key refresh procedure with reference to the API present in nrf SDK as per the standard procedure defined in Mesh Profile Spec.
Thanks in Advance,
K Chandu
Hi,
Can u suggest the procedure to implement key refresh procedure with reference to the API present in nrf SDK as per the standard procedure defined in Mesh Profile Spec.
Thanks in Advance,
K Chandu
Hi,
You can use these APIs to implement the key refresh procedure:
2. dsm_subnet_update_swap_keys()
Have a look at these functions in config_server.c in the Light Switch example:
handle_netkey_add_update()
handle_config_key_refresh_phase_set()
Hi,
You can use these APIs to implement the key refresh procedure:
2. dsm_subnet_update_swap_keys()
Have a look at these functions in config_server.c in the Light Switch example:
handle_netkey_add_update()
handle_config_key_refresh_phase_set()