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 Subsystem>/bluetooth/mesh/Kconfig:311
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:9 → <Zephyr Subsystem>/bluetooth/Kconfig:193
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.)