Periodic Advertising Synchronization Transfer Peripheral

Browse source code on GitHub

Overview

A simple application demonstrating the Bluetooth LE Periodic Advertising Synchronization Transfer (PAST) functionality as the receiver.

Requirements

  • A board with Bluetooth LE 5.1 support

Building and Running

Build and flash the sample as follows, replacing <board> with your target board:

west build -b <board> samples/bluetooth/peripheral_past
west flash

You can use the Central Periodic Advertising Sync Transfer (PAST) sample on another board that will connect to this device and transfer a periodic advertising sync.

See Bluetooth samples for details.

See also

Generic Access Profile (GAP)
Bluetooth APIs