5.1.2.1 ZDO_BindIndication Function

Syntax

void ZDO_BindIndication(ZDO_BindInd_t *bindInd);

Description

Indicates that a new binding was added to the local binding table.

The application must implement the function (and may leave the body empty). The stack calls the function when it executes a ZDP binding request initiated by either a remote device or the local device, adding a new binding entry.

When the application calls the APS_BindReq() function to add a new entry to the local binding table, it does not call the indication function.

Input Parameters
Parameter NameDescription
bindIndZDO bind indication parameters structure pointer. For more details, refer to the ZDO_BindInd_t declaration.
Return Type and Values
  • None