CONFIG_BT_CTLR_ADV_ISO_STREAM_COUNT

Maximum Broadcast ISO Streams

Type: int

Help

Maximum Broadcast ISO Streams supported in the the Controller across
all Broadcast ISO groups.

Direct dependencies

BT_CTLR_ADV_ISO && BT_CTLR_ADV_EXT && BT_CTLR && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At <Zephyr>/subsys/bluetooth/controller/Kconfig:634

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:181

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → LE Advertising Extensions [EXPERIMENTAL]

config BT_CTLR_ADV_ISO_STREAM_COUNT
    int "Maximum Broadcast ISO Streams"
    range BT_CTLR_ADV_ISO_STREAM_MAX 64
    depends on BT_CTLR_ADV_ISO && BT_CTLR_ADV_EXT && BT_CTLR && BT_HCI && BT
    help
      Maximum Broadcast ISO Streams supported in the the Controller across
      all Broadcast ISO groups.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)