README.rst
1.. _bluetooth-peripheral-past-sample:
2
3Bluetooth: Periodic Advertising Synchronization Transfer
4########################################################
5
6Overview
7********
8
9A simple application demonstrating the BLE Periodic Advertising Synchronization
10Transfer (PAST) functionality as the receiver.
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/peripheral_past`
21in the Zephyr tree.
22
23Use the sample found under :zephyr_file:`samples/bluetooth/central_past` on
24another board that will connect to this and transfer a periodic advertisement
25sync.
26
27See :ref:`bluetooth samples section <bluetooth-samples>` for details.
28