Remove the Entry from ChildTable #8139
-
Hello Openthread Community, I want to remove the entry of the child node from the child table of the leader before commissioning the same child into the openthread network. For ex. Currently, I have the child table as below on the leader.
Now I have done the factory reset of the same child node and again start the commissioning. Now this older entry will last here till its Timeout but I want to remove this entry of the child node before commissioning it again. Can I do this? If yes then how can I remove this explicitly using any API? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Disabling and enabling the Thread interface using the |
Beta Was this translation helpful? Give feedback.
Disabling and enabling the Thread interface using the
otThreadSetEnabled()
API should clear the child table.