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.

zigbee 3.0环境下,ZDO层的End_Device_Bind_rsp命令,是否应该使能APS ACK请求?

Other Parts Discussed in Thread: Z-STACK

我在z-stack 3.0.0中看到这条命令没有使能APS ACK。

但是应用中我会遇到这种需求,一个on off switch和一个on off light通过向协调器发送end_device_bind_req来进行绑定。on off switch的client和on off light的sever通过clusterID=ZCL_CLUSTER_ID_GEN_ON_OFF来绑定,swich和light通过收到协调器回复的End_Device_Bind_rsp命令来判断是否绑定成功。但是如果End_Device_Bind_rsp命令在传输过程中丢包,导致两个绑定的设备任意一个没有收到End_Device_Bind_rsp,怎么办?