CONFIG_BT_ISO_RX_MTU¶
Maximum supported MTU for Isochronous RX buffers
Type: int
Help¶
Maximum MTU for Isochronous channels RX buffers.
Default¶
251
Kconfig definition¶
At subsys/bluetooth/Kconfig.iso:74
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:9
→ subsys/bluetooth/Kconfig:172
Menu path: (Top) → Sub Systems and OS Services → Bluetooth
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.)