-
CONFIG_BT_ISO_BROADCAST
¶
Bluetooth ISO Broadcast Channels supported
Type: bool
Help¶
This option enables support for Bluetooth Broadcast
Isochronous channels.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/Kconfig:284
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Isochronous Channel Support [EXPERIMENTAL]
config BT_ISO_BROADCAST
bool "Bluetooth ISO Broadcast Channels supported"
select BT_EXT_ADV
select BT_PER_ADV
select BT_PER_ADV_SYNC
depends on BT_ISO && BT_HCI && BT
help
This option enables support for Bluetooth Broadcast
Isochronous channels.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)