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