-
CONFIG_BT_MESH_TX_SEG_RETRANS_TIMEOUT_UNICAST¶
Transport message segment retransmit interval for unicast messages
Type: int
Help¶
Maximum time of retransmit segment message to unicast address.
Default¶
400
Kconfig definition¶
At subsys/bluetooth/mesh/Kconfig:383
Included via Kconfig:8 → Kconfig.zephyr:34 → subsys/Kconfig:9 → subsys/bluetooth/Kconfig:258
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support
config BT_MESH_TX_SEG_RETRANS_TIMEOUT_UNICAST
int "Transport message segment retransmit interval for unicast messages"
range 200 500
default 400
depends on BT_MESH && BT
help
Maximum time of retransmit segment message to unicast address.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)