zephyr/samples/bluetooth/periodic_sync_conn
Johan Hedberg eddac27c4e Bluetooth: samples: Fix PAwR samples to match board capabilities
These samples were enabled for an nRF board, even though there is no
upstream support for the feature. Additionally the sample.yaml files
were forcefully disabling any in-tree HCI drivers, making it impossible
to use e.g. qemu with an external HCI controller. Simply remove the nRF
board from the list, as well as the odd Kconfig HCI driver options.

Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>
2024-06-11 19:42:49 -04:00
..
src
CMakeLists.txt
prj.conf
README.rst
sample.yaml Bluetooth: samples: Fix PAwR samples to match board capabilities 2024-06-11 19:42:49 -04:00

.. _bluetooth-periodic-advertising-sync-conn-sample:

Bluetooth: Periodic Advertising Connection Procedure - Responder
#####################################################################

Overview
********

A simple application demonstrating the responder side of the BLE
Periodic Advertising Connection Procedure.

This sample will send its address in response to the advertiser when receiving
subevent data. Once the connection is established, it will disconnect and wait
for a new connection to be established.

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

* A board with BLE support
* A controller that supports the Periodic Advertising with Responses (PAwR) - Scanner feature

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

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

Use the sample found under :zephyr_file:`samples/bluetooth/periodic_adv_conn` on
another board that will start periodic advertising and connect to this sample
once synced.

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