1.. _bluetooth-periodic-advertising-rsp-sample: 2 3Bluetooth: Periodic Advertising with Responses (PAwR) Advertiser 4################################################################ 5 6Overview 7******** 8 9A simple application demonstrating the BLE Periodic Advertising with 10Responses Advertiser functionality. 11 12This sample will scan for the corresponding sync sample and send the required 13synchronization info to it. The advertising data is a counter that increases 14for each subevent. 15 16Multiple devices can synchronize and respond to one advertiser. 17 18Which subevent to listen to and in which response slot to respond is 19application specific. In this sample it is decided by the PAwR advertiser. 20Upon connection it will write to a GATT characteristic 21the assigned subevent and response slot. 22 23Requirements 24************ 25 26* A board with BLE support 27* A controller that supports the Periodic Advertising with Responses (PAwR) - Advertiser feature 28 29Building and Running 30******************** 31 32This sample can be found under :zephyr_file:`samples/bluetooth/periodic_adv_rsp` in 33the Zephyr tree. 34 35Use the sample found under :zephyr_file:`samples/bluetooth/periodic_sync_rsp` in the 36Zephyr tree that will synchronize and respond to this sample. 37 38See :ref:`bluetooth samples section <bluetooth-samples>` for details. 39