Find and Bind Target#
API and Callbacks for the Find and Bind Target Component.
This component provides the functionality for a target device to start identifying on user-defined endpoints. The target device can then act as a target for a finding and binding initiator.
API#
sl_zigbee_af_find_and_bind_target_start(uint8_t endpoint)
Start target finding and binding operations.
Macros#
#define
SL_ZIGBEE_AF_PLUGIN_FIND_AND_BIND_TARGET_PLUGIN_NAME "Find and Bind Target"
API Documentation#
sl_zigbee_af_find_and_bind_target_start#
sl_zigbee_af_status_t sl_zigbee_af_find_and_bind_target_start (uint8_t endpoint)
Start target finding and binding operations.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
uint8_t | [in] | endpoint | The endpoint on which to begin target operations. |
A call to this function will commence the target finding and binding operations. When called, the target device will begin identifying itself on the given endpoint, making it discoverable for initiator devices that are searching for targets to bind with.
Returns
An sl_zigbee_af_status_t value describing the success of the commencement of the target operations.