• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..22-Aug-2025-

boards/22-Aug-2025-

src/22-Aug-2025-

CMakeLists.txt A D22-Aug-2025307 117

README.rst A D22-Aug-2025737 2718

prj.conf A D22-Aug-2025120 76

sample.yaml A D22-Aug-2025560 2322

README.rst

1.. zephyr:code-sample:: ble_central_ht
2   :name: Health Thermometer (Central)
3   :relevant-api: bluetooth
4
5   Connect to a Bluetooth LE health thermometer sensor and read temperature measurements.
6
7Overview
8********
9
10Similar to the :zephyr:code-sample:`ble_central` sample, except that this
11application specifically looks for health thermometer sensor and reports the
12die temperature readings once connected.
13
14Requirements
15************
16
17* BlueZ running on the host, or
18* A board with Bluetooth LE support
19
20Building and Running
21********************
22
23This sample can be found under :zephyr_file:`samples/bluetooth/central_ht` in the
24Zephyr tree.
25
26See :zephyr:code-sample-category:`bluetooth` samples for details.
27