Files
Benjamin Cabé 3bd604d819 doc: samples: remove manually added links to sample sources
The zephyr:code-sample directive automatically adds a link to the sample
source code on GitHub -- remove all manually added links that are just
redundant and subject to bitrot / copy-paste errors.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-10-20 11:55:55 +02:00
..

.. zephyr:code-sample:: ble_periodic_adv_conn
   :name: Periodic Advertising Connection Procedure (Initiator)
   :relevant-api: bt_gap bluetooth

   Initiate a connection to a device using the Periodic Advertising Connection Procedure.

Overview
********

A simple application demonstrating the initiator side of the Bluetooth LE
Periodic Advertising Connection Procedure.

How the initiator decides the address of the synced device to connect to
is application specific. This sample will connect to any synced device
responding with its address. Once the connection is established, it will
wait for disconnect before connecting to another synced device.

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

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

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

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

See :zephyr:code-sample-category:`bluetooth` samples for details.