README.rst
1.. zephyr:code-sample:: ble_central_past
2 :name: Central Periodic Advertising Sync Transfer (PAST)
3 :relevant-api: bt_gap bluetooth
4
5 Use the Periodic Advertising Sync Transfer (PAST) feature as the sender.
6
7Overview
8********
9
10A simple application demonstrating the Bluetooth LE Periodic Advertising Sync Transfer
11functionality as the sender.
12
13Requirements
14************
15
16* A board with Bluetooth LE 5.1 support
17
18Building and Running
19********************
20
21This sample can be found under :zephyr_file:`samples/bluetooth/central_past` 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
28Use the sample found under :zephyr_file:`samples/bluetooth/peripheral_past` in
29the Zephyr tree on another board that will advertise and await a periodic
30advertising sync transfer.
31
32See :zephyr:code-sample-category:`bluetooth` samples for details.
33