2024-08-29 17:32:37 +02:00
|
|
|
.. zephyr:code-sample:: bluetooth_isochronous_broadcaster
|
|
|
|
:name: Isochronous Broadcaster
|
|
|
|
:relevant-api: bt_iso bluetooth
|
2020-11-10 13:19:10 +05:30
|
|
|
|
2024-08-29 17:32:37 +02:00
|
|
|
Use the Bluetooth Low Energy Isochronous Broadcaster functionality.
|
2020-11-10 13:19:10 +05:30
|
|
|
|
|
|
|
Overview
|
|
|
|
********
|
|
|
|
|
|
|
|
A simple application demonstrating the Bluetooth Low Energy Isochronous
|
|
|
|
Broadcaster functionality.
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
************
|
|
|
|
|
2022-01-17 12:53:29 +01:00
|
|
|
* BlueZ running on the host, or
|
|
|
|
* A board with Bluetooth Low Energy 5.2 support
|
|
|
|
* A Bluetooth Controller and board that supports setting
|
|
|
|
CONFIG_BT_CTLR_ADV_ISO=y
|
2020-11-10 13:19:10 +05:30
|
|
|
|
|
|
|
Building and Running
|
|
|
|
********************
|
|
|
|
|
|
|
|
This sample can be found under :zephyr_file:`samples/bluetooth/iso_broadcast` in
|
2023-05-17 15:57:24 +02:00
|
|
|
the Zephyr tree. Use `-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf` to enable
|
2023-03-02 16:27:56 +05:30
|
|
|
required ISO feature support in Zephyr Bluetooth Controller on supported boards.
|
2020-11-10 13:19:10 +05:30
|
|
|
|
|
|
|
Use the sample found under :zephyr_file:`samples/bluetooth/iso_receive` in the
|
|
|
|
Zephyr tree that will scan, establish a periodic advertising synchronization,
|
|
|
|
generate BIGInfo reports and synchronize to BIG events from this sample.
|
|
|
|
|
|
|
|
See :ref:`bluetooth samples section <bluetooth-samples>` for details.
|