zephyr/samples/bluetooth/peripheral_dis
Matthias Hauser 941a5489d3 dts: boards: we: add board Ophelia-IV
add new board Ophelia-IV

Signed-off-by: Matthias Hauser <matthias.hauser@we-online.de>
2025-04-03 13:16:05 +02:00
..
boards
src Bluetooth: Deprecate adv auto-resume 2024-10-08 16:57:01 +02:00
CMakeLists.txt
prj.conf Samples: Bluetooth: Extend DIS sample 2025-03-31 19:50:12 -04:00
README.rst doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00
sample.yaml dts: boards: we: add board Ophelia-IV 2025-04-03 13:16:05 +02:00

.. zephyr:code-sample:: ble_peripheral_dis
   :name: DIS Peripheral
   :relevant-api: bt_gatt bluetooth

   Expose device information using the Device Information Service (DIS).

Overview
********

Similar to the :zephyr:code-sample:`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 Bluetooth LE support

Building and Running
********************
This sample can be found under :zephyr_file:`samples/bluetooth/peripheral_dis` in the
Zephyr tree.

See :zephyr:code-sample-category:`bluetooth` samples for details.