Bluetooth: mesh: Remove deprecated Kconfig option
The MESH_LABEL_NO_RECOVER Kconfig option was introduced as deprecated in Zephyr 3.5.0. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
06d7d763bd
commit
6cc771cb0c
2 changed files with 0 additions and 51 deletions
|
@ -750,21 +750,6 @@ config BT_MESH_COMP_PST_BUF_SIZE
|
|||
Note that this buffer should still be large enough to restore previously stored
|
||||
pages after a performed device firmware update.
|
||||
|
||||
config BT_MESH_LABEL_NO_RECOVER
|
||||
bool "[DEPRECATED] Don't recover Label UUIDs from groups address subscription list"
|
||||
select DEPRECATED
|
||||
depends on BT_MESH_LABEL_COUNT > 0
|
||||
help
|
||||
After adding support for virtual addresses with collision (where two Label UUIDs have the
|
||||
same virtual address), the format of the data in the persistent storage with the Label
|
||||
UUIDs which a model is subscribed to or publishes to has been changed. The recovery
|
||||
code is added and the Label UUIDs will be recovered by picking first Label UUID matching
|
||||
to the virtual address in the subscription list or model publication. This options can
|
||||
disable the recovery code and save some flash if the recovery is not required (e.g.
|
||||
virtual address support wasn't enabled before this option was added, or the devices were
|
||||
unprovisioned before upgrading to the version with this option). The option is marked as
|
||||
deprecated to remove the recovery code eventually.
|
||||
|
||||
menuconfig BT_MESH_ACCESS_DELAYABLE_MSG
|
||||
bool "Access layer tx delayable message"
|
||||
default y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue