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