gls_init_t Struct Reference

Glucose Service init stucture. More...

#include <gls.h>

+ Collaboration diagram for gls_init_t:

Public Attributes

gls_evt_handler_t evt_handler
 Glucose Service event handler. More...
 
uint16_t char_mask
 Initial mask of supported characteristics, and configured with Characteristics Mask. More...
 
uint16_t feature
 Initial value for features. More...
 

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: