nRF5 SDK v12.1.0
Data Fields
nrf_ble_cgms_init_t Struct Reference

CGM Service initialization structure that contains all options and data needed for initializing the service. More...

#include <nrf_ble_cgms.h>

Data Fields

ble_cgms_evt_handler_t evt_handler
 
ble_srv_error_handler_t error_handler
 
nrf_ble_cgms_feature_t feature
 
nrf_ble_cgm_status_t initial_sensor_status
 
uint16_t initial_run_time
 

Detailed Description

CGM Service initialization structure that contains all options and data needed for initializing the service.

Field Documentation

ble_srv_error_handler_t nrf_ble_cgms_init_t::error_handler

Function to be called when an error occurs.

ble_cgms_evt_handler_t nrf_ble_cgms_init_t::evt_handler

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

nrf_ble_cgms_feature_t nrf_ble_cgms_init_t::feature

Features supported by the service.

uint16_t nrf_ble_cgms_init_t::initial_run_time

Run time.

nrf_ble_cgm_status_t nrf_ble_cgms_init_t::initial_sensor_status

Sensor status.


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

Documentation feedback | Developer Zone | Subscribe | Updated