Health Thermometer Service

group HTS

Health Thermometer Service.

The Health Thermometer Service exposes temperature and other data related to a thermometer used for healthcare applications. Application shall register Health Thermometer Service when initialization through hts_add_service function.

The Temperature Measurement characteristic is used to send a temperature measurement. Application can send a temperature measurement through hts_measurement_value_indicate function.

The Intermediate Temperature characteristic is used to send intermediate temperature values to a device for display purposes while the measurement is in progress. Application can send intermediate temperature values through hts_intermediate_temperature_value_notify function.

The Measurement Interval characteristic is used to enable and control the interval between consecutive temperature measurements. Application can send interval through hts_measurement_interval_notify function.