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.

关于Data request时间间隔的问题

Other Parts Discussed in Thread: CC2530

遇到一点问题,想要咨询一下:

我想要做一个低功耗的终端节点,想要修改一节点修改Data request的发送时间,

我先修改了f8wConfig.xcl中的 DPOLL_RATE = 2500

抓包发现Data request的时间仍然是1秒,我又用NLME_SetPollRate()函数修改,结果Data request的时间间隔仍然是1s,请问这是为什么