2024-08-29 23:32:37 +08:00
|
|
|
.. zephyr:code-sample:: bluetooth_eddystone
|
|
|
|
:name: Eddystone
|
|
|
|
:relevant-api: bluetooth
|
2017-04-05 03:06:31 +08:00
|
|
|
|
2024-09-02 15:25:43 +08:00
|
|
|
Export an Eddystone Configuration Service as a Bluetooth LE GATT service.
|
2017-01-20 09:42:36 +08:00
|
|
|
|
|
|
|
Overview
|
|
|
|
********
|
2017-06-08 10:11:20 +08:00
|
|
|
Application demonstrating `Eddystone Configuration Service`_
|
2017-01-20 09:42:36 +08:00
|
|
|
|
|
|
|
The Eddystone Configuration Service runs as a GATT service on the beacon while
|
|
|
|
it is connectable and allows configuration of the advertised data, the
|
|
|
|
broadcast power levels, and the advertising intervals. It also forms part of
|
|
|
|
the definition of how Eddystone-EID beacons are configured and registered with
|
|
|
|
a trusted resolver.
|
|
|
|
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
************
|
|
|
|
|
|
|
|
* BlueZ running on the host, or
|
2024-09-02 15:25:43 +08:00
|
|
|
* A board with Bluetooth LE support
|
2017-01-20 09:42:36 +08:00
|
|
|
|
|
|
|
Building and Running
|
|
|
|
********************
|
2019-03-09 06:21:37 +08:00
|
|
|
This sample can be found under :zephyr_file:`samples/bluetooth/eddystone` in the
|
2017-01-27 00:23:42 +08:00
|
|
|
Zephyr tree.
|
2017-01-20 09:42:36 +08:00
|
|
|
|
2024-09-16 16:55:34 +08:00
|
|
|
See :zephyr:code-sample-category:`bluetooth` samples for details.
|
2017-01-20 09:42:36 +08:00
|
|
|
|
|
|
|
.. _Eddystone Configuration Service: https://github.com/google/eddystone/tree/master/configuration-service
|