:orphan: .. title:: BT_ISO_RX_BUF_COUNT .. option:: CONFIG_BT_ISO_RX_BUF_COUNT *Number of Isochronous RX buffers* Type: ``int`` Help ==== .. code-block:: none Number of buffers available for incoming Isochronous channel SDUs. Direct dependencies =================== \ :option:`BT_ISO ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/Kconfig:269`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Isochronous Channel Support [EXPERIMENTAL] .. code-block:: kconfig config BT_ISO_RX_BUF_COUNT int "Number of Isochronous RX buffers" range 1 255 default 1 depends on BT_ISO && BT_HCI && BT help Number of buffers available for incoming Isochronous channel SDUs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*