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 everywhere: reindent `.overlay` files with tabs 2024-06-26 15:59:44 +02:00
src samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
README.rst doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00
prj-coex.conf bluetooth: controller: coex: convert to DT device 2023-09-15 16:04:19 +02:00
prj.conf Bluetooth: Samples: Remove usage of `BT_DEBUG_LOG` 2023-06-07 13:56:55 -04:00
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.