Hi all, i am newbie on Zigbee network. I have some problem need you help me.
Now, i want to set timeout for end device on coordinator. This is mean, when ED join to the Zigbee network, i add it to coodinator by ZDSecMgrAddLinkKey() function. ED will exchange data with coordinator.
However, after 10 minutes, Coordinator did not see data from ED, i want to remove ED out of coordinator. Can i set timeout for ED on coordinator? I can use timer (using osal_start_timerEX() ) but i don't want do it.
I situation, i can set timeout for Coordinator and ED, can't it? If yes, how to do it?
I use Z-Stack Energy 1.1.0.
Thank you.