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>/subsys/bluetooth/mesh/Kconfig:351

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:8<Zephyr>/subsys/bluetooth/Kconfig:258

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.)