nRF51 SDK
|
Data Fields | |
ble_gls_evt_handler_t | evt_handler |
ble_srv_error_handler_t | error_handler |
uint16_t | service_handle |
ble_gatts_char_handles_t | glm_handles |
ble_gatts_char_handles_t | glm_context_handles |
ble_gatts_char_handles_t | glf_handles |
ble_gatts_char_handles_t | racp_handles |
uint16_t | conn_handle |
uint16_t | feature |
bool | is_context_supported |
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 service_handle |
Handle of Glucose Service (as provided by the BLE stack).
ble_gatts_char_handles_t glm_handles |
Handles related to the Glucose Measurement characteristic.
ble_gatts_char_handles_t glm_context_handles |
Handles related to the Glucose Measurement Context characteristic.
ble_gatts_char_handles_t glf_handles |
Handles related to the Glucose Feature characteristic.
ble_gatts_char_handles_t racp_handles |
Handles related to the Record Access Control Point characteristic.
uint16_t conn_handle |
Handle of the current connection (as provided by the BLE stack, is BLE_CONN_HANDLE_INVALID if not in a connection).