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

..--

boards/04-Jan-2025-2318

src/04-Jan-2025-6439

CMakeLists.txtD04-Jan-2025298 117

README.rstD04-Jan-2025829 2920

prj.confD04-Jan-202536 32

sample.yamlD04-Jan-2025270 1413

README.rst

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