• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

boards/11-Mar-2024-2318

src/11-Mar-2024-281191

CMakeLists.txtD11-Mar-2024236 128

KconfigD11-Mar-2024246 1710

README.rstD11-Mar-2024705 3019

prj.confD11-Mar-2024256 1211

sample.yamlD11-Mar-2024639 2625

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