1.. zephyr:code-sample:: ble_peripheral_dis 2 :name: DIS Peripheral 3 :relevant-api: bt_gatt bluetooth 4 5 Expose device information using the Device Information Service (DIS). 6 7Overview 8******** 9 10Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this 11application specifically exposes the DIS (Device Information) GATT Service. 12 13 14Requirements 15************ 16 17* BlueZ running on the host, or 18* A board with Bluetooth LE support 19 20Building and Running 21******************** 22This sample can be found under :zephyr_file:`samples/bluetooth/peripheral_dis` in the 23Zephyr tree. 24 25See :zephyr:code-sample-category:`bluetooth` samples for details. 26