Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_gls_init_t Struct Reference

ble_gls_init_t Struct Reference
[Glucose Service]

Glucose Service init structure. More...

#include <ble_gls.h>

Data Fields

ble_gls_evt_handler_t evt_handler
 Event handler to be called for handling events in the Glucose Service.
ble_srv_error_handler_t error_handler
 Function to be called in case of an error.
uint16_t feature
 Glucose Feature value indicating supported features.
bool is_context_supported
 Determines if optional Glucose Measurement Context is to be supported.

Detailed Description

Glucose Service init structure.

This contains all options and data needed for initialization of the service.

Definition at line 204 of file ble_gls.h.


Field Documentation

Function to be called in case of an error.

Definition at line 207 of file ble_gls.h.

Event handler to be called for handling events in the Glucose Service.

Definition at line 206 of file ble_gls.h.

uint16_t feature

Glucose Feature value indicating supported features.

Definition at line 208 of file ble_gls.h.

Determines if optional Glucose Measurement Context is to be supported.

Definition at line 209 of file ble_gls.h.