-
- All Implemented Interfaces:
-
android.os.Parcelable,no.nordicsemi.android.ble.callback.DataReceivedCallback,no.nordicsemi.android.ble.callback.profile.ProfileDataCallback,no.nordicsemi.android.ble.common.profile.cgm.CGMSpecificOpsControlPointCallback,no.nordicsemi.android.ble.common.profile.cgm.CGMTypes,no.nordicsemi.android.ble.common.profile.glucose.GlucoseTypes
public abstract class CGMSpecificOpsControlPointDataCallback extends ProfileReadResponse implements CGMSpecificOpsControlPointCallback
Data callback that parses value into CGM Session Start Time data. If the value received do not match required syntax onInvalidDataReceived callback will be called. If the device supports E2E CRC validation and the CRC is not valid, the onCGMSpecificOpsResponseReceivedWithCrcError will be called.
-
-
Constructor Summary
Constructors Constructor Description CGMSpecificOpsControlPointDataCallback()
-
Method Summary
Modifier and Type Method Description voidonDataReceived(@NonNull() BluetoothDevice device, @NonNull() Data data)-
Methods inherited from class no.nordicsemi.android.ble.callback.profile.ProfileReadResponse
isValid, onInvalidDataReceived, writeToParcel -
Methods inherited from class no.nordicsemi.android.ble.response.ReadResponse
describeContents, getBluetoothDevice, getRawData, onDataReceived -
Methods inherited from class no.nordicsemi.android.ble.common.profile.cgm.CGMSpecificOpsControlPointCallback
onCGMSpecificOpsOperationCompleted, onCGMSpecificOpsOperationError, onCGMSpecificOpsResponseReceivedWithCrcError, onContinuousGlucoseCalibrationValueReceived, onContinuousGlucoseCommunicationIntervalReceived, onContinuousGlucoseHyperAlertReceived, onContinuousGlucoseHypoAlertReceived, onContinuousGlucosePatientHighAlertReceived, onContinuousGlucosePatientLowAlertReceived, onContinuousGlucoseRateOfDecreaseAlertReceived, onContinuousGlucoseRateOfIncreaseAlertReceived -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onDataReceived
void onDataReceived(@NonNull() BluetoothDevice device, @NonNull() Data data)
-
-
-
-