Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: Mesh: Fix checking for subnet when recovering App Key
The ordering of items in flash is not guaranteed, so it's possible we get an App Key before the corresponding Net Key. Remove the check for a Net Key, since the storing code should never store an App Key if there is no corresponding Net Key. Fixes zephyrproject-rtos#9670 Signed-off-by: Johan Hedberg <[email protected]>
- Loading branch information