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

..--

src/11-Mar-2024-456363

CMakeLists.txtD11-Mar-2024193 85

README.rstD11-Mar-2024783 2919

prj.confD11-Mar-2024184 85

sample.yamlD11-Mar-2024202 87

README.rst

1.. _bluetooth-iso-receive-sample:
2
3Bluetooth: Synchronized Receiver
4###############################################
5
6Overview
7********
8
9A simple application demonstrating the Bluetooth Low Energy Synchronized
10Receiver functionality.
11
12Requirements
13************
14
15* A board with Bluetooth Low Energy support
16
17Building and Running
18********************
19
20This sample can be found under :zephyr_file:`samples/bluetooth/iso_receive` in
21the Zephyr tree.
22
23Use the sample found under :zephyr_file:`samples/bluetooth/iso_broadcast` on
24another board that will start periodic advertising, create BIG to which this
25sample will establish periodic advertising synchronization and synchronize to
26the Broadcast Isochronous Stream.
27
28See :ref:`bluetooth samples section <bluetooth-samples>` for details.
29