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
Clean up partial fabric data after device is reset during CommitPendingFabricData (#37819)
* Always clean up all data in FabricTable::Delete
Always try to cleanup all fabric data regardless if fabric was
initialized, as there may be some partial data stored if a device was
reset during committing changes to storage.
Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
* Test FabricTable Delete
Test if Delete invokes delegates, as this is needed to cleanup all
fabric related settings after device is reset during committing changes
to storage.
Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
* Fix test
Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
* Fix return value
Make Delete return the same errors as before the changes.
Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
---------
Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
0 commit comments