zephyr/samples/bluetooth/peripheral_dis
Kumar Gala e51b896cfb samples: bluetooth: peripheral_dis: Move dts overlays under boards
Move the dts overlay under a boards/ dir to make it match conf files.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-01 10:44:31 -04:00
..
boards samples: bluetooth: peripheral_dis: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
src Bluetooth: samples: peripheral_dis: Sample requires BT_SETTINGS 2020-02-05 20:11:03 +02:00
CMakeLists.txt cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
README.rst
prj.conf Bluetooth: samples: peripheral_dis: Sample requires BT_SETTINGS 2020-02-05 20:11:03 +02:00
sample.yaml samples: add test identifier 2019-03-29 17:44:11 -04:00

README.rst

.. _peripheral_dis:

Bluetooth: Peripheral DIS
#########################

Overview
********

Similar to the :ref:`Peripheral <ble_peripheral>` sample, except that this
application specifically exposes the DIS (Device Information) 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_dis` in the
Zephyr tree.

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