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

BT_MESH && BT

(Includes any dependencies from ifs and menus.)

Default

  • 4

Kconfig definition

At <Zephyr Subsystem>/bluetooth/mesh/Kconfig:430

Included via Kconfig:8Kconfig.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.)