• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..22-Aug-2025-

src/22-Aug-2025-

CMakeLists.txt A D22-Aug-2025204 85

README.rst A D22-Aug-2025849 2919

prj.conf A D22-Aug-2025205 98

sample.yaml A D22-Aug-2025297 1211

README.rst

1.. zephyr:code-sample:: ble_peripheral_past
2   :name: Periodic Advertising Synchronization Transfer Peripheral
3   :relevant-api: bt_gap bluetooth
4
5   Use the Periodic Advertising Sync Transfer (PAST) feature as the receiver.
6
7Overview
8********
9
10A simple application demonstrating the Bluetooth LE Periodic Advertising Synchronization
11Transfer (PAST) functionality as the receiver.
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/peripheral_past`
22in the Zephyr tree.
23
24Use the sample found under :zephyr_file:`samples/bluetooth/central_past` on
25another board that will connect to this and transfer a periodic advertisement
26sync.
27
28See :zephyr:code-sample-category:`bluetooth` samples for details.
29