zephyr/samples/bluetooth/peripheral_dis
Kamil Piszczek 7c828bd232 bluetooth: dis: add Kconfig for disabling optional characteristics
Added new Kconfig option set that allows the user to control the
presence of the following optional characteristics:

- Manufacturer Name String
- Model Number String

Depreacted the old configuration that can be deleted in the future
Zephyr releases.

Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
2025-02-13 16:46:12 +01:00
..
boards hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
src Bluetooth: Deprecate adv auto-resume 2024-10-08 16:57:01 +02:00
CMakeLists.txt
prj.conf bluetooth: dis: add Kconfig for disabling optional characteristics 2025-02-13 16:46:12 +01:00
README.rst doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00
sample.yaml samples: bluetooth: exclude cyw920829m2evk_02 from build 2024-07-08 15:51:21 +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.