zephyr/samples/bluetooth/periodic_sync
Benjamin Cabé d1858d2074 samples: bluetooth: Use "Bluetooth LE" terminology
Replace occurrences of "BLE" by the recommended "Bluetooth LE" term.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2024-09-05 16:58:32 -04:00
..
src samples: bluetooth: Increase sync timeout to allow packet loss 2024-04-17 14:34:23 +02:00
CMakeLists.txt
Kconfig
prj.conf
README.rst samples: bluetooth: Use "Bluetooth LE" terminology 2024-09-05 16:58:32 -04:00
sample.yaml

.. zephyr:code-sample:: ble_periodic_adv_sync
   :name: Periodic Advertising Synchronization
   :relevant-api: bt_gap bluetooth

   Use Bluetooth LE Periodic Advertising Synchronization functionality.

Overview
********

A simple application demonstrating the Bluetooth LE Periodic Advertising Synchronization
functionality.

Requirements
************

* A board with Bluetooth LE support

Building and Running
********************

This sample can be found under :zephyr_file:`samples/bluetooth/periodic_sync` in
the Zephyr tree.

Use the sample found under :zephyr_file:`samples/bluetooth/periodic_adv` on
another board that will start periodic advertising, to which this sample will
establish periodic advertising synchronization.

See :ref:`bluetooth samples section <bluetooth-samples>` for details.