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 网络建立过程以及ZDO_STATE_CHANGE 在什么情况下被触发!

各位大侠,我zigbee协调器建网成功,终端成功加入。然后我把协调器断电,使用单步调试终端设备,不知道是什么原因造成了我的终端设备的网络状态却一直不变,这两个值一直相等(GenericApp_NwkState==DEV_END_DEVICE)?

      case ZDO_STATE_CHANGE://ZDO状态改变信息   

                                                 GenericApp_NwkState=(devStates_t)(MSGpkt->hdr.status);          

                                                if(GenericApp_NwkState==DEV_END_DEVICE)     

                                                  {