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.

AF_DataRequest发送地址模式为afAddrNotPresent,AF_DATA_CONFIRM_CMD无法正确指示状态

现在有一台设备1,需要上报数据给设备2和设备3,采用绑定的方式。

测试结果:设备1只要成功发送数据给设备2或者设备3其中一个,在AF_DATA_CONFIRM_CMD中得到的status为ZSuccess,而不是设备2和设备3都成功收到后,AF_DATA_CONFIRM_CMD的status才为ZSuccess?

这样如何能保证设备1发送给设备2和设备3的数据都成功?