zephyr/samples/bluetooth/beacon
Gerard Marull-Paretas 4f80e50b55 bluetooth: controller: coex: convert to DT device
Convert the driver to a dt-based device. Also update Kconfig so that it
depends on the right compatible being enabled, initialize in POST_KERNEL
(APPLICATION should not be used for devices) and remove one redundant
include.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2023-09-15 16:04:19 +02:00
..
boards Bluetooth: Controller: Add coexistence implementation 2023-03-16 14:37:55 +01: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
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 doc: Bluetooth: Documentation overhaul 2019-03-13 10:40:05 +01:00
sample.yaml samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02: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.