zephyr/samples/bluetooth/periodic_adv
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: Fix incorrect comments about adv sets 2024-05-24 07:46:43 -04:00
CMakeLists.txt
prj.conf
README.rst samples: bluetooth: Use "Bluetooth LE" terminology 2024-09-05 16:58:32 -04:00
sample.yaml samples: bluetooth: exclude cyw920829m2evk_02 from build 2024-07-08 15:51:21 +02:00

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

   Use Bluetooth LE Periodic Advertising functionality.

Overview
********

A simple application demonstrating the Bluetooth LE Periodic Advertising functionality.

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

* A board with Bluetooth LE support

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

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

Use the sample found under :zephyr_file:`samples/bluetooth/periodic_sync` in the
Zephyr tree that will scan and establish a periodic advertising synchronization
to this sample.

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