1.. _bluetooth-periodic-advertising-sample: 2 3Bluetooth: Periodic Advertising 4############################### 5 6Overview 7******** 8 9A simple application demonstrating the BLE Periodic Advertising functionality. 10 11Requirements 12************ 13 14* A board with BLE support 15 16Building and Running 17******************** 18 19This sample can be found under :zephyr_file:`samples/bluetooth/periodic_adv` in 20the Zephyr tree. 21 22Use the sample found under :zephyr_file:`samples/bluetooth/periodic_sync` in the 23Zephyr tree that will scan and establish a periodic advertising synchronization 24to this sample. 25 26See :ref:`bluetooth samples section <bluetooth-samples>` for details. 27