Health Thermometer Service init stucture. More...
#include <hts.h>
Collaboration diagram for hts_init_t:Public Attributes | |
| hts_evt_handler_t | evt_handler |
| Health Thermometer Service event handler. More... | |
| uint16_t | char_mask |
| Initial mask of Supported characteristics, and configured with Characteristics Mask. More... | |
| hts_temp_unit_t | temperature_units |
| Initial if Temperature is in Fahrenheit unit, Celcius otherwise. More... | |
| bool | time_stamp_present |
| Initial if Time Stamp is present. More... | |
| hts_temp_meas_loc_t | temp_type |
| Initial temperature type measurement location. More... | |
| uint16_t | meas_interval |
| Initial temperature measurement interval. More... | |
| uint16_t | min_meas_interval_sup |
| Initial minimum temperature measurement interval support. More... | |
| uint16_t | max_meas_interval_sup |
| Initial maximum temperature measurement interval support. More... | |
Health Thermometer Service init stucture.
This contains all option and data needed for initialization of the service.
| uint16_t hts_init_t::char_mask |
Initial mask of Supported characteristics, and configured with Characteristics Mask.
| hts_evt_handler_t hts_init_t::evt_handler |
| uint16_t hts_init_t::max_meas_interval_sup |
| uint16_t hts_init_t::meas_interval |
| uint16_t hts_init_t::min_meas_interval_sup |
| hts_temp_meas_loc_t hts_init_t::temp_type |
| hts_temp_unit_t hts_init_t::temperature_units |
| bool hts_init_t::time_stamp_present |