The latest development version of this page may be more current than this released 1.14.1 version.
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_HCI_HOST && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/host/mesh/Kconfig:57

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:144subsys/bluetooth/host/Kconfig:136

Menu path: (top menu) → Bluetooth → Bluetooth Mesh support

config BT_MESH_NODE_ID_TIMEOUT
    int
    prompt "Node Identity advertising timeout" if BT_MESH_GATT_PROXY && BT_CONN && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    range 1 60 if BT_MESH_GATT_PROXY && BT_CONN && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    default 60 if BT_MESH_GATT_PROXY && BT_CONN && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    depends on BT_MESH_GATT_PROXY && BT_CONN && BT_MESH && BT_HCI_HOST && BT_HCI && 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.

(Definitions include propagated dependencies, including from if’s and menus.)