:orphan: .. title:: CONFIG_BT_CTLR_ISO_TX_BUFFER_SIZE .. kconfig:: CONFIG_BT_CTLR_ISO_TX_BUFFER_SIZE CONFIG_BT_CTLR_ISO_TX_BUFFER_SIZE ################################# *Isochronous Tx buffer size* Type: ``int`` Help ==== .. code-block:: none Size of the Isochronous Tx buffers and the value returned in HCI LE Read Buffer Size V2 command response. Direct dependencies =================== (\ :kconfig:`BT_CTLR_ADV_ISO ` || \ :kconfig:`BT_CTLR_CONN_ISO `) && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 27 Kconfig definition ================== At ``/bluetooth/controller/Kconfig:195`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:175`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. code-block:: kconfig config BT_CTLR_ISO_TX_BUFFER_SIZE int "Isochronous Tx buffer size" range 1 4095 default 27 depends on (BT_CTLR_ADV_ISO || BT_CTLR_CONN_ISO) && BT_CTLR && BT_HCI && BT help Size of the Isochronous Tx buffers and the value returned in HCI LE Read Buffer Size V2 command response. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*