1.. _bluetooth-periodic-advertising-conn-sample: 2 3Bluetooth: Periodic Advertising Connection Procedure - Initiator 4################################################################ 5 6Overview 7******** 8 9A simple application demonstrating the initiator side of the BLE 10Periodic Advertising Connection Procedure. 11 12How the initiator decides the address of the synced device to connect to 13is application specific. This sample will connect to any synced device 14responding with its address. Once the connection is established, it will 15wait for disconnect before connecting to another synced device. 16 17Requirements 18************ 19 20* A board with BLE support 21* A controller that supports the Periodic Advertising with Responses (PAwR) - Advertiser feature 22 23Building and Running 24******************** 25 26This sample can be found under :zephyr_file:`samples/bluetooth/periodic_adv_conn` in 27the Zephyr tree. 28 29Use the sample found under :zephyr_file:`samples/bluetooth/periodic_sync_conn` in the 30Zephyr tree that will synchronize and respond to this sample. 31 32See :ref:`bluetooth samples section <bluetooth-samples>` for details. 33