ZLL Commissioning Server#

API and Callbacks for the ZLL Commissioning Cluster Server Component.

Server side implementation of the ZigBee 3.0 touchlink commissioning mechanism.

Modules#

ZLL commissioning Server

API#

sl_status_t

No touchlink for non-factory new device.

sl_status_t

No reset for non-factory new device.

API Documentation#

sl_zigbee_af_zll_no_touchlink_for_nfn#

sl_status_t sl_zigbee_af_zll_no_touchlink_for_nfn (void )

No touchlink for non-factory new device.

Parameters
N/A

This function will cause an NFN device to refuse network start/join/update requests and thus to forbid commissioning by touchlinking. This can be useful to restrict touchlink stealing.


Definition at line 46 of file app/framework/plugin/zll-commissioning-server/zll-commissioning-server.h

sl_zigbee_af_zll_no_reset_for_nfn#

sl_status_t sl_zigbee_af_zll_no_reset_for_nfn (void )

No reset for non-factory new device.

Parameters
N/A

This function will cause an NFN device on a centralized security network to a touchlink reset-to-factory-new request from a remote device.


Definition at line 52 of file app/framework/plugin/zll-commissioning-server/zll-commissioning-server.h