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

..--

boards/18-Mar-2025-2720

src/18-Mar-2025-285194

CMakeLists.txtD18-Mar-2025236 128

KconfigD18-Mar-2025246 1710

README.rstD18-Mar-2025848 3120

prj.confD18-Mar-2025227 1110

sample.yamlD18-Mar-20251 KiB3836

README.rst

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