:orphan: .. title:: CONFIG_BT_ISO_RX_BUF_COUNT .. kconfig:: CONFIG_BT_ISO_RX_BUF_COUNT 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 =================== \ :kconfig:`BT_ISO ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/Kconfig.iso:67`` 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_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.)*