CONFIG_BT_MESH_IV_UPDATE_SEQ_LIMIT
Sequence number limit to start iv update
Type: hex
Help
This option specifies the sequence number value to start iv update.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
0x800000
Kconfig definition
At <Subsystem>/bluetooth/mesh/Kconfig:345
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:9
→ <Subsystem>/bluetooth/Kconfig:199
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support
config BT_MESH_IV_UPDATE_SEQ_LIMIT
hex "Sequence number limit to start iv update"
range 0x000001 0xFFFFFE
default 0x800000
depends on BT_MESH && BT
help
This option specifies the sequence number value to start iv update.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)