README.rst
1.. _peripheral_ht:
2
3Bluetooth: Peripheral HT
4########################
5
6Overview
7********
8
9Similar to the :ref:`Peripheral <ble_peripheral>` sample, except that this
10application specifically exposes the HT (Health Thermometer) GATT Service.
11
12On Nordic nRF devices, this sample uses the built-in TEMP peripheral to return
13die temperature values. On other boards, it will generate dummy temperature
14values.
15
16
17Requirements
18************
19
20* BlueZ running on the host, or
21* A board with BLE support
22
23Building and Running
24********************
25
26This sample can be found under :zephyr_file:`samples/bluetooth/peripheral_ht` in the
27Zephyr tree.
28
29See :ref:`bluetooth samples section <bluetooth-samples>` for details.
30