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.
Z-Stack Home version: 1.2.2a
请问CC2650作为EndDevice发送数据给Coordinator,怎么确定数据已经成功发送给对方?
1. 是否是通过检查Zstack Task中的Event: AF_DATA_CONFIRM_CMD?
2. 我在检查此事件(AF_DATA_CONFIRM_CMD)的message时,发现接收不到我发送的message对应的afDataConfirm_t 数据,因为afDataConfirm_t 中的 transID不对,总是比我发送的大2。