Battery Service init structure. More...
#include <bas.h>
Public Attributes | |
bas_evt_handler_t | evt_handler |
Battery Service event handler. More... | |
uint8_t | char_mask |
Initial mask of supported characteristics, and configured with Characteristics Mask. More... | |
uint8_t | batt_lvl |
Initial value of Battery Level characteristic. More... | |
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 |