This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE mesh - Removing node from network

Is there a method to remove a node from the network using the current bt mesh stack? I've looked through device_state_manager.c but it appears to me that there are only functions that would be used to add information rather than removing one.

My use case needs a way to remove a node so it can be added to another network, or just reset to a default state so that it can be used in a different context.

Related