Skip to content

Commit c0cdd46

Browse files
LingaoMjhedberg
authored andcommitted
Bluetooth: Mesh: Fixes Delete On Node
Fixes a issure where nodes could not be deleted. Signed-off-by: Lingao Meng <[email protected]>
1 parent ea2324d commit c0cdd46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/mesh/settings.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,6 +1904,7 @@ void bt_mesh_clear_node(struct bt_mesh_node *node)
19041904
return;
19051905
}
19061906

1907+
free_slot->clear = true;
19071908
free_slot->addr = node->addr;
19081909

19091910
schedule_store(BT_MESH_NODES_PENDING);

0 commit comments

Comments
 (0)