zephyr/samples/bluetooth/periodic_sync
Martí Bolívar 1dde940f86 samples: periodic_sync: drop device_get_binding()
Use a gpio_dt_spec instead.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2021-03-29 16:33:51 +02:00
..
boards samples: Bluetooth: add nrf52833dk_nrf52833 board in per. adv. samples 2021-02-23 12:36:11 +01:00
src samples: periodic_sync: drop device_get_binding() 2021-03-29 16:33:51 +02:00
CMakeLists.txt
README.rst
prj.conf
sample.yaml

README.rst

.. _bluetooth-periodic-advertising-sync-sample:

Bluetooth: Periodic Advertising Synchronization
###############################################

Overview
********

A simple application demonstrating the BLE Periodic Advertising Synchronization
functionality.

Requirements
************

* A board with BLE support

Building and Running
********************

This sample can be found under :zephyr_file:`samples/bluetooth/periodic_sync` in
the Zephyr tree.

Use the sample found under :zephyr_file:`samples/bluetooth/periodic_adv` on
another board that will start periodic advertising, to which this sample will
establish periodic advertising synchronization.

See :ref:`bluetooth samples section <bluetooth-samples>` for details.