CONFIG_BT_MESH_TX_SEG_RETRANS_COUNT
Transport message segment retransmit attempts
Type: int
Help
Maximum number of transport message segment retransmit attempts
for outgoing segment message.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
4
Kconfig definition
At <Subsystem>/bluetooth/mesh/Kconfig:464
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:9
→ <Subsystem>/bluetooth/Kconfig:199
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support
config BT_MESH_TX_SEG_RETRANS_COUNT
int "Transport message segment retransmit attempts"
range 1 8
default 4
depends on BT_MESH && BT
help
Maximum number of transport message segment retransmit attempts
for outgoing segment message.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)