Periodic Advertising
Overview
A simple application demonstrating the Bluetooth LE Periodic Advertising 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_adv
west flash
After flashing, the device will start periodic advertising, periodically updating the manufacturer data counter.
Use the Periodic Advertising Synchronization sample on a second board to scan and establish a periodic advertising synchronization to this device.