Battery Service init structure. This contains all options and data needed for initialization of the service. More...
#include <bas.h>
Public Attributes | |
bas_evt_handler_t | evt_handler |
uint8_t | char_mask |
uint8_t | batt_lvl |
Battery Service init structure. This contains all options and data needed for initialization of the service.
uint8_t bas_init_t::batt_lvl |
uint8_t bas_init_t::char_mask |
Initial mask of supported characteristics, and configured with Characteristics Mask
bas_evt_handler_t bas_init_t::evt_handler |