Other Parts Discussed in Thread: Z-STACK,
Hello,
I am using CC2530 with Z-Stack HA 3.0 and here I want to reset my system when I remove a device from the Network.
So for physical operation i.e. when we do it with physical switch, I have used bdb_resetLocalAction() to perform complete reset of the system.
In the similar manner I want to perform the same when device is removed from the network (i.e when leave request is called). Could any one suggest me how can I do that.