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#

EmberStatus

Start initiator finding and binding operations.

Macros#

API Documentation#

emberAfPluginFindAndBindInitiatorStart#

EmberStatus emberAfPluginFindAndBindInitiatorStart (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 ::EmberStatus 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#

EMBER_AF_PLUGIN_FIND_AND_BIND_INITIATOR_PLUGIN_NAME#

#define EMBER_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