Part Number: CC2652R
Hi TI Team,
In zed switch of sdk3.10, if we want to block all incoming message, is it OK to block the call to zclSampleSw_processAfIncomingMsg() and no impact to commissioning?
Regards,
Walter
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.
Part Number: CC2652R
Hi TI Team,
In zed switch of sdk3.10, if we want to block all incoming message, is it OK to block the call to zclSampleSw_processAfIncomingMsg() and no impact to commissioning?
Regards,
Walter
Hi YK,
My end device can commission then it will go to deep sleep.
It will go to deep sleep like (poll rate=0) and will not receive anything. Trying to uncomment //clSampleSw_processAfIncomingMsg() this will do because dome sdk sometimes not working correctly with poll rate define in the config.
It will only send packet when awaken by an intrerrupt, like button, or timer.
Regards,
Walter
It's not recommended to do so. If you do it, zcl message won't be processed. However, it might not be a issue in your case since you set device polling rate to 0.