:orphan: .. title:: CONFIG_BT_CONN_TX .. kconfig:: CONFIG_BT_CONN_TX CONFIG_BT_CONN_TX ################# *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Hidden configuration that is true if ACL or broadcast ISO is enabled Direct dependencies =================== \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BT_CONN ` || \ :kconfig:`BT_ISO_BROADCASTER ` Kconfig definition ================== At ``/bluetooth/Kconfig:136`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig config BT_CONN_TX bool default BT_CONN || BT_ISO_BROADCASTER depends on BT_HCI && BT help Hidden configuration that is true if ACL or broadcast ISO is enabled *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*