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. Applications shall register Health Thermometer Service during initialization through hts_add_service function.
The Temperature Measurement characteristic is used to send a temperature measurement. Applications 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. Applications 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. Applications can send interval through hts_measurement_interval_notify function.