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.
Default¶
0x800000
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/mesh/Kconfig:299
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:342
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support [EXPERIMENTAL]
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.)