diff --git a/subsys/bluetooth/mesh/settings.c b/subsys/bluetooth/mesh/settings.c index 896a2997305..2c63ea94993 100644 --- a/subsys/bluetooth/mesh/settings.c +++ b/subsys/bluetooth/mesh/settings.c @@ -2260,6 +2260,7 @@ void bt_mesh_store_cdb_node(const struct bt_mesh_cdb_node *node) } free_slot->addr = node->addr; + free_slot->clear = false; schedule_cdb_store(BT_MESH_CDB_NODES_PENDING); }