zephyr/samples/bluetooth/beacon
Vinayak Kariappa Chettimada f59c3fafe8 Bluetooth: Controller: Preliminary support for nRF54L15 SoC
Add preliminary support for nRF54L15 SoC. This commit does
not support Controller Random Number Generation and
Controller Cryptography (AES-128 encryption) commands, nor
does it support encrypted connections.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2024-06-07 18:07:48 +01:00
..
boards hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
src samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
CMakeLists.txt
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
README.rst
sample.yaml Bluetooth: Controller: Preliminary support for nRF54L15 SoC 2024-06-07 18:07:48 +01:00

.. _bluetooth-beacon-sample:

Bluetooth: Beacon
#################

Overview
********

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



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

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

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

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

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