zephyr/samples/bluetooth/peripheral_esp
Joakim Andersson 0f717058a0 Bluetooth: samples: peripheral_esp: Use common 24-bit functions
Use the newly introduced byteorder 24 bit variant functions.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-01-02 19:05:27 +01:00
..
src Bluetooth: samples: peripheral_esp: Use common 24-bit functions 2020-01-02 19:05:27 +01:00
CMakeLists.txt Bluetooth: services: battery service enhancements 2019-07-11 13:21:14 +03:00
README.rst global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
prj.conf Bluetooth: services: battery service enhancements 2019-07-11 13:21:14 +03:00
rv32m1_vega_ri5cy.overlay samples: bluetooth: add overlays for RV32M1 SoC for BLW SW LL 2019-11-08 15:38:57 +01:00
sample.yaml samples: add test identifier 2019-03-29 17:44:11 -04:00

README.rst

.. _peripheral_esp:

Bluetooth: Peripheral ESP
#########################

Overview
********
Similar to the :ref:`Peripheral <ble_peripheral>` sample, except that this
application specifically exposes the ESP (Environmental Sensing Profile) GATT
Service.


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/peripheral_esp` in the
Zephyr tree.

See :ref:`bluetooth samples section <bluetooth-samples>` for details.