zephyr/samples/bluetooth/beacon
Katarzyna Giądła 436d1bf628 samples: tests: Add support to tests on nrf54l15 DK
Align all existing samples/tests/applications which
contains nrf54l15pdk/nrf54l15/* by adding
nrf54l15dk/nrf54l15/* to enable twister builds.

Signed-off-by: Katarzyna Giądła <katarzyna.giadla@nordicsemi.no>
Signed-off-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no>
2024-09-26 03:31:20 -04:00
..
boards
src
CMakeLists.txt
README.rst doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00
prj-coex.conf
prj.conf
sample.yaml samples: tests: Add support to tests on nrf54l15 DK 2024-09-26 03:31:20 -04:00

README.rst

.. zephyr:code-sample:: bluetooth_beacon
   :name: Beacon
   :relevant-api: bluetooth

   Advertise an Eddystone URL using GAP Broadcaster role.

Overview
********

A simple application demonstrating the GAP Broadcaster role functionality by
advertising an Eddystone URL (the Zephyr website).

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

* BlueZ running on the host, or
* A board with Bluetooth LE support

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

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

See :zephyr:code-sample-category:`bluetooth` samples for details.