Find and Bind Initiator#

API and Callbacks for the Find and Bind Initiator Component.

This component provides the functionality to find devices that are performing the find and bind process for a target and then optionally attempts to create a binding to those devices.

Modules#

Find and Bind Initiator

API#

Start initiator finding and binding operations.

Macros#

API Documentation#

sl_zigbee_af_find_and_bind_initiator_start#

sl_status_t sl_zigbee_af_find_and_bind_initiator_start (uint8_t endpoint)

Start initiator finding and binding operations.

Parameters
N/Aendpoint

The endpoint on which to begin initiator operations.

A call to this function will commence the initiator finding and binding operations. Specifically, the initiator will attempt to start searching for potential bindings that can be made with identifying targets.

Returns

  • An sl_status_t value describing the success of the commencement of the initiator operations.


Definition at line 62 of file app/framework/plugin/find-and-bind-initiator/find-and-bind-initiator.h

Macro Definition Documentation#

SL_ZIGBEE_AF_PLUGIN_FIND_AND_BIND_INITIATOR_PLUGIN_NAME#

#define SL_ZIGBEE_AF_PLUGIN_FIND_AND_BIND_INITIATOR_PLUGIN_NAME
Value:
"Find and Bind Initiator"

Definition at line 40 of file app/framework/plugin/find-and-bind-initiator/find-and-bind-initiator.h