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

..--

src/04-Jan-2025-492393

CMakeLists.txtD04-Jan-2025193 85

KconfigD04-Jan-2025716 2721

README.rstD04-Jan-20251.1 KiB3424

overlay-bt_ll_sw_split.confD04-Jan-2025132 54

prj.confD04-Jan-2025143 86

sample.yamlD04-Jan-2025590 2524

README.rst

1.. zephyr:code-sample:: bluetooth_isochronous_receiver
2   :name: Synchronized Receiver
3   :relevant-api: bt_iso bluetooth
4
5   Use Bluetooth LE Synchronized Receiver functionality.
6
7Overview
8********
9
10A simple application demonstrating the Bluetooth Low Energy Synchronized
11Receiver 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_SYNC_ISO=y
20
21Building and Running
22********************
23
24This sample can be found under :zephyr_file:`samples/bluetooth/iso_receive` 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.
27
28Use the sample found under :zephyr_file:`samples/bluetooth/iso_broadcast` on
29another board that will start periodic advertising, create BIG to which this
30sample will establish periodic advertising synchronization and synchronize to
31the Broadcast Isochronous Stream.
32
33See :zephyr:code-sample-category:`bluetooth` samples for details.
34