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