Update TC Link Key Update#

Callbacks for Update TC Link Key Update Component.

Callbacks#

void
sl_zigbee_af_update_tc_link_key_status_cb(sl_zigbee_key_status_t keyStatus)

Status.

Callbacks Documentation#

sl_zigbee_af_update_tc_link_key_status_cb#

void sl_zigbee_af_update_tc_link_key_status_cb (sl_zigbee_key_status_t keyStatus)

Status.

Parameters
N/AkeyStatus

An ::sl_zigbee_key_status_t value describing the success or failure of the key exchange process. Ver.: always

This callback is fired when the Update Link Key exchange process is updated with a status from the stack. Implementations will know that the Update TC Link Key plugin has completed its link key request when the keyStatus parameter is SL_ZIGBEE_VERIFY_LINK_KEY_SUCCESS.


Definition at line 114 of file app/framework/plugin/update-tc-link-key/update-tc-link-key.h