Update TC Link Key#

API and Callbacks for the Update TC Link Key Component.

This component provides the functionality to update the trust center link key of a device on a Zigbee R21+ network. The device also requests the trust center link key periodically if the trust center is pre-R21. After the trust center is upgraded to R21+, if not already R21+, the periodic request for a trust center link key update passes and the link key is updated.

Modules#

Update TC Link Key Update

API#

EmberStatus

Change the time between two subsequent update TC link key calls.

bool

Change the time between two subsequent update TC link key calls.

void

Change the time between two subsequent update TC link key calls.

void

Change the time between two subsequent update TC link key calls.

void

Change the time between two subsequent update TC link key calls.

Macros#

#define
EMBER_AF_PLUGIN_UPDATE_TC_LINK_KEY_PLUGIN_NAME "Update TC Link Key"

API Documentation#

emberAfPluginUpdateTcLinkKeyStart#

EmberStatus emberAfPluginUpdateTcLinkKeyStart (void )

Change the time between two subsequent update TC link key calls.

Parameters
TypeDirectionArgument NameDescription
voidN/A

emberAfPluginUpdateTcLinkKeyStop#

bool emberAfPluginUpdateTcLinkKeyStop (void )

Change the time between two subsequent update TC link key calls.

Parameters
TypeDirectionArgument NameDescription
voidN/A

emberAfPluginSetTCLinkKeyUpdateTimerMilliSeconds#

void emberAfPluginSetTCLinkKeyUpdateTimerMilliSeconds (uint32_t timeInMilliseconds)

Change the time between two subsequent update TC link key calls.

Parameters
TypeDirectionArgument NameDescription
uint32_tN/AtimeInMilliseconds

emberAfPluginUpdateTcLinkKeySetDelay#

void emberAfPluginUpdateTcLinkKeySetDelay (uint32_t delayMs)

Change the time between two subsequent update TC link key calls.

Parameters
TypeDirectionArgument NameDescription
uint32_tN/AdelayMs

emberAfPluginUpdateTcLinkKeySetInactive#

void emberAfPluginUpdateTcLinkKeySetInactive (void )

Change the time between two subsequent update TC link key calls.

Parameters
TypeDirectionArgument NameDescription
voidN/A