2024-08-29 23:32:37 +08:00
|
|
|
.. zephyr:code-sample:: bluetooth_isochronous_broadcaster
|
|
|
|
:name: Isochronous Broadcaster
|
|
|
|
:relevant-api: bt_iso bluetooth
|
2020-11-10 15:49:10 +08:00
|
|
|
|
2024-08-29 23:32:37 +08:00
|
|
|
Use the Bluetooth Low Energy Isochronous Broadcaster functionality.
|
2020-11-10 15:49:10 +08:00
|
|
|
|
|
|
|
Overview
|
|
|
|
********
|
|
|
|
|
|
|
|
A simple application demonstrating the Bluetooth Low Energy Isochronous
|
|
|
|
Broadcaster functionality.
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
************
|
|
|
|
|
2022-01-17 19:53:29 +08: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 15:49:10 +08:00
|
|
|
|
|
|
|
Building and Running
|
|
|
|
********************
|
|
|
|
|
|
|
|
This sample can be found under :zephyr_file:`samples/bluetooth/iso_broadcast` in
|
2024-09-11 01:51:57 +08:00
|
|
|
the Zephyr tree. Use ``-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf`` to enable
|
2023-03-02 18:57:56 +08:00
|
|
|
required ISO feature support in Zephyr Bluetooth Controller on supported boards.
|
2020-11-10 15:49:10 +08:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2024-09-16 16:55:34 +08:00
|
|
|
See :zephyr:code-sample-category:`bluetooth` samples for details.
|