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

..--

src/11-Mar-2024-287217

CMakeLists.txtD11-Mar-2024317 117

README.rstD11-Mar-2024631 2617

prj.confD11-Mar-2024123 76

sample.yamlD11-Mar-2024138 87

README.rst

1.. _bluetooth_central_ht:
2
3Bluetooth: Central / Health Thermometer sensor
4##############################################
5
6Overview
7********
8
9Similar to the :ref:`Central <bluetooth_central>` sample, except that this
10application specifically looks for health thermometer sensor and reports the
11die temperature readings once connected.
12
13Requirements
14************
15
16* BlueZ running on the host, or
17* A board with BLE support
18
19Building and Running
20********************
21
22This sample can be found under :zephyr_file:`samples/bluetooth/central_ht` in the
23Zephyr tree.
24
25See :ref:`bluetooth samples section <bluetooth-samples>` for details.
26