nRF5 SDK v17.1.0
Data Fields
ble_gls_init_t Struct Reference

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

#include <ble_gls.h>

Data Fields

ble_gls_evt_handler_t evt_handler
 
ble_srv_error_handler_t error_handler
 
uint16_t feature
 
bool is_context_supported
 
security_req_t gl_meas_cccd_wr_sec
 
security_req_t gl_feature_rd_sec
 
security_req_t racp_cccd_wr_sec
 
security_req_t racp_wr_sec
 
nrf_ble_gq_tp_gatt_queue
 

Detailed Description

Glucose Service init structure. This contains all options and data needed for initialization of the service.

Field Documentation

ble_srv_error_handler_t ble_gls_init_t::error_handler

Function to be called in case of an error.

ble_gls_evt_handler_t ble_gls_init_t::evt_handler

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

uint16_t ble_gls_init_t::feature

Glucose Feature value indicating supported features.

security_req_t ble_gls_init_t::gl_feature_rd_sec

Security requirement for reading glucose feature characteristic.

security_req_t ble_gls_init_t::gl_meas_cccd_wr_sec

Security requirement for writing glucose measurement characteristic CCCD.

bool ble_gls_init_t::is_context_supported

Determines if optional Glucose Measurement Context is to be supported.

nrf_ble_gq_t* ble_gls_init_t::p_gatt_queue

Pointer to BLE GATT Queue instance.

security_req_t ble_gls_init_t::racp_cccd_wr_sec

Security requirement for writing RACP Characteristic CCCD.

security_req_t ble_gls_init_t::racp_wr_sec

Security requirement for writing RACP Characteristic. (Service specification mandates authentication)


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

Documentation feedback | Developer Zone | Subscribe | Updated