• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..22-Aug-2025-

src/22-Aug-2025-

CMakeLists.txt A D22-Aug-2025202 85

Kconfig A D22-Aug-2025471 1914

README.rst A D22-Aug-20251.2 KiB3525

overlay-bt_ll_sw_split.conf A D22-Aug-2025678 2210

prj.conf A D22-Aug-2025371 157

sample.yaml A D22-Aug-2025618 2524

README.rst

1.. zephyr:code-sample:: bluetooth_isochronous_broadcaster
2   :name: Isochronous Broadcaster
3   :relevant-api: bt_iso bluetooth
4
5   Use the Bluetooth Low Energy Isochronous Broadcaster functionality.
6
7Overview
8********
9
10A simple application demonstrating the Bluetooth Low Energy Isochronous
11Broadcaster functionality.
12
13Requirements
14************
15
16* BlueZ running on the host, or
17* A board with Bluetooth Low Energy 5.2 support
18* A Bluetooth Controller and board that supports setting
19  CONFIG_BT_CTLR_ADV_ISO=y
20
21Building and Running
22********************
23
24This sample can be found under :zephyr_file:`samples/bluetooth/iso_broadcast` in
25the Zephyr tree. Use ``-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf`` to enable
26required ISO feature support in Zephyr Bluetooth Controller on supported boards.
27The sample defaults to sequential packing of BIS subevents, add
28``-DCONFIG_ISO_PACKING_INTERLEAVED=y`` to use interleaved packing.
29
30Use the sample found under :zephyr_file:`samples/bluetooth/iso_receive` in the
31Zephyr tree that will scan, establish a periodic advertising synchronization,
32generate BIGInfo reports and synchronize to BIG events from this sample.
33
34See :zephyr:code-sample-category:`bluetooth` samples for details.
35