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

..--

boards/04-Jan-2025-2720

src/04-Jan-2025-285194

CMakeLists.txtD04-Jan-2025236 128

KconfigD04-Jan-2025246 1710

README.rstD04-Jan-2025848 3120

prj.confD04-Jan-2025227 1110

sample.yamlD04-Jan-2025940 3533

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