README.rst
1.. _bluetooth-isochronous-broadcaster-sample:
2
3Bluetooth: Isochronous Broadcaster
4##################################
5
6Overview
7********
8
9A simple application demonstrating the Bluetooth Low Energy Isochronous
10Broadcaster functionality.
11
12Requirements
13************
14
15* BlueZ running on the host, or
16* A board with Bluetooth Low Energy 5.2 support
17* A Bluetooth Controller and board that supports setting
18 CONFIG_BT_CTLR_ADV_ISO=y
19
20Building and Running
21********************
22
23This sample can be found under :zephyr_file:`samples/bluetooth/iso_broadcast` in
24the Zephyr tree. Use `-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf` to enable
25required ISO feature support in Zephyr Bluetooth Controller on supported boards.
26
27Use the sample found under :zephyr_file:`samples/bluetooth/iso_receive` in the
28Zephyr tree that will scan, establish a periodic advertising synchronization,
29generate BIGInfo reports and synchronize to BIG events from this sample.
30
31See :ref:`bluetooth samples section <bluetooth-samples>` for details.
32