:orphan: .. title:: CONFIG_BT_MESH_IV_UPDATE_SEQ_LIMIT .. kconfig:: CONFIG_BT_MESH_IV_UPDATE_SEQ_LIMIT CONFIG_BT_MESH_IV_UPDATE_SEQ_LIMIT ################################## *Sequence number limit to start iv update* Type: ``hex`` Help ==== .. code-block:: none This option specifies the sequence number value to start iv update. Direct dependencies =================== \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x800000 Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:311`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:193`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support .. code-block:: kconfig 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.)*