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