• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/18-Mar-2025-174129

CMakeLists.txtD18-Mar-2025197 85

README.rstD18-Mar-2025821 2919

prj.confD18-Mar-2025197 98

sample.yamlD18-Mar-2025286 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