File tree Expand file tree Collapse file tree
ShimmerDriver/src/main/java/com/shimmerresearch/driver Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ public abstract class ShimmerDevice extends BasicProcessWithCallBack implements
142142 private boolean mConfigurationReadSuccess = false ;
143143 public boolean mReadDaughterIDSuccess = false ;
144144 public boolean writeRealWorldClockFromPcTimeSuccess = false ;
145+ public boolean mReadBtVerSuccess = false ;
146+ public boolean mReadBtModeSuccess = false ;
145147
146148 protected boolean mIsConnected = false ;
147149 protected boolean mIsSensing = false ;
@@ -1691,7 +1693,9 @@ public void setFirstDockRead() {
16911693 mReadHwFwSuccess = false ;
16921694 mReadDaughterIDSuccess = false ;
16931695 writeRealWorldClockFromPcTimeSuccess = false ;
1694- }
1696+ mReadBtVerSuccess = false ;
1697+ mReadBtModeSuccess = false ;
1698+ }
16951699
16961700 // ----------------- Overrides from ShimmerDevice end -------------
16971701
You can’t perform that action at this time.
0 commit comments