Central Periodic Advertising Sync Transfer (PAST)
Overview
A simple application demonstrating the Bluetooth LE Periodic Advertising Sync Transfer functionality as the sender.
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/central_past
west flash
You can use the Periodic Advertising sample on another board that will start periodic advertising, to which this sample will establish periodic advertising synchronization.
Alternatively, you can use the Periodic Advertising Synchronization Transfer Peripheral sample on another board that will advertise and await a periodic advertising sync transfer.
See Bluetooth samples for details.