-
- All Implemented Interfaces:
-
no.nordicsemi.android.ble.common.profile.cgm.CGMTypes,no.nordicsemi.android.ble.common.profile.glucose.GlucoseTypes
public final class CGMSpecificOpsControlPointData implements CGMTypes
-
-
Method Summary
Modifier and Type Method Description static DatastartSession(boolean secure)static DatastopSession(boolean secure)static DataresetDeviceSpecificAlert(boolean secure)static DatasetCommunicationInterval(@IntRange(from = 0, to = 65535) int interval, boolean secure)static DatasetCommunicationIntervalToFastestSupported(boolean secure)static DatadisablePeriodicCommunication(boolean secure)static DatagetCommunicationInterval(boolean secure)static DatasetCalibrationValue(@FloatRange(from = 0) float glucoseConcentrationOfCalibration, int sampleType, int sampleLocation, @IntRange(from = 0, to = 65535) int calibrationTime, @IntRange(from = 0, to = 65535) int nextCalibrationTime, boolean secure)static DatagetCalibrationValue(@IntRange(from = 0) int calibrationDataRecordNumber, boolean secure)static DatagetLastCalibrationValue(boolean secure)static DatasetPatientHighAlertLevel(@FloatRange(from = 0) float level, boolean secure)static DatagetPatientHighAlertLevel(boolean secure)static DatasetPatientLowAlertLevel(@FloatRange(from = 0) float level, boolean secure)static DatagetPatientLowAlertLevel(boolean secure)static DatasetHypoAlertLevel(@FloatRange(from = 0) float level, boolean secure)static DatagetHypoAlertLevel(boolean secure)static DatasetHyperAlertLevel(@FloatRange(from = 0) float level, boolean secure)static DatagetHyperAlertLevel(boolean secure)static DatasetRateOfDecreaseAlertLevel(@FloatRange(from = 0) float level, boolean secure)static DatagetRateOfDecreaseAlertLevel(boolean secure)static DatasetRateOfIncreaseAlertLevel(@FloatRange(from = 0) float level, boolean secure)static DatagetRateOfIncreaseAlertLevel(boolean secure)-
-
Method Detail
-
startSession
static Data startSession(boolean secure)
-
stopSession
static Data stopSession(boolean secure)
-
resetDeviceSpecificAlert
static Data resetDeviceSpecificAlert(boolean secure)
-
setCommunicationInterval
static Data setCommunicationInterval(@IntRange(from = 0, to = 65535) int interval, boolean secure)
-
setCommunicationIntervalToFastestSupported
static Data setCommunicationIntervalToFastestSupported(boolean secure)
-
disablePeriodicCommunication
static Data disablePeriodicCommunication(boolean secure)
-
getCommunicationInterval
static Data getCommunicationInterval(boolean secure)
-
setCalibrationValue
static Data setCalibrationValue(@FloatRange(from = 0) float glucoseConcentrationOfCalibration, int sampleType, int sampleLocation, @IntRange(from = 0, to = 65535) int calibrationTime, @IntRange(from = 0, to = 65535) int nextCalibrationTime, boolean secure)
-
getCalibrationValue
static Data getCalibrationValue(@IntRange(from = 0) int calibrationDataRecordNumber, boolean secure)
-
getLastCalibrationValue
static Data getLastCalibrationValue(boolean secure)
-
setPatientHighAlertLevel
static Data setPatientHighAlertLevel(@FloatRange(from = 0) float level, boolean secure)
-
getPatientHighAlertLevel
static Data getPatientHighAlertLevel(boolean secure)
-
setPatientLowAlertLevel
static Data setPatientLowAlertLevel(@FloatRange(from = 0) float level, boolean secure)
-
getPatientLowAlertLevel
static Data getPatientLowAlertLevel(boolean secure)
-
setHypoAlertLevel
static Data setHypoAlertLevel(@FloatRange(from = 0) float level, boolean secure)
-
getHypoAlertLevel
static Data getHypoAlertLevel(boolean secure)
-
setHyperAlertLevel
static Data setHyperAlertLevel(@FloatRange(from = 0) float level, boolean secure)
-
getHyperAlertLevel
static Data getHyperAlertLevel(boolean secure)
-
setRateOfDecreaseAlertLevel
static Data setRateOfDecreaseAlertLevel(@FloatRange(from = 0) float level, boolean secure)
-
getRateOfDecreaseAlertLevel
static Data getRateOfDecreaseAlertLevel(boolean secure)
-
setRateOfIncreaseAlertLevel
static Data setRateOfIncreaseAlertLevel(@FloatRange(from = 0) float level, boolean secure)
-
getRateOfIncreaseAlertLevel
static Data getRateOfIncreaseAlertLevel(boolean secure)
-
-
-
-