zephyr/samples/bluetooth/peripheral_dis
Sean Kyer 93c1c7d066 Samples: Bluetooth: Extend DIS sample
- Extended the DIS sample to showcase all possible
  fields using placeholder values.
- UDI issuer strings use a 'private' ODI which is
   unregistered.

Signed-off-by: Sean Kyer <Sean.Kyer@analog.com>
2025-03-31 19:50:12 -04:00
..
boards
src
CMakeLists.txt
prj.conf Samples: Bluetooth: Extend DIS sample 2025-03-31 19:50:12 -04:00
README.rst
sample.yaml

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