1.. _bluetooth-periodic-advertising-sync-conn-sample:
2
3Bluetooth: Periodic Advertising Connection Procedure - Responder
4#####################################################################
5
6Overview
7********
8
9A simple application demonstrating the responder side of the BLE
10Periodic Advertising Connection Procedure.
11
12This sample will send its address in response to the advertiser when receiving
13subevent data. Once the connection is established, it will disconnect and wait
14for a new connection to be established.
15
16Requirements
17************
18
19* A board with BLE support
20* A controller that supports the Periodic Advertising with Responses (PAwR) - Scanner feature
21
22Building and Running
23********************
24
25This sample can be found under :zephyr_file:`samples/bluetooth/periodic_sync_conn` in
26the Zephyr tree.
27
28Use the sample found under :zephyr_file:`samples/bluetooth/periodic_adv_conn` on
29another board that will start periodic advertising and connect to this sample
30once synced.
31
32See :ref:`bluetooth samples section <bluetooth-samples>` for details.
33