:orphan: .. title:: CONFIG_BT_ISO_RX_MTU .. kconfig:: CONFIG_BT_ISO_RX_MTU CONFIG_BT_ISO_RX_MTU #################### *Maximum supported MTU for Isochronous RX buffers* Type: ``int`` Help ==== .. code-block:: none Maximum MTU for Isochronous channels RX buffers. Direct dependencies =================== \ :kconfig:`BT_ISO ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 251 Kconfig definition ================== At ``/bluetooth/Kconfig.iso:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:172`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig config BT_ISO_RX_MTU int "Maximum supported MTU for Isochronous RX buffers" range 23 4095 default 251 depends on BT_ISO && BT_HCI && BT help Maximum MTU for Isochronous channels RX buffers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*