• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

boards/11-Mar-2024-2318

src/11-Mar-2024-6439

CMakeLists.txtD11-Mar-2024298 117

README.rstD11-Mar-2024734 2819

prj.confD11-Mar-202436 32

sample.yamlD11-Mar-2024270 1413

README.rst

1.. _bluetooth-broadcaster-sample:
2
3Bluetooth: Broadcaster
4###########################
5
6Overview
7********
8
9A simple application demonstrating Bluetooth Low Energy Broadcaster role functionality.
10The application will periodically send out advertising packets with
11a manufacturer data element. The content of the data is a single byte
12indicating how many advertising packets the device has sent
13(the number will roll back to 0 after 255).
14
15Requirements
16************
17
18* BlueZ running on the host, or
19* A board with BLE support
20
21Building and Running
22********************
23
24This sample can be found under :zephyr_file:`samples/bluetooth/broadcaster` in the
25Zephyr tree.
26
27See :ref:`bluetooth samples section <bluetooth-samples>` for details.
28