zephyr/samples/bluetooth/periodic_adv_rsp
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 Bluetooth: Samples: periodical_adv_rps: Added sync wait delay 2024-09-02 11:58:18 +02:00
CMakeLists.txt
README.rst samples: bluetooth: Use "Bluetooth LE" terminology 2024-09-05 16:58:32 -04:00
prj.conf
sample.yaml Bluetooth: samples: Fix PAwR samples to match board capabilities 2024-06-11 19:42:49 -04:00

README.rst

.. zephyr:code-sample:: ble_periodic_adv_rsp
   :name: Periodic Advertising with Responses (PAwR) Advertiser
   :relevant-api: bt_gap bluetooth

   Use Bluetooth LE Periodic Advertising with Responses (PAwR) Advertiser functionality.

Overview
********

A simple application demonstrating the Bluetooth LE Periodic Advertising with
Responses Advertiser functionality.

This sample will scan for the corresponding sync sample and send the required
synchronization info to it. The advertising data is a counter that increases
for each subevent.

Multiple devices can synchronize and respond to one advertiser.

Which subevent to listen to and in which response slot to respond is
application specific. In this sample it is decided by the PAwR advertiser.
Upon connection it will write to a GATT characteristic
the assigned subevent and response slot.

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

* A board with Bluetooth LE support
* A controller that supports the Periodic Advertising with Responses (PAwR) - Advertiser feature

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

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

Use the sample found under :zephyr_file:`samples/bluetooth/periodic_sync_rsp` in the
Zephyr tree that will synchronize and respond to this sample.

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