README.rst
1.. zephyr:code-sample:: bluetooth_eddystone
2 :name: Eddystone
3 :relevant-api: bluetooth
4
5 Export an Eddystone Configuration Service as a Bluetooth LE GATT service.
6
7Overview
8********
9Application demonstrating `Eddystone Configuration Service`_
10
11The Eddystone Configuration Service runs as a GATT service on the beacon while
12it is connectable and allows configuration of the advertised data, the
13broadcast power levels, and the advertising intervals. It also forms part of
14the definition of how Eddystone-EID beacons are configured and registered with
15a trusted resolver.
16
17
18Requirements
19************
20
21* BlueZ running on the host, or
22* A board with Bluetooth LE support
23
24Building and Running
25********************
26This sample can be found under :zephyr_file:`samples/bluetooth/eddystone` in the
27Zephyr tree.
28
29See :zephyr:code-sample-category:`bluetooth` samples for details.
30
31.. _Eddystone Configuration Service: https://github.com/google/eddystone/tree/master/configuration-service
32