You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After receive node reset message, local node exec bt_mesh_reset
mod->flag will be fill in some values, but bt_mesh_comp_unprovision clear those mod->flag cause
@LingoMeng so you're saying the model configuration doesn't end up being removed from flash although the rest of the network configuration is? Are you planning to submit a PR for this? Btw, I didn't see you quote the exact place where mod->flags gets cleared. Your second quote contains bt_dev.flags which is a different variable. @trond-snekvik FYI.
After receive node reset message, local node exec
bt_mesh_reset
mod->flag will be fill in some values, but
bt_mesh_comp_unprovision
clear those mod->flag causezephyr/subsys/bluetooth/mesh/settings.c
Lines 1556 to 1577 in b3da9ef
zephyr/subsys/bluetooth/mesh/main.c
Lines 111 to 154 in 43f8338
zephyr/subsys/bluetooth/mesh/access.c
Lines 328 to 340 in b3da9ef
The text was updated successfully, but these errors were encountered: