:orphan: .. title:: BT_MESH_TX_SEG_RETRANS_COUNT .. option:: 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 =================== \ :option:`BT_MESH ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/mesh/Kconfig:375`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:258`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support .. parsed-literal:: config BT_MESH_TX_SEG_RETRANS_COUNT int "Transport message segment retransmit attempts" range 1 8 default 4 depends on \ :option:`BT_MESH ` && \ :option:`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.)*