:orphan: .. title:: CONFIG_BT_MESH_RELAY_RETRANSMIT_COUNT .. kconfig:: CONFIG_BT_MESH_RELAY_RETRANSMIT_COUNT CONFIG_BT_MESH_RELAY_RETRANSMIT_COUNT ##################################### *Relay Retransmit Count* Type: ``int`` Help ==== .. code-block:: none Controls the initial number of retransmissions of relayed messages, in addition to the first transmission. Can be changed through runtime configuration. Direct dependencies =================== \ :kconfig:`BT_MESH_RELAY ` && \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:518`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:199`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support → Relay support .. code-block:: kconfig config BT_MESH_RELAY_RETRANSMIT_COUNT int "Relay Retransmit Count" range 0 7 default 2 depends on BT_MESH_RELAY && BT_MESH && BT help Controls the initial number of retransmissions of relayed messages, in addition to the first transmission. Can be changed through runtime configuration. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*