Body Composition Service Init variable. More...
#include <bcs.h>
Public Attributes | |
bcs_evt_handler_t | evt_handler |
Body Composition Service event handler. More... | |
uint32_t | feature |
Initial value for features. More... | |
uint8_t | char_mask |
Initial mask of Supported characteristics, and configured with Characteristics Mask. More... | |
bcs_unit_t | bcs_unit |
Initial unit system as SI or Imperial. More... | |
bcs_meas_flag_t | bcs_meas_flags |
Initial measurement flags. More... | |
bcs_mass_res_t | bcs_mass_res |
Initial resolution of mass value. More... | |
bcs_height_res_t | bcs_height_res |
Initial resolution of height value. More... | |
bcs_height_res_t bcs_init_t::bcs_height_res |
bcs_mass_res_t bcs_init_t::bcs_mass_res |
bcs_meas_flag_t bcs_init_t::bcs_meas_flags |
bcs_unit_t bcs_init_t::bcs_unit |
uint8_t bcs_init_t::char_mask |
Initial mask of Supported characteristics, and configured with Characteristics Mask.
bcs_evt_handler_t bcs_init_t::evt_handler |