This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ztack 使用zb_SendDataRequest发送数据关于使用AF_ACK_REQUEST选项的问题

     TI大神们,我的问题是:

终端节点发送消息给父节点协调器

       zb_SendDataRequest(parentShortAddr, SENSOR_REPORT_CMD_ID, SENSOR_REPORT_LENGTH, pData, &handle, txOptions, 0 );

         不使用AF_ACK_REQUEST   zb_SendDataConfirm返回在总是成功,父节点也能收到

        当使用AF_ACK_REQUEST选项时zb_SendDataConfirm不能及时返回,要等个几秒钟,才有返回信息,提示返回ZApsNoAck,没收到ack

            但是父节点一直有收到信息,会连续收到终端发送来的信息。

zb_SendDataConfirm 函数只是返回应答信息,没有做任何操作

        谢谢回复!