Periodic Advertising Synchronization

Browse source code on GitHub

Overview

A simple application demonstrating the Bluetooth LE Periodic Advertising Synchronization functionality.

Requirements

  • A board with Bluetooth LE support

Building and Running

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

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

After flashing, the device will scan for periodic advertisers and establish a periodic advertising synchronization.

Use the Periodic Advertising sample on a second board to start periodic advertising, to which this device will synchronize.

See also

Generic Access Profile (GAP)
Bluetooth APIs