gls_init_t Struct Reference

Glucose Service init stucture. This contains all option and data needed for initialization of the service. More...

#include <gls.h>

Public Attributes

gls_evt_handler_t evt_handler
 
uint16_t char_mask
 
uint16_t feature
 

Detailed Description

Glucose Service init stucture. This contains all option and data needed for initialization of the service.

Definition at line 335 of file gls.h.

Member Data Documentation

◆ char_mask

uint16_t gls_init_t::char_mask

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

Definition at line 338 of file gls.h.

◆ evt_handler

gls_evt_handler_t gls_init_t::evt_handler

Glucose Service event handler.

Definition at line 337 of file gls.h.

◆ feature

uint16_t gls_init_t::feature

Initial value for features.

Definition at line 339 of file gls.h.


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