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.
Default¶
- 4 
Kconfig definition¶
At <Zephyr Subsystem>/bluetooth/mesh/Kconfig:430
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_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.)