-
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¶
- 60 if
BT_MESH_GATT_PROXY
&&BT_CONN
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/mesh/Kconfig:57
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:144
→ subsys/bluetooth/host/Kconfig:136
Menu path: (top menu) → Bluetooth → Bluetooth Mesh support
config BT_MESH_NODE_ID_TIMEOUT int prompt "Node Identity advertising timeout" ifBT_MESH_GATT_PROXY
&&BT_CONN
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
range 1 60 ifBT_MESH_GATT_PROXY
&&BT_CONN
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
default 60 ifBT_MESH_GATT_PROXY
&&BT_CONN
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_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.)