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.

请教协议栈ZHA1.2.2的问题:End Device Timeout Request

Other Parts Discussed in Thread: CC2530
  你好!
   请教一下,在节点中End Device Timeout Request这个命令是如何取消呀?我在协议栈上只找到ID:CMD_ID_END_DEV_TIMEOUT_REQ ,其他什么也没有找到,这是库文件封装了吗?
  谢谢!
  
  注:协议栈ZHA1.2.2,CC2530芯片
  • ZC/ZR可以重置timeout值,方法是 设置polling rate的值 小于CHILD AGING timeout 

  • Yuanfeng,

    如果你们的设备是基于Router设备开发的,那么的这个设备是肯定不会发End Device Timeout Request。

    如果你们的设备是基于End Device设备开发,那么在节点新入网的时候,会发送这个End Device Timeout Request

    void ZDApp_AnnounceNewAddress( void )

    NLME_SendEndDevTimeoutReq( NLME_GetCoordShortAddr(), coordExtAddr,
    zgEndDeviceTimeoutValue,
    zgEndDeviceConfiguration );


  • 感谢各位的回复,谢谢!

x 出现错误。请重试或与管理员联系。