CONFIG_BT_ISO_TX_BUF_COUNT
Number of Isochronous TX buffers
Type: int
Help
Number of buffers available for outgoing Isochronous channel SDUs.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
1
Kconfig definition
At <Zephyr>/subsys/bluetooth/Kconfig.iso:55
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:178
Menu path: (Top) → Sub Systems and OS Services → Bluetooth
config BT_ISO_TX_BUF_COUNT
int "Number of Isochronous TX buffers"
range 1 255
default 1
depends on BT_ISO && BT_HCI && BT
help
Number of buffers available for outgoing Isochronous channel SDUs.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)