CONFIG_BT_MESH_NODE_ID_TIMEOUT¶
Node Identity advertising timeout
Type: int
Help¶
This option determines for how long the local node advertises
using Node Identity. The given value is in seconds. The
specification limits this to 60 seconds, and implies that to
be the appropriate value as well, so just leaving this as the
default is the safest option.
Direct dependencies¶
BT_MESH_GATT_PROXY && BT_CONN && BT_MESH && BT
(Includes any dependencies from ifs and menus.)
Default¶
- 60 
Kconfig definition¶
At <Zephyr Subsystem>/bluetooth/mesh/Kconfig:140
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 → GATT Proxy Service support
config BT_MESH_NODE_ID_TIMEOUT
    int "Node Identity advertising timeout"
    range 1 60
    default 60
    depends on BT_MESH_GATT_PROXY && BT_CONN && BT_MESH && BT
    help
      This option determines for how long the local node advertises
      using Node Identity. The given value is in seconds. The
      specification limits this to 60 seconds, and implies that to
      be the appropriate value as well, so just leaving this as the
      default is the safest option.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)