bcs_init_t Struct Reference

Body Composition Service Init variable. More...

#include <bcs.h>

+ Collaboration diagram for bcs_init_t:

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...
 

Detailed Description

Body Composition Service Init variable.

Definition at line 269 of file bcs.h.

Member Data Documentation

◆ bcs_height_res

bcs_height_res_t bcs_init_t::bcs_height_res

Initial resolution of height value.

Definition at line 277 of file bcs.h.

◆ bcs_mass_res

bcs_mass_res_t bcs_init_t::bcs_mass_res

Initial resolution of mass value.

Definition at line 276 of file bcs.h.

◆ bcs_meas_flags

bcs_meas_flag_t bcs_init_t::bcs_meas_flags

Initial measurement flags.

Definition at line 275 of file bcs.h.

◆ bcs_unit

bcs_unit_t bcs_init_t::bcs_unit

Initial unit system as SI or Imperial.

Definition at line 274 of file bcs.h.

◆ char_mask

uint8_t bcs_init_t::char_mask

Initial mask of Supported characteristics, and configured with Characteristics Mask.

Definition at line 273 of file bcs.h.

◆ evt_handler

bcs_evt_handler_t bcs_init_t::evt_handler

Body Composition Service event handler.

Definition at line 271 of file bcs.h.

◆ feature

uint32_t bcs_init_t::feature

Initial value for features.

Definition at line 272 of file bcs.h.


The documentation for this struct was generated from the following file: