![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
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 |
CGM Service initialization structure that contains all options and data needed for initializing the service.
| 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.