Other Parts Discussed in Thread: CC2530
你好!
请教一下,在节点中End Device Timeout Request这个命令是如何取消呀?我在协议栈上只找到ID:CMD_ID_END_DEV_TIMEOUT_REQ ,其他什么也没有找到,这是库文件封装了吗?
谢谢!
注:协议栈ZHA1.2.2,CC2530芯片
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.
Other Parts Discussed in Thread: CC2530
Yuanfeng,
如果你们的设备是基于Router设备开发的,那么的这个设备是肯定不会发End Device Timeout Request。
如果你们的设备是基于End Device设备开发,那么在节点新入网的时候,会发送这个End Device Timeout Request
void ZDApp_AnnounceNewAddress( void )
NLME_SendEndDevTimeoutReq( NLME_GetCoordShortAddr(), coordExtAddr,
zgEndDeviceTimeoutValue,
zgEndDeviceConfiguration );