zephyr/samples/bluetooth/peripheral_esp
Anas Nashif ffaba63b10 boards: remove arduino 101 and related boards
This board and SoC was discontinued some time ago and is currently not
maintained in the zephyr tree.
Remove all associated configurations and variants from the tree.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-07-29 21:30:25 -07:00
..
src Bluetooth: services: battery service enhancements 2019-07-11 13:21:14 +03:00
CMakeLists.txt Bluetooth: services: battery service enhancements 2019-07-11 13:21:14 +03:00
prj.conf Bluetooth: services: battery service enhancements 2019-07-11 13:21:14 +03:00
README.rst boards: remove arduino 101 and related boards 2019-07-29 21:30:25 -07:00
sample.yaml samples: add test identifier 2019-03-29 17:44:11 -04:00

.. _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.