• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/11-Mar-2024-239188

CMakeLists.txtD11-Mar-2024195 85

KconfigD11-Mar-2024322 1410

README.rstD11-Mar-20241,015 3222

overlay-bt_ll_sw_split.confD11-Mar-2024501 145

prj.confD11-Mar-2024215 117

sample.yamlD11-Mar-2024587 2524

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