mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-22 08:54:21 +01:00
Minor fix in CGMS
This commit is contained in:
@@ -271,8 +271,7 @@ public class CGMSManager extends BatteryManager<CGMSManagerCallbacks> {
|
|||||||
mCGMSpecificOpsControlPointCharacteristic = service.getCharacteristic(CGM_OPS_CONTROL_POINT_UUID);
|
mCGMSpecificOpsControlPointCharacteristic = service.getCharacteristic(CGM_OPS_CONTROL_POINT_UUID);
|
||||||
mRecordAccessControlPointCharacteristic = service.getCharacteristic(RACP_UUID);
|
mRecordAccessControlPointCharacteristic = service.getCharacteristic(RACP_UUID);
|
||||||
}
|
}
|
||||||
return mCGMFeatureCharacteristic != null && mCGMMeasurementCharacteristic != null &&
|
return mCGMMeasurementCharacteristic != null && mCGMSpecificOpsControlPointCharacteristic != null && mRecordAccessControlPointCharacteristic != null;
|
||||||
mCGMSpecificOpsControlPointCharacteristic != null && mRecordAccessControlPointCharacteristic != null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user