1.. _bluetooth-central-past-sample: 2 3Bluetooth: Central Periodic Advertising Sync Transfer (PAST) 4############################################################ 5 6Overview 7******** 8 9A simple application demonstrating the BLE Periodic Advertising Sync Transfer 10functionality as the sender. 11 12Requirements 13************ 14 15* A board with BLE 5.1 support 16 17Building and Running 18******************** 19 20This sample can be found under :zephyr_file:`samples/bluetooth/central_past` in 21the Zephyr tree. 22 23Use the sample found under :zephyr_file:`samples/bluetooth/periodic_adv` on 24another board that will start periodic advertising, to which this sample will 25establish periodic advertising synchronization. 26 27Use the sample found under :zephyr_file:`samples/bluetooth/peripheral_past` in 28the Zephyr tree on another board that will advertise and await a periodic 29advertising sync transfer. 30 31See :ref:`bluetooth samples section <bluetooth-samples>` for details. 32