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>/subsys/bluetooth/mesh/Kconfig:140

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] → 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.)