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 <Zephyr Subsystem>/bluetooth/mesh/Kconfig:438
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
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.)