Skip to content

Instantly share code, notes, and snippets.

@anwarhamr
Last active September 23, 2020 06:14
Show Gist options
  • Save anwarhamr/207f3ba5111f9c00bc7e26e8fc716c7b to your computer and use it in GitHub Desktop.
Save anwarhamr/207f3ba5111f9c00bc7e26e8fc716c7b to your computer and use it in GitHub Desktop.
connecting and scanning runs out of clientIf (GATT clients) and no longer connects
This logcat log is from and Android 6 OS. Using [email protected]
I don't have an option to upgrade the OS since this
is really the only option out there for an FDA approved medical tablet...
I see the clientIf values just continue to climb and finally run out w/
the appearance of `bt_btif : Register with GATT stack failed.`
I expect to connect to 4 devices when all 4 are connected I don't try to scan again;
does not happen in this log. Until I'm connected to 4 devices I scan every 10 seconds.
In this log I only see 4 device disconnections and the log shows that the GATT is
calling close(). Something has to be up w/ scanning...
08-24 19:36:44.179 8295 8295 I art : Late-enabling JIT
08-24 19:36:44.182 2998 4477 I ActivityManager: Start proc 8295:com.epitel.remi_tablet/u0a74 for activity com.epitel.remi_tablet/com.zoontek.rnbootsplash.RNBootSplashActivity
08-24 19:36:44.190 8295 8295 I art : JIT created with code_cache_capacity=2MB compile_threshold=400
08-24 19:36:44.292 8295 8295 D SoLoader: init start
08-24 19:36:44.293 8295 8295 D SoLoader: adding system library source: /vendor/lib
08-24 19:36:44.294 8295 8295 D SoLoader: adding system library source: /system/lib
08-24 19:36:44.295 8295 8295 D SoLoader: adding application source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.epitel.remi_tablet-1/lib/x86_64 flags = 0]
08-24 19:36:44.299 8295 8295 D SoLoader: adding backup source from : com.facebook.soloader.ApkSoSource[root = /data/data/com.epitel.remi_tablet/lib-main flags = 1]
08-24 19:36:44.299 8295 8295 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/lib flags = 2]
08-24 19:36:44.299 8295 8295 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/vendor/lib flags = 2]
08-24 19:36:44.299 8295 8295 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.epitel.remi_tablet-1/lib/x86_64 flags = 0]
08-24 19:36:44.299 8295 8295 D SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/com.epitel.remi_tablet/lib-main flags = 1]
08-24 19:36:44.301 8295 8295 V fb-UnpackingSoSource: locked dso store /data/user/0/com.epitel.remi_tablet/lib-main
08-24 19:36:44.303 8295 8295 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/com.epitel.remi_tablet/lib-main
08-24 19:36:44.303 8295 8295 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.epitel.remi_tablet/lib-main
08-24 19:36:44.304 8295 8295 D SoLoader: init finish: 4 SO sources prepared
08-24 19:36:44.304 8295 8295 D SoLoader: init exiting
08-24 19:36:44.370 8295 8295 W art : Before Android 4.1, method android.graphics.PorterDuffColorFilter androidx.vectordrawable.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
08-24 19:36:44.614 8295 8295 D SoLoader: About to load: libjscexecutor.so
08-24 19:36:44.615 8295 8295 D SoLoader: libjscexecutor.so not found on /data/data/com.epitel.remi_tablet/lib-main
08-24 19:36:44.615 8295 8295 D SoLoader: libjscexecutor.so found on /data/app/com.epitel.remi_tablet-1/lib/x86_64
08-24 19:36:44.615 8295 8295 D SoLoader: Not resolving dependencies for libjscexecutor.so
08-24 19:36:44.635 8295 8295 W art : Method processed more than once: java.lang.String java.math.Conversion.bigInteger2String(java.math.BigInteger, int)
08-24 19:36:44.635 8295 8295 E SoLoader: Error when loading lib: dlopen failed: library "libjsc.so" not found lib hash: fc523bd4d15b1d16bcd1296f311da613 search path is /data/app/com.epitel.remi_tablet-1/lib/x86_64
08-24 19:36:44.635 8295 8295 E SoLoader: couldn't find DSO to load: libjscexecutor.so caused by: dlopen failed: library "libjsc.so" not found
08-24 19:36:44.636 8295 8295 D ReactNative: ReactInstanceManager.ctor()
08-24 19:36:44.637 8295 8295 D SoLoader: init exiting
08-24 19:36:44.647 8295 8295 D ReactNative: ReactInstanceManager.createReactContextInBackground()
08-24 19:36:44.647 8295 8295 D ReactNative: ReactInstanceManager.recreateReactContextInBackgroundInner()
08-24 19:36:44.647 8295 8295 D ReactNative: ReactInstanceManager.recreateReactContextInBackgroundFromBundleLoader()
08-24 19:36:44.648 8295 8295 D ReactNative: ReactInstanceManager.recreateReactContextInBackground()
08-24 19:36:44.648 8295 8295 D ReactNative: ReactInstanceManager.runCreateReactContextOnNewThread()
08-24 19:36:44.650 8295 8311 D SoLoader: About to load: libhermes.so
08-24 19:36:44.650 8295 8311 D SoLoader: libhermes.so not found on /data/data/com.epitel.remi_tablet/lib-main
08-24 19:36:44.651 8295 8311 D SoLoader: libhermes.so found on /data/app/com.epitel.remi_tablet-1/lib/x86_64
08-24 19:36:44.651 8295 8311 D SoLoader: Not resolving dependencies for libhermes.so
08-24 19:36:44.658 8295 8311 D SoLoader: Loaded: libhermes.so
08-24 19:36:44.658 8295 8311 D SoLoader: About to load: libhermes-executor-release.so
08-24 19:36:44.658 8295 8311 D SoLoader: libhermes-executor-release.so not found on /data/data/com.epitel.remi_tablet/lib-main
08-24 19:36:44.659 8295 8311 D SoLoader: libhermes-executor-release.so found on /data/app/com.epitel.remi_tablet-1/lib/x86_64
08-24 19:36:44.659 8295 8311 D SoLoader: Not resolving dependencies for libhermes-executor-release.so
08-24 19:36:44.671 8295 8311 D SoLoader: Loaded: libhermes-executor-release.so
08-24 19:36:44.671 8295 8311 D SoLoader: About to load: libfb.so
08-24 19:36:44.672 8295 8311 D SoLoader: libfb.so not found on /data/data/com.epitel.remi_tablet/lib-main
08-24 19:36:44.672 8295 8311 D SoLoader: libfb.so found on /data/app/com.epitel.remi_tablet-1/lib/x86_64
08-24 19:36:44.672 8295 8311 D SoLoader: Not resolving dependencies for libfb.so
08-24 19:36:44.673 8295 8311 D SoLoader: About to load: libfb.so
08-24 19:36:44.673 8295 8311 D SoLoader: libfb.so not found on /data/data/com.epitel.remi_tablet/lib-main
08-24 19:36:44.674 8295 8311 D SoLoader: libfb.so found on /data/app/com.epitel.remi_tablet-1/lib/x86_64
08-24 19:36:44.674 8295 8311 D SoLoader: Not resolving dependencies for libfb.so
08-24 19:36:44.674 8295 8311 I art : Thread[12,tid=8311,Native,Thread*=0x7fee7a6d8400,peer=0x12c9bbe0,"create_react_context"] recursive attempt to load library "/data/app/com.epitel.remi_tablet-1/lib/x86_64/libfb.so"
08-24 19:36:44.674 8295 8311 D SoLoader: Loaded: libfb.so
08-24 19:36:44.674 8295 8311 D SoLoader: Loaded: libfb.so
08-24 19:36:44.676 8295 8311 D ReactNative: ReactInstanceManager.createReactContext()
08-24 19:36:44.701 8295 8313 D OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
08-24 19:36:44.709 8295 8295 I ufoGralloc: Hello, this is UFO GRALLOC/Intel Corporation
08-24 19:36:44.709 8295 8295 I ufoGralloc: ro.camera.rec.pixel_format = 0x10f (271)
08-24 19:36:44.709 8295 8295 I ufoGralloc: ro.ycbcr.pixel_format = 0x10f (271)
08-24 19:36:44.750 8295 8311 D ReactNativeBleManager: BleManager created
08-24 19:36:44.774 8295 8311 D InstallReferrerState: FEATURE_NOT_SUPPORTED
08-24 19:36:44.792 8295 8311 W art : Before Android 4.1, method void com.horcrux.svg.VirtualView.setPointerEvents(com.facebook.react.uimanager.PointerEvents) would have incorrectly overridden the package-private method in com.facebook.react.views.view.ReactViewGroup
08-24 19:36:44.823 8295 8311 D SoLoader: About to load: libreactnativejni.so
08-24 19:36:44.824 8295 8311 D SoLoader: libreactnativejni.so not found on /data/data/com.epitel.remi_tablet/lib-main
08-24 19:36:44.824 8295 8311 D SoLoader: libreactnativejni.so found on /data/app/com.epitel.remi_tablet-1/lib/x86_64
08-24 19:36:44.824 8295 8311 D SoLoader: Not resolving dependencies for libreactnativejni.so
08-24 19:36:44.825 8295 8311 D SoLoader: Loaded: libreactnativejni.so
08-24 19:36:44.825 8295 8311 D ReactNative: Initializing React Xplat Bridge.
08-24 19:36:44.830 8295 8311 D ReactNative: Initializing React Xplat Bridge before initializeBridge
08-24 19:36:44.839 8295 8313 I OpenGLRenderer: Initialized EGL, version 1.4
08-24 19:36:44.839 8295 8313 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
08-24 19:36:44.839 8295 8313 D ufoEGL : droid_create_context : config id = 11 conf->NativeVisualID=1
08-24 19:36:44.839 8295 8313 I ufoEGL : Requested context : GLES 2.0
08-24 19:36:44.839 8295 8313 D ufoEGL : Pixel Format : GGL_PIXEL_FORMAT_RGBA_8888
08-24 19:36:44.840 8295 8311 D ReactNative: Initializing React Xplat Bridge after initializeBridge
08-24 19:36:44.841 8295 8311 D ReactNative: CatalystInstanceImpl.runJSBundle()
08-24 19:36:44.849 8295 8313 I : GL_VERSION: OpenGL ES 3.1 - Build 4.61.54181-R
08-24 19:36:44.849 8295 8313 I : GL_SHADING_LANGUAGE_VERSION: OpenGL ES GLSL ES 3.10 - Build 4.61.54181-R
08-24 19:36:44.849 8295 8313 D ufoEGL : Pixel Format : GGL_PIXEL_FORMAT_RGBA_8888
08-24 19:36:44.856 8295 8313 D ufo : Detected device 22B0:52 family 17:11
08-24 19:36:44.857 8295 8313 D ufoEGL : Pixel Format : GGL_PIXEL_FORMAT_RGBA_8888
08-24 19:36:44.874 8295 8316 D ReactNative: ReactInstanceManager.setupReactContext()
08-24 19:36:44.874 8295 8316 D ReactNative: CatalystInstanceImpl.initialize()
08-24 19:36:44.874 8295 8316 D ReactNative: ReactInstanceManager.attachRootViewToInstance()
08-24 19:36:44.957 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTGroupViewManager
08-24 19:36:44.960 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTGroupShadowNode
08-24 19:36:44.970 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTShapeViewManager
08-24 19:36:44.970 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTShapeShadowNode
08-24 19:36:44.975 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTTextViewManager
08-24 19:36:44.975 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTTextShadowNode
08-24 19:36:44.978 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.checkbox.ReactCheckBoxManager
08-24 19:36:44.993 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.uimanager.LayoutShadowNode
08-24 19:36:45.016 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.picker.ReactDialogPickerManager
08-24 19:36:45.020 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.drawer.ReactDrawerLayoutManager
08-24 19:36:45.026 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.picker.ReactDropdownPickerManager
08-24 19:36:45.029 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
08-24 19:36:45.039 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollContainerViewManager
08-24 19:36:45.040 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ReactProgressBarViewManager
08-24 19:36:45.043 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ProgressBarShadowNode
08-24 19:36:45.045 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactScrollViewManager
08-24 19:36:45.052 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager
08-24 19:36:45.055 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager$ReactSliderShadowNode
08-24 19:36:45.056 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager
08-24 19:36:45.059 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager$ReactSwitchShadowNode
08-24 19:36:45.060 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
08-24 19:36:45.063 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTSurfaceViewManager
08-24 19:36:45.064 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTSurfaceViewShadowNode
08-24 19:36:45.066 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager
08-24 19:36:45.066 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode
08-24 19:36:45.069 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.image.ReactImageManager
08-24 19:36:45.073 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ReactModalHostManager
08-24 19:36:45.075 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ModalHostShadowNode
08-24 19:36:45.076 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactRawTextManager
08-24 19:36:45.078 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactRawTextShadowNode
08-24 19:36:45.080 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputManager
08-24 19:36:45.092 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputShadowNode
08-24 19:36:45.100 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextViewManager
08-24 19:36:45.104 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextShadowNode
08-24 19:36:45.105 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.view.ReactViewManager
08-24 19:36:45.111 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.viewpager.ReactViewPagerManager
08-24 19:36:45.113 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextViewManager
08-24 19:36:45.114 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextShadowNode
08-24 19:36:45.115 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class org.reactnative.maskedview.RNCMaskedViewManager
08-24 19:36:45.116 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.picker.ReactDialogPickerManager
08-24 19:36:45.118 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.picker.ReactDropdownPickerManager
08-24 19:36:45.118 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.lwansbrough.RCTCamera.RCTCameraViewManager
08-24 19:36:45.122 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class org.reactnative.camera.CameraViewManager
08-24 19:36:45.128 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.henninghall.date_picker.DatePickerManager
08-24 19:36:45.130 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerRootViewManager
08-24 19:36:45.133 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerButtonViewManager
08-24 19:36:45.134 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaViewManager
08-24 19:36:45.135 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenContainerViewManager
08-24 19:36:45.136 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenViewManager
08-24 19:36:45.138 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackViewManager
08-24 19:36:45.138 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderConfigViewManager
08-24 19:36:45.141 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderSubviewManager
08-24 19:36:45.142 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$GroupViewManager
08-24 19:36:45.150 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RenderableShadowNode
08-24 19:36:45.153 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$PathViewManager
08-24 19:36:45.154 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$CircleViewManager
08-24 19:36:45.155 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$EllipseViewManager
08-24 19:36:45.157 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$LineViewManager
08-24 19:36:45.158 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RectViewManager
08-24 19:36:45.160 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TextViewManager
08-24 19:36:45.163 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TSpanViewManager
08-24 19:36:45.164 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TextPathViewManager
08-24 19:36:45.166 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ImageViewManager
08-24 19:36:45.168 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ClipPathViewManager
08-24 19:36:45.169 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$DefsViewManager
08-24 19:36:45.170 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$UseViewManager
08-24 19:36:45.172 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$SymbolManager
08-24 19:36:45.174 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$LinearGradientManager
08-24 19:36:45.176 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RadialGradientManager
08-24 19:36:45.178 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$PatternManager
08-24 19:36:45.182 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$MaskManager
08-24 19:36:45.184 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ForeignObjectManager
08-24 19:36:45.185 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$MarkerManager
08-24 19:36:45.188 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.SvgViewManager
08-24 19:36:45.191 8295 8316 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class org.unimodules.adapters.react.views.SimpleViewManagerAdapter
08-24 19:36:45.219 8295 8316 D SoLoader: About to load: libyoga.so
08-24 19:36:45.220 8295 8316 D SoLoader: libyoga.so not found on /data/data/com.epitel.remi_tablet/lib-main
08-24 19:36:45.220 8295 8316 D SoLoader: libyoga.so found on /data/app/com.epitel.remi_tablet-1/lib/x86_64
08-24 19:36:45.220 8295 8316 D SoLoader: Not resolving dependencies for libyoga.so
08-24 19:36:45.221 8295 8316 D SoLoader: Loaded: libyoga.so
08-24 19:36:45.289 8295 8316 D SoLoader: init exiting
08-24 19:36:45.489 8295 8315 D SoLoader: About to load: libreactnativeblob.so
08-24 19:36:45.490 8295 8315 D SoLoader: libreactnativeblob.so not found on /data/data/com.epitel.remi_tablet/lib-main
08-24 19:36:45.490 8295 8315 D SoLoader: libreactnativeblob.so found on /data/app/com.epitel.remi_tablet-1/lib/x86_64
08-24 19:36:45.490 8295 8315 D SoLoader: Not resolving dependencies for libreactnativeblob.so
08-24 19:36:45.491 8295 8315 D SoLoader: Loaded: libreactnativeblob.so
08-24 19:36:45.511 8295 8315 I ReactNativeJS: bleCommunicator ctor done.
08-24 19:36:45.512 8295 8315 I ReactNativeJS: 'thisDevice', { deviceUID: 'fa76026fd36a829',
08-24 19:36:45.512 8295 8315 I ReactNativeJS: deviceId: 'cht_rvp',
08-24 19:36:45.512 8295 8315 I ReactNativeJS: model: 'cht_rvp',
08-24 19:36:45.512 8295 8315 I ReactNativeJS: appVersion: '1.3.1.23',
08-24 19:36:45.512 8295 8315 I ReactNativeJS: appName: 'REMI' }
08-24 19:36:45.512 8295 8316 D ReactNativeBleManager: checkState
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'all session actions', [ 'sessionSliceReducer/resetSession',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/setSessionType',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/startSessionComplete',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/toggleCustomPlacement',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/addPatient',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/stickersPlaced',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/addDevice',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/startPlacement',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/resetPlacements',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/setDevicePlacement',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/replaceDevice',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/changePlacement',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/requestECQ',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/removeFromPatient',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/setDeviceIndication',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/startRecording',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/startRecordingComplete',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/endRecording',
08-24 19:36:45.514 8295 8315 I ReactNativeJS: 'sessionSliceReducer/endSession' ]
08-24 19:36:45.516 8295 8316 D ReactNativeBleManager: state:on
08-24 19:36:45.518 8295 8315 I ReactNativeJS: store setup done
08-24 19:36:45.710 8295 8315 I ReactNativeJS: starting - kicking off promise to remove all
08-24 19:36:45.710 8295 8315 I ReactNativeJS: removeAllData 1
08-24 19:36:45.723 8295 8315 I ReactNativeJS: Running "REMI" with {"rootTag":1}
08-24 19:36:45.729 8295 8315 D ReactNativeJS: 'BleManagerDidUpdateState ', { state: 'on' }
08-24 19:36:45.783 8295 8315 W ReactNativeJS: 'epitel_aura_redux_store', 33162, '32MB'
08-24 19:36:45.793 8295 8315 I ReactNativeJS: 'starting -removeAll done', undefined
08-24 19:36:45.818 8295 8315 I ReactNativeJS: LOAD: {}
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 'starting loaded', { bleCommunicator:
08-24 19:36:45.845 8295 8315 I ReactNativeJS: { connectingTo: false,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: scanStatus: 'BLE_SCAN_STOPPED',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: scanForGattServices: [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ],
08-24 19:36:45.845 8295 8315 I ReactNativeJS: connectedDevices:
08-24 19:36:45.845 8295 8315 I ReactNativeJS: [ '80:EA:CA:70:01:07',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: '80:EA:CA:70:01:16',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: '80:EA:CA:70:01:0A',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: '80:EA:CA:70:01:05' ],
08-24 19:36:45.845 8295 8315 I ReactNativeJS: discoveredPeripherals:
08-24 19:36:45.845 8295 8315 I ReactNativeJS: [ 'EpilogE34 80:EA:CA:70:01:07 rssi=-95',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 'Epilog69F 80:EA:CA:70:01:16 rssi=-96',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 'Epilog39C 80:EA:CA:70:01:0A rssi=-83' ],
08-24 19:36:45.845 8295 8315 I ReactNativeJS: allFwVersions: {},
08-24 19:36:45.845 8295 8315 I ReactNativeJS: bleActive: true,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: started: true,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: disconnectionEvents: 1,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: utcLastScanComplete: 1598245831359,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: utcLastScanStarted: 1598245826303,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: '80:EA:CA:70:01:07':
08-24 19:36:45.845 8295 8315 I ReactNativeJS: { advertising:
08-24 19:36:45.845 8295 8315 I ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: serviceData: {},
08-24 19:36:45.845 8295 8315 I ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:36:45.845 8295 8315 I ReactNativeJS: localName: 'EpilogE34',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: isConnectable: true,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: manufacturerData:
08-24 19:36:45.845 8295 8315 I ReactNativeJS: { bytes:
08-24 19:36:45.845 8295 8315 I ReactNativeJS: [ 2,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 1,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 6,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 3,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 3,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 10,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 24,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 17,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 7,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 109,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 217,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 52,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 121,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 65,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 35,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 173,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 179,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 164,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 70,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 229,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 129,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 213,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 231,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 187,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 72,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 5,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 255,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 205,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 171,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 4,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 6,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 10,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 9,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 69,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 112,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 105,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 108,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 111,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 103,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 69,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 51,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 52,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 19,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 255,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 205,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 171,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 227,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 76,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 51,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 104,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 20,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 228,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 212,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 21,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 2,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 2,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 2,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 51,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 240,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 225,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 65,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: 255 ],
08-24 19:36:45.845 8295 8315 I ReactNativeJS: data: 'AgEGAwMKGBEHbdk0eUEjrbOkRuWB1ee7SAX/zasEBgoJRXBpbG9nRTM0E//Nq+NMM2gU5NQVAgICM/DhQf8=',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: CDVType: 'ArrayBuffer' } },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: rssi: -95,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: id: '80:EA:CA:70:01:07',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: name: 'EpilogE34',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: connectionEvents: [ { utcFound: 1598245777607 }, { utcConnected: 1598245779021 } ],
08-24 19:36:45.845 8295 8315 I ReactNativeJS: utcLastSeen: 1598245777607,
08-24 19:36:45.845 8295 8315 I ReactNativeJS: characteristics:
08-24 19:36:45.845 8295 8315 I ReactNativeJS: [ { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2902' } ],
08-24 19:36:45.845 8295 8315 I ReactNativeJS: properties: { Indicate: 'Indicate', Read: 'Read' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: characteristic: '2a05',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: service: '1801' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: { properties: { Indicate: 'Indicate', Read: 'Read' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: characteristic: '2a05',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: service: '1801' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: characteristic: '2a29',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: service: '180a' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: characteristic: '2a24',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: service: '180a' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: characteristic: '2a25',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: service: '180a' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: characteristic: '2a27',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: service: '180a' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: characteristic: '2a26',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: service: '180a' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: characteristic: '2a29',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: service: '180a' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: characteristic: '2a24',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: service: '180a' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: characteristic: '2a25',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: service: '180a' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: characteristic: '2a27',
08-24 19:36:45.845 8295 8315 I ReactNativeJS: service: '180a' },
08-24 19:36:45.845 8295 8315 I ReactNativeJS: {
08-24 19:36:45.846 8295 8315 I ReactNativeJS: starting wired up calling ble start.
08-24 19:36:45.846 8295 8315 W ReactNativeJS: Starting BLE andriod checking permissions for platform 23
08-24 19:36:45.976 8295 8315 W ReactNativeJS: Starting BLE Permission is OK
08-24 19:36:45.977 8295 8315 W ReactNativeJS: Starting BLE android Starting...
08-24 19:36:46.133 8295 8316 D ReactNativeBleManager: start
08-24 19:36:46.136 8295 8316 D ReactNativeBleManager: BleManager initialized
08-24 19:36:46.137 8295 8315 W ReactNativeJS: Starting BLE is enabled
08-24 19:36:46.137 8295 8315 W ReactNativeJS: Starting BLE started
08-24 19:36:46.151 8295 8315 I ReactNativeJS: starting setup.start done
08-24 19:36:46.152 8295 8316 D ReactNativeBleManager: checkState
08-24 19:36:46.153 8295 8316 D ReactNativeBleManager: state:on
08-24 19:36:46.176 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'BLE_SCAN_REQ',
08-24 19:36:46.176 8295 8315 D ReactNativeJS: location: 'GATT service added',
08-24 19:36:46.176 8295 8315 D ReactNativeJS: utc: 1598297806165 }
08-24 19:36:46.177 8295 8315 I ReactNativeJS: starting - setup done
08-24 19:36:46.178 8295 8316 D ReactNativeBleManager: Get connected peripherals
08-24 19:36:46.178 8295 8316 D BluetoothManager: getConnectedDevices
08-24 19:36:46.192 8295 8315 I ReactNativeJS: starting done done
08-24 19:36:46.204 8295 8315 D ReactNativeJS: 'BleManagerDidUpdateState ', { state: 'on' }
08-24 19:36:46.218 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'BLE_STATE_UPDATED',
08-24 19:36:46.218 8295 8315 D ReactNativeJS: value: 'on',
08-24 19:36:46.218 8295 8315 D ReactNativeJS: message: 'on',
08-24 19:36:46.218 8295 8315 D ReactNativeJS: utc: 1598297806205 }
08-24 19:36:46.219 8295 8315 D ReactNativeJS: 'sendActions not sending because we are not joined', 10
08-24 19:36:46.240 8295 8325 I WebViewFactory: Loading com.android.webview version 44.0.2403.119 (code 246011960)
08-24 19:36:46.240 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:36:46.244 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:36:46.246 8295 8316 D ReactNativeBleManager: scan
08-24 19:36:46.252 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:36:46.255 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:36:46.262 11275 12162 D BtGatt.GattService: registerClient() - UUID=77cf0397-cc25-46e9-90a5-a601aa47cbac
08-24 19:36:46.263 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=77cf0397-cc25-46e9-90a5-a601aa47cbac, clientIf=5
08-24 19:36:46.263 8295 8309 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=5
08-24 19:36:46.264 11275 11289 D BtGatt.GattService: start scan with filters
08-24 19:36:46.266 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:36:46.272 8295 8295 I ReactNative: [GESTURE HANDLER] Initialize gesture handler for root view com.swmansion.gesturehandler.react.RNGestureHandlerEnabledRootView{530fc4 V.E...... ......ID 0,0-1920,1158 #1}
08-24 19:36:46.279 2998 3432 I WAKELOCK_ACQUIRE: TIMESTAMP=253610071131287, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.282 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=5, status=0, action=1
08-24 19:36:46.282 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 5 status - 0
08-24 19:36:46.283 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:36:46.288 2998 7026 I WAKELOCK_RELEASE: TIMESTAMP=253610080204637, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.292 2998 10650 I WAKELOCK_ACQUIRE: TIMESTAMP=253610084893405, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.293 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=5, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:36:46.294 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 5 status - 0
08-24 19:36:46.294 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:36:46.299 2998 4974 I WAKELOCK_RELEASE: TIMESTAMP=253610091568526, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.304 2998 4477 I WAKELOCK_ACQUIRE: TIMESTAMP=253610096701008, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.305 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=5, status=0, action=0, availableSpace=15
08-24 19:36:46.306 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 5 status - 0
08-24 19:36:46.306 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:36:46.306 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:36:46.306 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:36:46.312 2998 3013 I WAKELOCK_RELEASE: TIMESTAMP=253610104370762, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.317 2998 12876 I WAKELOCK_ACQUIRE: TIMESTAMP=253610108998902, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.320 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:36:46.323 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253610115032790, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.323 8295 8325 W System : ClassLoader referenced unknown path: /system/app/webview/lib/x86_64
08-24 19:36:46.326 8295 8329 D SoLoader: About to load: libimagepipeline.so
08-24 19:36:46.326 8295 8329 D SoLoader: libimagepipeline.so not found on /data/data/com.epitel.remi_tablet/lib-main
08-24 19:36:46.327 8295 8329 D SoLoader: libimagepipeline.so found on /data/app/com.epitel.remi_tablet-1/lib/x86_64
08-24 19:36:46.327 8295 8329 D SoLoader: Not resolving dependencies for libimagepipeline.so
08-24 19:36:46.328 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253610119918664, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.333 2998 3699 I WAKELOCK_RELEASE: TIMESTAMP=253610125371582, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.337 2998 3162 I WAKELOCK_ACQUIRE: TIMESTAMP=253610129192621, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.342 2998 7026 I WAKELOCK_RELEASE: TIMESTAMP=253610134476908, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.346 2998 10650 I WAKELOCK_ACQUIRE: TIMESTAMP=253610138514967, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.350 2998 3685 I WAKELOCK_RELEASE: TIMESTAMP=253610142853648, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.354 2998 4475 I WAKELOCK_ACQUIRE: TIMESTAMP=253610146642411, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.359 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253610151214449, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.363 2998 7026 I WAKELOCK_ACQUIRE: TIMESTAMP=253610155633483, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:46.367 8295 8325 I LibraryLoader: Time to load native libraries: 16 ms (timestamps 7698-7714)
08-24 19:36:46.367 8295 8329 D SoLoader: Loaded: libimagepipeline.so
08-24 19:36:46.367 8295 8325 I LibraryLoader: Expected native library version number "",actual native library version number ""
08-24 19:36:46.387 8295 8325 W art : Attempt to remove non-JNI local reference, dumping thread
08-24 19:36:46.404 8295 8325 W art : Method processed more than once: java.lang.String okio.ByteString.hex()
08-24 19:36:46.414 8295 8325 W art : Method processed more than once: java.lang.String okio.Buffer.readString(long, java.nio.charset.Charset)
08-24 19:36:46.417 11275 11295 D bt_btif_gattc: btif_gattc_update_properties BLE device name=Epilog69F len=9 dev_type=2
08-24 19:36:46.441 8295 8317 W art : Method processed more than once: android.bluetooth.le.ScanRecord android.bluetooth.le.ScanRecord.parseFromBytes(byte[])
08-24 19:36:46.546 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: Epilog69F
08-24 19:36:46.656 8295 8315 I ReactNativeJS: 'BLE Connect reqeusted', '80:EA:CA:70:01:16'
08-24 19:36:46.658 8295 8316 D ReactNativeBleManager: Get connected peripherals
08-24 19:36:46.659 8295 8316 D BluetoothManager: getConnectedDevices
08-24 19:36:46.671 8295 8315 W ReactNativeJS: 'BLE Connected peripherals: ', [], -1
08-24 19:36:46.673 8295 8316 D ReactNativeBleManager: Connect to: 80:EA:CA:70:01:16
08-24 19:36:46.673 8295 8316 D ReactNativeBleManager: Is Or Greater than M $mBluetoothDevice
08-24 19:36:46.678 8295 8316 D BluetoothGatt: connect() - device: 80:EA:CA:70:01:16, auto: false
08-24 19:36:46.678 8295 8316 D BluetoothGatt: registerApp()
08-24 19:36:46.678 8295 8316 D BluetoothGatt: registerApp() - UUID=ce1ad0ea-b845-440d-82df-d33037ab2fd4
08-24 19:36:46.679 11275 8281 D BtGatt.GattService: registerClient() - UUID=ce1ad0ea-b845-440d-82df-d33037ab2fd4
08-24 19:36:46.680 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=ce1ad0ea-b845-440d-82df-d33037ab2fd4, clientIf=6
08-24 19:36:46.680 8295 8308 D BluetoothGatt: onClientRegistered() - status=0 clientIf=6
08-24 19:36:46.681 11275 20531 D BtGatt.GattService: clientConnect() - address=80:EA:CA:70:01:16, isDirect=true
08-24 19:36:46.681 11275 11295 D bt_btif_config: btif_get_address_type: Device [80:ea:ca:70:01:16] address type 0
08-24 19:36:46.682 11275 11295 D bt_btif_config: btif_get_device_type: Device [80:ea:ca:70:01:16] type 2
08-24 19:36:47.038 8295 8325 W art : Method processed more than once: java.lang.String okhttp3.internal.platform.AndroidPlatform.getSelectedProtocol(javax.net.ssl.SSLSocket)
08-24 19:36:47.129 11275 11295 D bt_btif_gattc: btif_gattc_update_properties BLE device name=Epilog39C len=9 dev_type=2
08-24 19:36:47.511 8295 8345 W art : Method processed more than once: java.lang.String okio.ByteString.utf8()
08-24 19:36:47.533 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: Epilog39C
08-24 19:36:47.548 8295 8315 D ReactNativeJS: name: 'Epilog39C' }
08-24 19:36:47.559 8295 8325 W art : Method processed more than once: java.lang.String com.facebook.react.modules.network.ProgressiveStringDecoder.decodeNext(byte[], int)
08-24 19:36:47.591 8295 8315 I ReactNativeJS: 'socket connection open', undefined
08-24 19:36:47.591 8295 8315 I ReactNativeJS: socket joined
08-24 19:36:48.486 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: Epilog39C
08-24 19:36:48.499 8295 8315 D ReactNativeJS: id: '80:EA:CA:70:01:0A',
08-24 19:36:48.499 8295 8315 D ReactNativeJS: name: 'Epilog39C' }
08-24 19:36:48.583 11275 11304 W bt_smp : smp_br_connect_callback is called on unexpected transport 2
08-24 19:36:48.583 11275 11304 W bt_btif : bta_dm_acl_change info: 0x0
08-24 19:36:48.584 11275 11295 D bt_btif_dm: remote version info [80:ea:ca:70:01:16]: 0, 0, 0
08-24 19:36:48.584 11275 11295 E BluetoothRemoteDevices: state12newState0
08-24 19:36:48.585 11275 11295 D BtGatt.GattService: onConnected() - clientIf=6, connId=6, address=80:EA:CA:70:01:16
08-24 19:36:48.586 8295 8308 D BluetoothGatt: onClientConnectionState() - status=0 clientIf=6 device=80:EA:CA:70:01:16
08-24 19:36:48.586 8295 8308 D ReactNativeBleManager: onConnectionStateChange to 2 on peripheral: 80:EA:CA:70:01:16 with status 0
08-24 19:36:48.587 8295 8308 D ReactNativeBleManager: Peripheral event (BleManagerConnectPeripheral):80:EA:CA:70:01:16
08-24 19:36:48.587 8295 8308 D ReactNativeBleManager: Connected to: 80:EA:CA:70:01:16
08-24 19:36:48.588 8295 8315 W ReactNativeJS: 'BLE Connected to', '80:EA:CA:70:01:16'
08-24 19:36:48.589 8295 8316 D ReactNativeBleManager: Retrieve services from: 80:EA:CA:70:01:16
08-24 19:36:48.589 8295 8316 D BluetoothGatt: discoverServices() - device: 80:EA:CA:70:01:16
08-24 19:36:48.590 11275 17782 D BtGatt.GattService: discoverServices() - address=80:EA:CA:70:01:16, connId=6
08-24 19:36:48.593 11275 11295 D BtGatt.GattService: onSearchCompleted() - connId=6, status=0
08-24 19:36:48.607 8295 8317 D BluetoothGatt: onSearchComplete() = Device=80:EA:CA:70:01:16 Status=0
08-24 19:36:48.667 8295 8315 D ReactNativeJS: 'BLE Service info:', { characteristics:
08-24 19:36:48.667 8295 8315 D ReactNativeJS: [ { properties: { Read: 'Read' },
08-24 19:36:48.667 8295 8315 D ReactNativeJS: characteristic: '2a00',
08-24 19:36:48.667 8295 8315 D ReactNativeJS: service: '1800' },
...
08-24 19:36:48.667 8295 8315 D ReactNativeJS: [TOO BIG
08-24 19:36:48.667 8295 8315 I ReactNativeJS: epilogStateSaga after connect is this before ble_device_information_complete?
08-24 19:36:48.667 8295 8315 D ReactNativeJS: bleCommunicator reading char:D536853F-FCCB-4D07-8F0A-BB9986F29019::80:EA:CA:70:01:16 retryCnt:40
08-24 19:36:48.669 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:48.729 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 3
08-24 19:36:48.730 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@2d28319
08-24 19:36:48.731 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:D536853F-FCCB-4D07-8F0A-BB9986F29019::80:EA:CA:70:01:16 retryCnt:40', [ 35, 108, 2 ], [ 35, 108, 2 ]
08-24 19:36:48.732 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 2 ]
08-24 19:36:48.732 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 2 ]
08-24 19:36:48.732 8295 8315 W ReactNativeJS: 'epilog last message', { peripheral: '80:EA:CA:70:01:16',
08-24 19:36:48.732 8295 8315 W ReactNativeJS: utc: 1598297808732,
08-24 19:36:48.732 8295 8315 W ReactNativeJS: type: 'E_FLASH_INDICATION_REQ_CMPLT' }
08-24 19:36:48.733 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:36:48.734 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:36:48.734 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:36:48.734 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: d536853f-fccb-4d07-8f0a-bb9986f29019 enable: true
08-24 19:36:48.735 11275 8276 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:36:48.735 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=d536853f-fccb-4d07-8f0a-bb9986f29019
08-24 19:36:48.735 8295 8316 D ReactNativeBleManager: Characteristic d536853f-fccb-4d07-8f0a-bb9986f29019 set INDICATE
08-24 19:36:48.738 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:36:48.746 8295 8295 D BluetoothGatt: discoverServices() - device: 80:EA:CA:70:01:16
08-24 19:36:48.747 11275 8282 D BtGatt.GattService: discoverServices() - address=80:EA:CA:70:01:16, connId=6
08-24 19:36:48.748 11275 11295 D BtGatt.GattService: onSearchCompleted() - connId=6, status=0
08-24 19:36:48.789 8295 8309 D BluetoothGatt: onSearchComplete() = Device=80:EA:CA:70:01:16 Status=0
08-24 19:36:48.828 8295 8317 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:36:48.828 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'D536853F-FCCB-4D07-8F0A-BB9986F29019'
08-24 19:36:48.877 8295 8315 D ReactNativeJS: 'getting deviceInfo for ', '80:EA:CA:70:01:16'
08-24 19:36:48.877 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A29::80:EA:CA:70:01:16 retryCnt:40
08-24 19:36:48.883 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:48.973 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 11
08-24 19:36:48.973 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@4780d78
08-24 19:36:48.975 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A29::80:EA:CA:70:01:16 retryCnt:40', 'Epitel Inc.', [ 69, 112, 105, 116, 101, 108, 32, 73, 110, 99, 46 ]
08-24 19:36:48.975 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A24::80:EA:CA:70:01:16 retryCnt:40
08-24 19:36:48.976 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:49.051 11275 11295 D bt_btif_gattc: btif_gattc_update_properties BLE device name=EpilogE2D len=9 dev_type=2
08-24 19:36:49.070 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 6
08-24 19:36:49.070 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@e087c51
08-24 19:36:49.072 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A24::80:EA:CA:70:01:16 retryCnt:40', 'A-1011', [ 65, 45, 49, 48, 49, 49 ]
08-24 19:36:49.072 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A25::80:EA:CA:70:01:16 retryCnt:40
08-24 19:36:49.073 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:49.265 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 32
08-24 19:36:49.267 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@723ccb6
08-24 19:36:49.270 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A25::80:EA:CA:70:01:16 retryCnt:40', '69F0C4E70533151502020263723250FF', [ 54,
08-24 19:36:49.270 8295 8315 D ReactNativeJS: 57,
....
08-24 19:36:49.270 8295 8315 D ReactNativeJS: 70 ]
08-24 19:36:49.271 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A27::80:EA:CA:70:01:16 retryCnt:40
08-24 19:36:49.272 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:49.362 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 2
08-24 19:36:49.363 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@d61cdb7
08-24 19:36:49.364 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A27::80:EA:CA:70:01:16 retryCnt:40', 'X6', [ 88, 54 ]
08-24 19:36:49.365 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A26::80:EA:CA:70:01:16 retryCnt:40
08-24 19:36:49.366 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:49.421 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: EpilogE2D
08-24 19:36:49.432 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: Epilog39C
08-24 19:36:49.435 8295 8315 D ReactNativeJS: 'BleManagerDiscoverPeripheral ', { advertising:
...
08-24 19:36:49.435 8295 8315 D ReactNativeJS: name: 'EpilogE2D' }
08-24 19:36:49.442 8295 8315 D ReactNativeJS: 'BleManagerDiscoverPeripheral ', { advertising:
....
08-24 19:36:49.442 8295 8315 D ReactNativeJS: id: '80:EA:CA:70:01:0A',
08-24 19:36:49.442 8295 8315 D ReactNativeJS: name: 'Epilog39C' }
08-24 19:36:49.459 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 6
08-24 19:36:49.460 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@1dc8924
08-24 19:36:49.462 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A26::80:EA:CA:70:01:16 retryCnt:40', '0.13.5', [ 48, 46, 49, 51, 46, 53 ]
08-24 19:36:49.511 8295 8315 I ReactNativeJS: '0.12.0 wiring up', '80:EA:CA:70:01:16'
08-24 19:36:49.513 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:36:49.527 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 113, 57, 51, 56, 54, 51, 55, 52, 48, 49, 53, 53, 49 ], 40
08-24 19:36:49.529 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:16
08-24 19:36:49.530 8295 8316 W art : Method processed more than once: java.lang.String it.innove.BleManager.bytesToHex(byte[])
08-24 19:36:49.531 8295 8316 D ReactNativeBleManager: Message(13): 71393338363337343031353531
08-24 19:36:49.534 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:36:49.656 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: 2371 from peripheral: 80:EA:CA:70:01:16
08-24 19:36:49.658 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:16', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 113, 57, 51, 56, 54, 51, 55, 52, 48, 49, 53, 53, 49 ], ' took 133'
08-24 19:36:49.660 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 138 action queue is time (1)', { type: 'E_PASSCODE_SET_REQ',
08-24 19:36:49.660 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:36:49.660 8295 8315 D ReactNativeJS: location: 'deviceInfoLoadedHandler',
08-24 19:36:49.660 8295 8315 D ReactNativeJS: value:
08-24 19:36:49.660 8295 8315 D ReactNativeJS: { serialNumber: '69F0C4E70533151502020263723250FF',
08-24 19:36:49.660 8295 8315 D ReactNativeJS: passcodeSequence: '401551' },
08-24 19:36:49.660 8295 8315 D ReactNativeJS: utc: 1598297809519 }
08-24 19:36:49.660 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:36:49.662 8295 8315 I ReactNativeJS: 'requesting epilog state', {}
08-24 19:36:49.663 8295 8315 D ReactNativeJS: bleCommunicator reading char:29593A48-3E81-406A-9735-E10ACD993202::80:EA:CA:70:01:16 retryCnt:40
08-24 19:36:49.664 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:49.664 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297809662,
08-24 19:36:49.664 8295 8315 D ReactNativeJS: action:
08-24 19:36:49.664 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:36:49.664 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:36:49.664 8295 8315 D ReactNativeJS: utc: 1598297809661 },
08-24 19:36:49.664 8295 8315 D ReactNativeJS: utcStarted: 1598297809662 } ]
08-24 19:36:49.752 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 11
08-24 19:36:49.753 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@615d8bc
08-24 19:36:49.755 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:29593A48-3E81-406A-9735-E10ACD993202::80:EA:CA:70:01:16 retryCnt:40', { state: 1,
08-24 19:36:49.755 8295 8315 D ReactNativeJS: recordings: 7,
08-24 19:36:49.755 8295 8315 D ReactNativeJS: startPageOfCurrentOrLastRecording: 11965,
08-24 19:36:49.755 8295 8315 D ReactNativeJS: isClockSet: 1,
08-24 19:36:49.755 8295 8315 D ReactNativeJS: lastRecordedPage: 16836,
08-24 19:36:49.755 8295 8315 D ReactNativeJS: recordingSet: 15 }, [ 1, 7, 189, 46, 0, 1, 196, 65, 0, 15, 0 ]
08-24 19:36:49.756 8295 8315 D ReactNativeJS: 'got epilog state', { state: 1,
08-24 19:36:49.756 8295 8315 D ReactNativeJS: recordings: 7,
08-24 19:36:49.756 8295 8315 D ReactNativeJS: startPageOfCurrentOrLastRecording: 11965,
08-24 19:36:49.756 8295 8315 D ReactNativeJS: isClockSet: 1,
08-24 19:36:49.756 8295 8315 D ReactNativeJS: lastRecordedPage: 16836,
08-24 19:36:49.756 8295 8315 D ReactNativeJS: recordingSet: 15 }
08-24 19:36:49.756 8295 8315 D ReactNativeJS: bleCommunicator reading char:F3871FCF-2BF9-4B2A-AC3C-5364ACD22ABE::80:EA:CA:70:01:16 retryCnt:40
08-24 19:36:49.757 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.045 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 51
08-24 19:36:50.045 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@cbec045
08-24 19:36:50.049 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:F3871FCF-2BF9-4B2A-AC3C-5364ACD22ABE::80:EA:CA:70:01:16 retryCnt:40', { amplifierGain: '545.1dB',
08-24 19:36:50.049 8295 8315 D ReactNativeJS: sampleRate: 256,
08-24 19:36:50.049 8295 8315 D ReactNativeJS: physicalMin: -500,
08-24 19:36:50.049 8295 8315 D ReactNativeJS: physicalMax: 500,
08-24 19:36:50.049 8295 8315 D ReactNativeJS: digitalMin: 0,
08-24 19:36:50.049 8295 8315 D ReactNativeJS: digitalMax: 4095,
08-24 19:36:50.049 8295 8315 D ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:36:50.049 8295 8315 D ReactNativeJS: dataPageDurationMS: 10664 }, [ 54,
....
08-24 19:36:50.049 8295 8315 D ReactNativeJS: 10 ]
08-24 19:36:50.051 8295 8315 I ReactNativeJS: 'epilog device info', { amplifierGain: '545.1dB',
08-24 19:36:50.051 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:36:50.051 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:36:50.051 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:36:50.051 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:36:50.051 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:36:50.051 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:36:50.051 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 }
08-24 19:36:50.051 8295 8315 D ReactNativeJS: bleCommunicator reading char:339A2BA7-4CBE-4F3D-A1C0-373F1CF456B8::80:EA:CA:70:01:16 retryCnt:40
08-24 19:36:50.052 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.142 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:36:50.143 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@62b139a
08-24 19:36:50.143 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:339A2BA7-4CBE-4F3D-A1C0-373F1CF456B8::80:EA:CA:70:01:16 retryCnt:40', undefined, []
08-24 19:36:50.144 8295 8315 I ReactNativeJS: 'epilog meta', undefined
08-24 19:36:50.144 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:40
08-24 19:36:50.145 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.240 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:36:50.240 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@36c74cb
08-24 19:36:50.241 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:40', NaN, []
08-24 19:36:50.241 8295 8315 I ReactNativeJS: 'epilog meta', NaN
08-24 19:36:50.242 8295 8315 I ReactNativeJS: wiring up to epilog messages...
08-24 19:36:50.242 8295 8315 W ReactNativeJS: 'Resetting recording data. Epilog reports diff than what we have in state', '80:EA:CA:70:01:16', 'state:0', 'device:7'
08-24 19:36:50.285 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 622 action queue is time (1)', { type: 'E_STATE_REQ',
08-24 19:36:50.285 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:36:50.285 8295 8315 D ReactNativeJS: utc: 1598297809661 }
08-24 19:36:50.285 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:36:50.287 8295 8315 I ReactNativeJS: 'getting EPILOG_clock', { type: 'E_CLOCK_REQ',
08-24 19:36:50.287 8295 8315 I ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:36:50.287 8295 8315 I ReactNativeJS: utc: 1598297810286 }
08-24 19:36:50.288 8295 8315 I ReactNativeJS: getting time
08-24 19:36:50.288 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 110 ], 40
08-24 19:36:50.290 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:16
08-24 19:36:50.290 8295 8316 D ReactNativeBleManager: Message(1): 6E
08-24 19:36:50.292 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:36:50.295 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297810287,
08-24 19:36:50.295 8295 8315 D ReactNativeJS: action:
08-24 19:36:50.295 8295 8315 D ReactNativeJS: { type: 'E_CLOCK_REQ',
08-24 19:36:50.295 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:36:50.295 8295 8315 D ReactNativeJS: utc: 1598297810286 },
08-24 19:36:50.295 8295 8315 D ReactNativeJS: utcStarted: 1598297810287 } ]
08-24 19:36:50.317 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: EpilogE2D
08-24 19:36:50.332 8295 8315 D ReactNativeJS: 'BleManagerDiscoverPeripheral ', { advertising:
...
08-24 19:36:50.332 8295 8315 D ReactNativeJS: 255 ],
08-24 19:36:50.332 8295 8315 D ReactNativeJS: data: 'AgEGAwMKGBEHbdk0eUEjrbOkRuWB1ee7SAX/zasECAoJRXBpbG9nRTJEE//Nq+Lb1p0U5NQVAgICM1JAUf8=',
08-24 19:36:50.332 8295 8315 D ReactNativeJS: CDVType: 'ArrayBuffer' } },
08-24 19:36:50.332 8295 8315 D ReactNativeJS: rssi: -78,
08-24 19:36:50.332 8295 8315 D ReactNativeJS: id: '80:EA:CA:70:01:05',
08-24 19:36:50.332 8295 8315 D ReactNativeJS: name: 'EpilogE2D' }
08-24 19:36:50.388 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: 236EE4070800000018001300240030000000 from peripheral: 80:EA:CA:70:01:16
08-24 19:36:50.388 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:16', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 110 ], ' took 100'
08-24 19:36:50.389 8295 8315 D ReactNativeJS: 'getting time done', undefined
08-24 19:36:50.392 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 110, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 36, 0, 48, 0, 0, 0 ],
08-24 19:36:50.392 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:36:50.392 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:36:50.392 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16' }
08-24 19:36:50.393 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 110, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 36, 0, 48, 0, 0, 0 ]
08-24 19:36:50.394 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6e', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 36, 0, 48, 0, 0, 0 ]
08-24 19:36:50.396 8295 8315 D ReactNativeJS: 'epilog clock now,value,drift(ms)', '08/24/2020 19:36:48.000', '08/24/2020 19:36:50.393', 2393
08-24 19:36:50.439 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 152 action queue is time (1)', { type: 'E_CLOCK_REQ',
08-24 19:36:50.439 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:36:50.439 8295 8315 D ReactNativeJS: utc: 1598297810286 }
08-24 19:36:50.439 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:36:50.440 8295 8315 I ReactNativeJS: 'epilog clock drifted', '80:EA:CA:70:01:16', { utc: 1598297808000, drift: 2393 }
08-24 19:36:50.440 8295 8315 I ReactNativeJS: epilog (80:EA:CA:70:01:16) clock drifted not setting activeState:1 firmware:0.13.5
08-24 19:36:50.442 8295 8315 D ReactNativeJS: 'readChars', { peripheral: '80:EA:CA:70:01:16',
08-24 19:36:50.442 8295 8315 D ReactNativeJS: service: '48BBE7D5-81E5-46A4-B3AD-23417934D96D',
08-24 19:36:50.442 8295 8315 D ReactNativeJS: characteristic: 'C4DDC87D-A470-4606-B20A-6EFF9444C725' }
08-24 19:36:50.443 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:40
08-24 19:36:50.444 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.453 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: Epilog39C
08-24 19:36:50.481 8295 8315 D ReactNativeJS: 'startDevicesRecording', []
08-24 19:36:50.484 8295 8315 I ReactNativeJS: 'requestRealTimeNotificationOn', [ '80:EA:CA:70:01:16' ], { '80:EA:CA:70:01:16':
08-24 19:36:50.484 8295 8315 I ReactNativeJS: { peripheral: '80:EA:CA:70:01:16',
08-24 19:36:50.484 8295 8315 I ReactNativeJS: recordings: 7,
08-24 19:36:50.484 8295 8315 I ReactNativeJS: recordingInfo: {},
08-24 19:36:50.484 8295 8315 I ReactNativeJS: recordingSet: 15,
08-24 19:36:50.484 8295 8315 I ReactNativeJS: recentEegData: [],
08-24 19:36:50.484 8295 8315 I ReactNativeJS: events: [],
08-24 19:36:50.484 8295 8315 I ReactNativeJS: messages: [],
08-24 19:36:50.484 8295 8315 I ReactNativeJS: isCaughtUp: false,
08-24 19:36:50.484 8295 8315 I ReactNativeJS: realTimePages: { received: 0 },
08-24 19:36:50.484 8295 8315 I ReactNativeJS: missingPages: { received: 0 },
08-24 19:36:50.484 8295 8315 I ReactNativeJS: notifications: [],
08-24 19:36:50.484 8295 8315 I ReactNativeJS: connectionEvents:
08-24 19:36:50.484 8295 8315 I ReactNativeJS: [ { type: 'BLE_DEVICE_INFORMATION_LOADED',
08-24 19:36:50.484 8295 8315 I ReactNativeJS: utc: 1598297809463,
08-24 19:36:50.484 8295 8315 I ReactNativeJS: lastMessage: undefined } ],
08-24 19:36:50.484 8295 8315 I ReactNativeJS: manufacturerName: 'EpitelInc.',
08-24 19:36:50.484 8295 8315 I ReactNativeJS: modelNumber: 'A-1011',
08-24 19:36:50.484 8295 8315 I ReactNativeJS: serialNumber: '69F0C4E70533151502020263723250FF',
08-24 19:36:50.484 8295 8315 I ReactNativeJS: hardwareRevision: 'X6',
08-24 19:36:50.484 8295 8315 I ReactNativeJS: firmwareRevision: '0.13.5',
08-24 19:36:50.484 8295 8315 I ReactNativeJS: isConnected: true,
08-24 19:36:50.484 8295 8315 I ReactNativeJS: state: 1,
08-24 19:36:50.484 8295 8315 I ReactNativeJS: startPageOfCurrentOrLastRecording: 11965,
08-24 19:36:50.484 8295 8315 I ReactNativeJS: isClockSet: 1,
08-24 19:36:50.484 8295 8315 I ReactNativeJS: lastRecordedPage: 16836,
08-24 19:36:50.484 8295 8315 I ReactNativeJS: deviceInfo:
08-24 19:36:50.484 8295 8315 I ReactNativeJS: { amplifierGain: '545.1dB',
08-24 19:36:50.484 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:36:50.484 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:36:50.484 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:36:50.484 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:36:50.484 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:36:50.484 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:36:50.484 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 },
08-24 19:36:50.484 8295 8315 I ReactNativeJS: metadata: NaN,
08-24 19:36:50.484 8295 8315 I ReactNativeJS: lastDeviceMessage: undefined,
08-24 19:36:50.484 8295 8315 I ReactNativeJS: clock: { utc: 1598297808000, drift: 2393 },
08-24 19:36:50.484 8295 8315 I ReactNativeJS: isReady: true } }
08-24 19:36:50.486 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297810442,
08-24 19:36:50.486 8295 8315 D ReactNativeJS: action:
08-24 19:36:50.486 8295 8315 D ReactNativeJS: { type: 'E_BATTERY_REQ',
08-24 19:36:50.486 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:36:50.486 8295 8315 D ReactNativeJS: utc: 1598297810441 },
08-24 19:36:50.486 8295 8315 D ReactNativeJS: utcStarted: 1598297810442 },
08-24 19:36:50.486 8295 8315 D ReactNativeJS: { utc: 1598297810485,
08-24 19:36:50.486 8295 8315 D ReactNativeJS: action:
08-24 19:36:50.486 8295 8315 D ReactNativeJS: { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:36:50.486 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:36:50.486 8295 8315 D ReactNativeJS: characteristics:
08-24 19:36:50.486 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:36:50.486 8295 8315 D ReactNativeJS: notify: true,
08-24 19:36:50.486 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:36:50.486 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:36:50.486 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:36:50.486 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:36:50.486 8295 8315 D ReactNativeJS: utc: 1598297810484 } } ]
08-24 19:36:50.488 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:36:50.490 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297810442,
08-24 19:36:50.490 8295 8315 D ReactNativeJS: action:
08-24 19:36:50.490 8295 8315 D ReactNativeJS: { type: 'E_BATTERY_REQ',
08-24 19:36:50.490 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:36:50.490 8295 8315 D ReactNativeJS: utc: 1598297810441 },
08-24 19:36:50.490 8295 8315 D ReactNativeJS: utcStarted: 1598297810442 },
08-24 19:36:50.490 8295 8315 D ReactNativeJS: { utc: 1598297810485,
08-24 19:36:50.490 8295 8315 D ReactNativeJS: action:
08-24 19:36:50.490 8295 8315 D ReactNativeJS: { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:36:50.490 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:36:50.490 8295 8315 D ReactNativeJS: characteristics:
08-24 19:36:50.490 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:36:50.490 8295 8315 D ReactNativeJS: notify: true,
08-24 19:36:50.490 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:36:50.490 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:36:50.490 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:36:50.490 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:36:50.490 8295 8315 D ReactNativeJS: utc: 1598297810484 } } ]
08-24 19:36:50.493 8295 8315 D ReactNativeJS: 'readChars', { peripheral: '80:EA:CA:70:01:16',
08-24 19:36:50.493 8295 8315 D ReactNativeJS: service: '48BBE7D5-81E5-46A4-B3AD-23417934D96D',
08-24 19:36:50.493 8295 8315 D ReactNativeJS: characteristic: 'C4DDC87D-A470-4606-B20A-6EFF9444C725' }
08-24 19:36:50.493 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:40
08-24 19:36:50.493 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 'BleManagerDiscoverPeripheral ', { advertising:
08-24 19:36:50.508 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:36:50.508 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:36:50.508 8295 8315 D ReactNativeJS: localName: 'Epilog39C',
08-24 19:36:50.508 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:36:50.508 8295 8315 D ReactNativeJS: { bytes:
08-24 19:36:50.508 8295 8315 D ReactNativeJS: [ 2,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 1,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 6,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 3,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 3,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 10,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 24,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 17,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 7,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 109,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 217,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 52,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 121,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 65,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 35,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 173,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 179,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 164,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 70,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 229,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 129,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 213,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 231,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 187,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 72,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 5,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 255,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 205,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 171,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 4,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 9,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 10,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 9,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 69,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 112,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 105,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 108,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 111,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 103,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 51,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 57,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 67,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 19,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 255,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 205,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 171,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 57,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 198,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 76,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 221,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 20,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 228,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 212,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 21,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 2,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 2,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 2,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 51,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 114,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 2,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 81,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: 255 ],
08-24 19:36:50.508 8295 8315 D ReactNativeJS: data: 'AgEGAwMKGBEHbdk0eUEjrbOkRuWB1ee7SAX/zasECQoJRXBpbG9nMzlDE//NqznGTN0U5NQVAgICM3ICUf8=',
08-24 19:36:50.508 8295 8315 D ReactNativeJS: CDVType: 'ArrayBuffer' } },
08-24 19:36:50.508 8295 8315 D ReactNativeJS: rssi: -76,
08-24 19:36:50.508 8295 8315 D ReactNativeJS: id: '80:EA:CA:70:01:0A',
08-24 19:36:50.508 8295 8315 D ReactNativeJS: name: 'Epilog39C' }
08-24 19:36:50.511 8295 8315 D ReactNativeJS: 'bleCommunicator read error retrying', 40, 'Read failed', '80:EA:CA:70:01:16', 'C4DDC87D-A470-4606-B20A-6EFF9444C725', ' took 17'
08-24 19:36:50.511 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:39
08-24 19:36:50.513 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.517 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:38
08-24 19:36:50.518 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.519 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:37
08-24 19:36:50.520 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.521 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:36
08-24 19:36:50.521 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.522 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:35
08-24 19:36:50.523 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.524 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:34
08-24 19:36:50.525 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.525 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:33
08-24 19:36:50.526 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.527 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:32
08-24 19:36:50.527 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.528 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:31
08-24 19:36:50.529 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.530 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:30
08-24 19:36:50.530 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.531 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:29
08-24 19:36:50.532 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.532 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:28
08-24 19:36:50.533 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:36:50.533 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.534 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@36c74cb
08-24 19:36:50.534 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:27
08-24 19:36:50.534 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:16
08-24 19:36:50.630 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:36:50.630 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@36c74cb
08-24 19:36:50.631 8295 8315 D ReactNativeJS: 'parseEvent', []
08-24 19:36:50.631 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:16 retryCnt:27', '', []
08-24 19:36:50.668 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 226 action queue is time (3)', { type: 'E_BATTERY_REQ',
08-24 19:36:50.668 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:36:50.668 8295 8315 D ReactNativeJS: utc: 1598297810441 }
08-24 19:36:50.669 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 183 ], [ 176 ] ]
08-24 19:36:50.670 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:36:50.670 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:36:50.670 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:36:50.671 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 9c16c3ca-1f05-4089-a0af-aa8c921183ca enable: true
08-24 19:36:50.672 11275 20534 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:36:50.672 8295 8316 D ReactNativeBleManager: Characteristic buffering 9c16c3ca-1f05-4089-a0af-aa8c921183ca count:256
08-24 19:36:50.673 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=9c16c3ca-1f05-4089-a0af-aa8c921183ca
08-24 19:36:50.673 8295 8316 D ReactNativeBleManager: Characteristic 9c16c3ca-1f05-4089-a0af-aa8c921183ca set NOTIFY
08-24 19:36:50.675 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:36:50.728 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:36:50.728 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"9C16C3CA-1F05-4089-A0AF-AA8C921183CA","notify":true,"buffer":256} device:80:EA:CA:70:01:16
08-24 19:36:50.729 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:36:50.730 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:36:50.730 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:36:50.730 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 5eb2fd1d-3310-4b67-b09e-933891467fdd enable: true
08-24 19:36:50.731 11275 11288 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:36:50.731 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=5eb2fd1d-3310-4b67-b09e-933891467fdd
08-24 19:36:50.732 8295 8316 D ReactNativeBleManager: Characteristic 5eb2fd1d-3310-4b67-b09e-933891467fdd set NOTIFY
08-24 19:36:50.733 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:36:50.825 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:36:50.826 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '5EB2FD1D-3310-4B67-B09E-933891467FDD'
08-24 19:36:50.826 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"5EB2FD1D-3310-4B67-B09E-933891467FDD","notify":true} device:80:EA:CA:70:01:16
08-24 19:36:50.828 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:36:50.828 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:36:50.828 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:36:50.828 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: c4ddc87d-a470-4606-b20a-6eff9444c725 enable: true
08-24 19:36:50.829 11275 8281 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:36:50.829 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=c4ddc87d-a470-4606-b20a-6eff9444c725
08-24 19:36:50.829 8295 8316 D ReactNativeBleManager: Characteristic c4ddc87d-a470-4606-b20a-6eff9444c725 set NOTIFY
08-24 19:36:50.831 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:36:50.923 8295 8317 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:36:50.923 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'C4DDC87D-A470-4606-B20A-6EFF9444C725'
08-24 19:36:50.923 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"C4DDC87D-A470-4606-B20A-6EFF9444C725","notify":true} device:80:EA:CA:70:01:16
08-24 19:36:50.924 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:36:50.924 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:36:50.924 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:36:50.924 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 351e4d7f-ff54-4b84-9a47-5d6d1234f179 enable: true
08-24 19:36:50.925 11275 11317 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:36:50.926 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=351e4d7f-ff54-4b84-9a47-5d6d1234f179
08-24 19:36:50.926 8295 8316 D ReactNativeBleManager: Characteristic 351e4d7f-ff54-4b84-9a47-5d6d1234f179 set NOTIFY
08-24 19:36:50.928 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:36:51.020 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:36:51.021 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '351E4D7F-FF54-4B84-9A47-5D6D1234F179'
08-24 19:36:51.021 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"351E4D7F-FF54-4B84-9A47-5D6D1234F179","notify":true} device:80:EA:CA:70:01:16
08-24 19:36:51.024 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 537 action queue is time (2)', { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:36:51.024 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:36:51.024 8295 8315 D ReactNativeJS: characteristics:
08-24 19:36:51.024 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:36:51.024 8295 8315 D ReactNativeJS: notify: true,
08-24 19:36:51.024 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:36:51.024 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:36:51.024 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:36:51.024 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:36:51.024 8295 8315 D ReactNativeJS: utc: 1598297810484 }
08-24 19:36:51.024 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 530 ] ]
08-24 19:36:51.026 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 40
08-24 19:36:51.027 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:16
08-24 19:36:51.027 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:36:51.030 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:36:51.124 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: 236C00 from peripheral: 80:EA:CA:70:01:16
08-24 19:36:51.125 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 108, 0 ],
08-24 19:36:51.125 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:36:51.125 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:36:51.125 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16' }
08-24 19:36:51.126 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 0 ]
08-24 19:36:51.126 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 0 ]
08-24 19:36:51.128 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 636 action queue is time (1)', { type: 'E_FLASH_INDICATION_REQ',
08-24 19:36:51.128 8295 8315 D ReactNativeJS: force: true,
08-24 19:36:51.128 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:36:51.128 8295 8315 D ReactNativeJS: value: 0,
08-24 19:36:51.128 8295 8315 D ReactNativeJS: location: 'actionTransition.E_READY',
08-24 19:36:51.128 8295 8315 D ReactNativeJS: utc: 1598297810490 }
08-24 19:36:51.129 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:36:51.130 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:16', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], ' took 105'
08-24 19:36:51.339 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: EpilogE2D
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 'BleManagerDiscoverPeripheral ', { advertising:
08-24 19:36:51.350 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:36:51.350 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:36:51.350 8295 8315 D ReactNativeJS: localName: 'EpilogE2D',
08-24 19:36:51.350 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:36:51.350 8295 8315 D ReactNativeJS: { bytes:
08-24 19:36:51.350 8295 8315 D ReactNativeJS: [ 2,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 1,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 6,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 3,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 3,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 10,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 24,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 17,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 7,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 109,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 217,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 52,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 121,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 65,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 35,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 173,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 179,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 164,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 70,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 229,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 129,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 213,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 231,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 187,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 72,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 5,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 255,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 205,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 171,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 4,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 8,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 10,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 9,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 69,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 112,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 105,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 108,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 111,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 103,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 69,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 50,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 68,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 19,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 255,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 205,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 171,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 226,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 219,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 214,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 157,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 20,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 228,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 212,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 21,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 2,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 2,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 2,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 51,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 82,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 64,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 81,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: 255 ],
08-24 19:36:51.350 8295 8315 D ReactNativeJS: data: 'AgEGAwMKGBEHbdk0eUEjrbOkRuWB1ee7SAX/zasECAoJRXBpbG9nRTJEE//Nq+Lb1p0U5NQVAgICM1JAUf8=',
08-24 19:36:51.350 8295 8315 D ReactNativeJS: CDVType: 'ArrayBuffer' } },
08-24 19:36:51.350 8295 8315 D ReactNativeJS: rssi: -77,
08-24 19:36:51.350 8295 8315 D ReactNativeJS: id: '80:EA:CA:70:01:05',
08-24 19:36:51.350 8295 8315 D ReactNativeJS: name: 'EpilogE2D' }
08-24 19:36:51.469 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:36:51.471 11275 17781 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:36:51.472 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:36:51.472 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:36:51.497 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=5, status=0, action=1, availableSpace=16
08-24 19:36:51.497 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 5 status - 0
08-24 19:36:51.498 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:36:51.498 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:36:51.499 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:36:54.063 2998 4973 I WAKELOCK_RELEASE: TIMESTAMP=253617855319439, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.232 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:36:56.236 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'TICK',
08-24 19:36:56.236 8295 8315 D ReactNativeJS: value: 10000,
08-24 19:36:56.236 8295 8315 D ReactNativeJS: location: 'INTERVAL',
08-24 19:36:56.236 8295 8315 D ReactNativeJS: utc: 1598297816234 }
08-24 19:36:56.246 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:36:56.250 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:36:56.296 8295 8316 D ReactNativeBleManager: scan
08-24 19:36:56.301 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:36:56.305 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:36:56.311 11275 17779 D BtGatt.GattService: registerClient() - UUID=7cdbc075-e8ac-4c03-93a2-c9133b29af0b
08-24 19:36:56.312 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=7cdbc075-e8ac-4c03-93a2-c9133b29af0b, clientIf=7
08-24 19:36:56.313 8295 8317 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=7
08-24 19:36:56.314 11275 17783 D BtGatt.GattService: start scan with filters
08-24 19:36:56.320 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:36:56.339 2998 12875 I WAKELOCK_ACQUIRE: TIMESTAMP=253620130859002, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.342 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=7, status=0, action=1
08-24 19:36:56.342 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 7 status - 0
08-24 19:36:56.343 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:36:56.354 2998 20993 I WAKELOCK_RELEASE: TIMESTAMP=253620146485907, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.365 2998 3013 I WAKELOCK_ACQUIRE: TIMESTAMP=253620157056832, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.368 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=7, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:36:56.369 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 7 status - 0
08-24 19:36:56.369 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:36:56.376 2998 3164 I WAKELOCK_RELEASE: TIMESTAMP=253620168426671, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.386 2998 3589 I WAKELOCK_ACQUIRE: TIMESTAMP=253620178352536, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.389 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=7, status=0, action=0, availableSpace=15
08-24 19:36:56.389 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 7 status - 0
08-24 19:36:56.389 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:36:56.389 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:36:56.389 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:36:56.390 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:36:56.394 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253620186709188, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.402 2998 8278 I WAKELOCK_ACQUIRE: TIMESTAMP=253620194445094, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.409 2998 3588 I WAKELOCK_RELEASE: TIMESTAMP=253620201730910, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.416 2998 10650 I WAKELOCK_ACQUIRE: TIMESTAMP=253620208712779, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.423 2998 7026 I WAKELOCK_RELEASE: TIMESTAMP=253620215040526, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.428 2998 4974 I WAKELOCK_ACQUIRE: TIMESTAMP=253620220304450, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.435 2998 12873 I WAKELOCK_RELEASE: TIMESTAMP=253620227436748, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.442 2998 8280 I WAKELOCK_ACQUIRE: TIMESTAMP=253620234385591, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.448 2998 3432 I WAKELOCK_RELEASE: TIMESTAMP=253620240770002, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.454 2998 12876 I WAKELOCK_ACQUIRE: TIMESTAMP=253620246249283, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.460 2998 3589 I WAKELOCK_RELEASE: TIMESTAMP=253620252120890, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:56.466 2998 3012 I WAKELOCK_ACQUIRE: TIMESTAMP=253620258629655, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:36:57.081 11275 11295 D bt_btif_gattc: btif_gattc_update_properties BLE device name=EpilogE2D len=9 dev_type=2
08-24 19:36:57.187 11275 11295 D bt_btif_gattc: btif_gattc_update_properties BLE device name=Epilog39C len=9 dev_type=2
08-24 19:36:57.337 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: EpilogE2D
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 'BleManagerDiscoverPeripheral ', { advertising:
08-24 19:36:57.348 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:36:57.348 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:36:57.348 8295 8315 D ReactNativeJS: localName: 'EpilogE2D',
08-24 19:36:57.348 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:36:57.348 8295 8315 D ReactNativeJS: { bytes:
08-24 19:36:57.348 8295 8315 D ReactNativeJS: [ 2,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 1,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 6,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 3,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 3,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 10,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 24,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 17,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 7,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 109,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 217,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 52,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 121,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 65,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 35,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 173,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 179,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 164,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 70,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 229,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 129,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 213,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 231,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 187,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 72,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 5,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 255,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 205,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 171,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 4,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 8,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 10,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 9,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 69,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 112,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 105,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 108,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 111,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 103,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 69,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 50,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 68,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 19,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 255,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 205,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 171,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 226,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 219,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 214,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 157,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 20,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 228,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 212,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 21,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 2,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 2,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 2,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 51,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 82,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 64,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 81,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: 255 ],
08-24 19:36:57.348 8295 8315 D ReactNativeJS: data: 'AgEGAwMKGBEHbdk0eUEjrbOkRuWB1ee7SAX/zasECAoJRXBpbG9nRTJEE//Nq+Lb1p0U5NQVAgICM1JAUf8=',
08-24 19:36:57.348 8295 8315 D ReactNativeJS: CDVType: 'ArrayBuffer' } },
08-24 19:36:57.348 8295 8315 D ReactNativeJS: rssi: -74,
08-24 19:36:57.348 8295 8315 D ReactNativeJS: id: '80:EA:CA:70:01:05',
08-24 19:36:57.348 8295 8315 D ReactNativeJS: name: 'EpilogE2D' }
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 'mfgDataBytes value', [ 2,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 1,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 6,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 3,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 3,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 10,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 24,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 17,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 7,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 109,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 217,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 52,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 121,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 65,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 35,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 173,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 179,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 164,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 70,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 229,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 129,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 213,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 231,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 187,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 72,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 5,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 255,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 205,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 171,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 4,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 8,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 10,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 9,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 69,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 112,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 105,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 108,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 111,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 103,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 69,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 50,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 68,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 19,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 255,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 205,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 171,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 226,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 219,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 214,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 157,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 20,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 228,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 212,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 21,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 2,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 2,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 2,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 51,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 82,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 64,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 81,
08-24 19:36:57.366 8295 8315 I ReactNativeJS: 255 ]
08-24 19:36:57.367 8295 8315 I ReactNativeJS: 'mfgDataBytes asHex', '255cdabe2dbd69d14e4d41522233524051ff'
08-24 19:36:57.367 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:36:57.418 8295 8315 D ReactNativeJS: 'connectionLock', { '80:EA:CA:70:01:16': null }
08-24 19:36:57.418 8295 8315 I ReactNativeJS: 'BLE Connect reqeusted', '80:EA:CA:70:01:05'
08-24 19:36:57.420 8295 8316 D ReactNativeBleManager: Get connected peripherals
08-24 19:36:57.420 8295 8316 D BluetoothManager: getConnectedDevices
08-24 19:36:57.432 8295 8315 W ReactNativeJS: 'BLE Connected peripherals: ', [ { name: 'Epilog69F', id: '80:EA:CA:70:01:16', rssi: -76 } ], -1
08-24 19:36:57.437 8295 8316 D ReactNativeBleManager: Connect to: 80:EA:CA:70:01:05
08-24 19:36:57.437 8295 8316 D ReactNativeBleManager: Is Or Greater than M $mBluetoothDevice
08-24 19:36:57.438 8295 8316 D BluetoothGatt: connect() - device: 80:EA:CA:70:01:05, auto: false
08-24 19:36:57.438 8295 8316 D BluetoothGatt: registerApp()
08-24 19:36:57.438 8295 8316 D BluetoothGatt: registerApp() - UUID=b20710b6-6915-47db-9096-202f2b2c76c1
08-24 19:36:57.439 11275 8276 D BtGatt.GattService: registerClient() - UUID=b20710b6-6915-47db-9096-202f2b2c76c1
08-24 19:36:57.439 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=b20710b6-6915-47db-9096-202f2b2c76c1, clientIf=8
08-24 19:36:57.440 8295 8309 D BluetoothGatt: onClientRegistered() - status=0 clientIf=8
08-24 19:36:57.441 11275 8277 D BtGatt.GattService: clientConnect() - address=80:EA:CA:70:01:05, isDirect=true
08-24 19:36:57.442 11275 11295 D bt_btif_config: btif_get_address_type: Device [80:ea:ca:70:01:05] address type 0
08-24 19:36:57.442 11275 11295 D bt_btif_config: btif_get_device_type: Device [80:ea:ca:70:01:05] type 2
08-24 19:36:57.471 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: Epilog39C
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 'BleManagerDiscoverPeripheral ', { advertising:
08-24 19:36:57.481 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:36:57.481 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:36:57.481 8295 8315 D ReactNativeJS: localName: 'Epilog39C',
08-24 19:36:57.481 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:36:57.481 8295 8315 D ReactNativeJS: { bytes:
08-24 19:36:57.481 8295 8315 D ReactNativeJS: [ 2,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 1,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 6,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 3,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 3,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 10,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 24,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 17,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 7,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 109,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 217,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 52,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 121,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 65,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 35,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 173,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 179,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 164,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 70,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 229,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 129,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 213,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 231,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 187,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 72,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 5,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 255,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 205,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 171,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 4,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 9,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 10,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 9,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 69,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 112,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 105,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 108,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 111,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 103,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 51,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 57,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 67,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 19,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 255,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 205,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 171,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 57,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 198,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 76,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 221,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 20,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 228,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 212,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 21,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 2,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 2,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 2,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 51,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 114,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 2,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 81,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: 255 ],
08-24 19:36:57.481 8295 8315 D ReactNativeJS: data: 'AgEGAwMKGBEHbdk0eUEjrbOkRuWB1ee7SAX/zasECQoJRXBpbG9nMzlDE//NqznGTN0U5NQVAgICM3ICUf8=',
08-24 19:36:57.481 8295 8315 D ReactNativeJS: CDVType: 'ArrayBuffer' } },
08-24 19:36:57.481 8295 8315 D ReactNativeJS: rssi: -77,
08-24 19:36:57.481 8295 8315 D ReactNativeJS: id: '80:EA:CA:70:01:0A',
08-24 19:36:57.481 8295 8315 D ReactNativeJS: name: 'Epilog39C' }
08-24 19:36:57.555 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297817917,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297817917,"value":[-99999,-99999,-99999,-99999]}}'
08-24 19:36:57.555 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:36:58.240 11275 11304 W bt_smp : smp_br_connect_callback is called on unexpected transport 2
08-24 19:36:58.240 11275 11304 W bt_btif : bta_dm_acl_change info: 0x0
08-24 19:36:58.240 11275 11295 D bt_btif_dm: remote version info [80:ea:ca:70:01:05]: 0, 0, 0
08-24 19:36:58.242 11275 11295 E BluetoothRemoteDevices: state12newState0
08-24 19:36:58.243 11275 11295 D BtGatt.GattService: onConnected() - clientIf=8, connId=264, address=80:EA:CA:70:01:05
08-24 19:36:58.243 8295 8317 D BluetoothGatt: onClientConnectionState() - status=0 clientIf=8 device=80:EA:CA:70:01:05
08-24 19:36:58.243 8295 8317 D ReactNativeBleManager: onConnectionStateChange to 2 on peripheral: 80:EA:CA:70:01:05 with status 0
08-24 19:36:58.244 8295 8317 D ReactNativeBleManager: Peripheral event (BleManagerConnectPeripheral):80:EA:CA:70:01:05
08-24 19:36:58.244 8295 8317 D ReactNativeBleManager: Connected to: 80:EA:CA:70:01:05
08-24 19:36:58.244 8295 8315 W ReactNativeJS: 'BLE Connected to', '80:EA:CA:70:01:05'
08-24 19:36:58.245 8295 8316 D ReactNativeBleManager: Retrieve services from: 80:EA:CA:70:01:05
08-24 19:36:58.245 8295 8316 D BluetoothGatt: discoverServices() - device: 80:EA:CA:70:01:05
08-24 19:36:58.246 11275 11289 D BtGatt.GattService: discoverServices() - address=80:EA:CA:70:01:05, connId=264
08-24 19:36:58.251 11275 11295 D BtGatt.GattService: onSearchCompleted() - connId=264, status=0
08-24 19:36:58.265 8295 8308 D BluetoothGatt: onSearchComplete() = Device=80:EA:CA:70:01:05 Status=0
08-24 19:36:58.302 8295 8315 D ReactNativeJS: 'BLE Service info:', { characteristics:
08-24 19:36:58.302 8295 8315 D ReactNativeJS: [ { properties: { Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: '2a00',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '1800' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: '2a01',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '1800' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' } ],
08-24 19:36:58.302 8295 8315 D ReactNativeJS: properties: { Indicate: 'Indicate', Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: '2a05',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '1801' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: '2a29',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: '2a24',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: '2a25',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: '2a27',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: '2a26',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' } ],
08-24 19:36:58.302 8295 8315 D ReactNativeJS: properties: { Write: 'Write' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: '37d57fa2-805b-49ca-80b6-b05a81964ae2',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' } ],
08-24 19:36:58.302 8295 8315 D ReactNativeJS: properties: { Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: '29593a48-3e81-406a-9735-e10acd993202',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:36:58.302 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: '9c16c3ca-1f05-4089-a0af-aa8c921183ca',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:36:58.302 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: '351e4d7f-ff54-4b84-9a47-5d6d1234f179',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:36:58.302 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: 'ad3f5575-4217-4c7a-8418-2aa9bddd96ee',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:36:58.302 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: '64f668be-c025-4dd3-a1fd-ef49d07ffc15',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:36:58.302 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: 'c4ddc87d-a470-4606-b20a-6eff9444c725',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:36:58.302 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: '5eb2fd1d-3310-4b67-b09e-933891467fdd',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' } ],
08-24 19:36:58.302 8295 8315 D ReactNativeJS: properties: { Write: 'Write', Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: '339a2ba7-4cbe-4f3d-a1c0-373f1cf456b8',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' } ],
08-24 19:36:58.302 8295 8315 D ReactNativeJS: properties: { Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: 'f3871fcf-2bf9-4b2a-ac3c-5364acd22abe',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:36:58.302 8295 8315 D ReactNativeJS: properties: { Indicate: 'Indicate', Read: 'Read' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' } ],
08-24 19:36:58.302 8295 8315 D ReactNativeJS: services:
08-24 19:36:58.302 8295 8315 D ReactNativeJS: [ { uuid: '1800' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { uuid: '1801' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { uuid: '180a' },
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { uuid: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' } ],
08-24 19:36:58.302 8295 8315 D ReactNativeJS: advertising:
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:36:58.302 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:36:58.302 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:36:58.302 8295 8315 D ReactNativeJS: localName: 'EpilogE2D',
08-24 19:36:58.302 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:36:58.302 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:36:58.302 8295 8315 D ReactNativeJS: { bytes:
08-24 19:36:58.302 8295 8315 D ReactNativeJS: [ 2,
08-24 19:36:58.302 8295 8315 D ReactNativeJS: 1,
08-24 19:36:58.302 8295 8315 D ReactNativeJS: 6,
08-24 19:36:58.302 8295 8315 D ReactNativeJS: 3,
08-24 19:36:58.302 8295 8315 D ReactNativeJS: 3,
08-24 19:36:58.302 8295 8315 D ReactNativeJS: 10,
08-24 19:36:58.302 8295 8315 D ReactNativeJS: [TOO BIG
08-24 19:36:58.302 8295 8315 I ReactNativeJS: epilogStateSaga after connect is this before ble_device_information_complete?
08-24 19:36:58.302 8295 8315 D ReactNativeJS: bleCommunicator reading char:D536853F-FCCB-4D07-8F0A-BB9986F29019::80:EA:CA:70:01:05 retryCnt:40
08-24 19:36:58.303 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:36:58.367 8295 8295 D BluetoothGatt: discoverServices() - device: 80:EA:CA:70:01:05
08-24 19:36:58.369 11275 17777 D BtGatt.GattService: discoverServices() - address=80:EA:CA:70:01:05, connId=264
08-24 19:36:58.373 11275 11295 D BtGatt.GattService: onSearchCompleted() - connId=264, status=0
08-24 19:36:58.386 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:36:58.388 8295 8309 D BluetoothGatt: onSearchComplete() = Device=80:EA:CA:70:01:05 Status=0
08-24 19:36:58.388 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@b07bf2
08-24 19:36:58.389 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:D536853F-FCCB-4D07-8F0A-BB9986F29019::80:EA:CA:70:01:05 retryCnt:40', [], []
08-24 19:36:58.389 8295 8315 D ReactNativeJS: 'generateActionFromMessage', []
08-24 19:36:58.390 8295 8315 W ReactNativeJS: 'epilog last message', { peripheral: '80:EA:CA:70:01:05',
08-24 19:36:58.390 8295 8315 W ReactNativeJS: utc: 1598297818389,
08-24 19:36:58.390 8295 8315 W ReactNativeJS: type: 'INIT',
08-24 19:36:58.390 8295 8315 W ReactNativeJS: errorCnt: 'INIT',
08-24 19:36:58.390 8295 8315 W ReactNativeJS: value: 'none received yet' }
08-24 19:36:58.391 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:36:58.391 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:36:58.391 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:36:58.391 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: d536853f-fccb-4d07-8f0a-bb9986f29019 enable: true
08-24 19:36:58.392 11275 8281 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:36:58.393 8295 8316 D ReactNativeBleManager: Characteristic d536853f-fccb-4d07-8f0a-bb9986f29019 set INDICATE
08-24 19:36:58.393 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=d536853f-fccb-4d07-8f0a-bb9986f29019
08-24 19:36:58.394 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:36:58.462 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: Epilog39C
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 'BleManagerDiscoverPeripheral ', { advertising:
08-24 19:36:58.478 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:36:58.478 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:36:58.478 8295 8315 D ReactNativeJS: localName: 'Epilog39C',
08-24 19:36:58.478 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:36:58.478 8295 8315 D ReactNativeJS: { bytes:
08-24 19:36:58.478 8295 8315 D ReactNativeJS: [ 2,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 1,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 6,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 3,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 3,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 10,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 24,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 17,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 7,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 109,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 217,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 52,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 121,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 65,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 35,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 173,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 179,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 164,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 70,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 229,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 129,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 213,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 231,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 187,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 72,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 5,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 255,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 205,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 171,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 4,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 9,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 10,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 9,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 69,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 112,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 105,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 108,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 111,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 103,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 51,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 57,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 67,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 19,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 255,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 205,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 171,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 57,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 198,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 76,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 221,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 20,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 228,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 212,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 21,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 2,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 2,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 2,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 51,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 114,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 2,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 81,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: 255 ],
08-24 19:36:58.478 8295 8315 D ReactNativeJS: data: 'AgEGAwMKGBEHbdk0eUEjrbOkRuWB1ee7SAX/zasECQoJRXBpbG9nMzlDE//NqznGTN0U5NQVAgICM3ICUf8=',
08-24 19:36:58.478 8295 8315 D ReactNativeJS: CDVType: 'ArrayBuffer' } },
08-24 19:36:58.478 8295 8315 D ReactNativeJS: rssi: -76,
08-24 19:36:58.478 8295 8315 D ReactNativeJS: id: '80:EA:CA:70:01:0A',
08-24 19:36:58.478 8295 8315 D ReactNativeJS: name: 'Epilog39C' }
08-24 19:36:58.485 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:36:58.486 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'D536853F-FCCB-4D07-8F0A-BB9986F29019'
08-24 19:36:58.530 8295 8315 D ReactNativeJS: 'getting deviceInfo for ', '80:EA:CA:70:01:05'
08-24 19:36:58.530 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A29::80:EA:CA:70:01:05 retryCnt:40
08-24 19:36:58.534 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:36:58.679 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 11
08-24 19:36:58.680 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@96944b5
08-24 19:36:58.681 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A29::80:EA:CA:70:01:05 retryCnt:40', 'Epitel Inc.', [ 69, 112, 105, 116, 101, 108, 32, 73, 110, 99, 46 ]
08-24 19:36:58.682 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A24::80:EA:CA:70:01:05 retryCnt:40
08-24 19:36:58.683 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:36:58.776 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 6
08-24 19:36:58.777 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@dbf974a
08-24 19:36:58.778 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A24::80:EA:CA:70:01:05 retryCnt:40', 'A-1011', [ 65, 45, 49, 48, 49, 49 ]
08-24 19:36:58.779 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A25::80:EA:CA:70:01:05 retryCnt:40
08-24 19:36:58.780 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:36:58.971 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 32
08-24 19:36:58.973 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@7e826bb
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A25::80:EA:CA:70:01:05 retryCnt:40', 'E2DBD69D14E4D41502020233524051FF', [ 69,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 50,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 68,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 66,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 68,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 54,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 57,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 68,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 49,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 52,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 69,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 52,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 68,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 52,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 49,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 53,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 48,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 50,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 48,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 50,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 48,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 50,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 51,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 51,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 53,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 50,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 52,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 48,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 53,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 49,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 70,
08-24 19:36:58.980 8295 8315 D ReactNativeJS: 70 ]
08-24 19:36:58.980 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A27::80:EA:CA:70:01:05 retryCnt:40
08-24 19:36:58.981 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:36:59.069 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 2
08-24 19:36:59.076 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@947a7d8
08-24 19:36:59.078 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A27::80:EA:CA:70:01:05 retryCnt:40', 'X6', [ 88, 54 ]
08-24 19:36:59.078 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A26::80:EA:CA:70:01:05 retryCnt:40
08-24 19:36:59.079 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:36:59.166 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 6
08-24 19:36:59.167 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@1b67731
08-24 19:36:59.447 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: Epilog39C
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 'BleManagerDiscoverPeripheral ', { advertising:
08-24 19:36:59.459 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:36:59.459 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:36:59.459 8295 8315 D ReactNativeJS: localName: 'Epilog39C',
08-24 19:36:59.459 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:36:59.459 8295 8315 D ReactNativeJS: { bytes:
08-24 19:36:59.459 8295 8315 D ReactNativeJS: [ 2,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 1,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 6,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 3,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 3,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 10,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 24,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 17,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 7,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 109,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 217,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 52,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 121,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 65,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 35,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 173,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 179,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 164,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 70,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 229,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 129,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 213,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 231,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 187,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 72,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 5,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 255,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 205,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 171,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 4,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 9,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 10,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 9,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 69,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 112,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 105,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 108,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 111,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 103,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 51,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 57,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 67,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 19,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 255,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 205,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 171,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 57,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 198,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 76,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 221,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 20,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 228,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 212,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 21,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 2,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 2,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 2,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 51,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 114,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 2,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 81,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: 255 ],
08-24 19:36:59.459 8295 8315 D ReactNativeJS: data: 'AgEGAwMKGBEHbdk0eUEjrbOkRuWB1ee7SAX/zasECQoJRXBpbG9nMzlDE//NqznGTN0U5NQVAgICM3ICUf8=',
08-24 19:36:59.459 8295 8315 D ReactNativeJS: CDVType: 'ArrayBuffer' } },
08-24 19:36:59.459 8295 8315 D ReactNativeJS: rssi: -76,
08-24 19:36:59.459 8295 8315 D ReactNativeJS: id: '80:EA:CA:70:01:0A',
08-24 19:36:59.459 8295 8315 D ReactNativeJS: name: 'Epilog39C' }
08-24 19:37:00.410 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: Epilog39C
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 'BleManagerDiscoverPeripheral ', { advertising:
08-24 19:37:00.421 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:37:00.421 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:37:00.421 8295 8315 D ReactNativeJS: localName: 'Epilog39C',
08-24 19:37:00.421 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:37:00.421 8295 8315 D ReactNativeJS: { bytes:
08-24 19:37:00.421 8295 8315 D ReactNativeJS: [ 2,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 1,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 6,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 3,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 3,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 10,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 24,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 17,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 7,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 109,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 217,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 52,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 121,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 65,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 35,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 173,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 179,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 164,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 70,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 229,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 129,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 213,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 231,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 187,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 72,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 5,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 255,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 205,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 171,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 4,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 9,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 10,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 9,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 69,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 112,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 105,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 108,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 111,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 103,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 51,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 57,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 67,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 19,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 255,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 205,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 171,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 57,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 198,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 76,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 221,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 20,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 228,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 212,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 21,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 2,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 2,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 2,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 51,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 114,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 2,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 81,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: 255 ],
08-24 19:37:00.421 8295 8315 D ReactNativeJS: data: 'AgEGAwMKGBEHbdk0eUEjrbOkRuWB1ee7SAX/zasECQoJRXBpbG9nMzlDE//NqznGTN0U5NQVAgICM3ICUf8=',
08-24 19:37:00.421 8295 8315 D ReactNativeJS: CDVType: 'ArrayBuffer' } },
08-24 19:37:00.421 8295 8315 D ReactNativeJS: rssi: -76,
08-24 19:37:00.421 8295 8315 D ReactNativeJS: id: '80:EA:CA:70:01:0A',
08-24 19:37:00.421 8295 8315 D ReactNativeJS: name: 'Epilog39C' }
08-24 19:37:01.452 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:37:01.453 11275 11320 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:37:01.455 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:37:01.458 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:37:01.475 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=7, status=0, action=1, availableSpace=16
08-24 19:37:01.475 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 7 status - 0
08-24 19:37:01.476 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:37:01.476 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:37:01.476 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:37:02.376 8295 8309 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:37:02.379 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: C54100001962EC9F4FC656E150882F4A91C0BE69C54100012DA0BBC00C46EB68EC825229E984FE26C5410002720E47B6F2AA2A0005E4D16D6607841EC5410003ABEF4A36A24892CFB478A004778EB2B3C54100042002516C2CDA410C356A4CF1C4220FA8C5410005A4F6E85E00063EDCABC20024A4BCEDFEC541000618E3069CEFC85280DC82AF5495200060C54100070D16CA2032470B40EE029425A9AEFD26C54100088A08A7D6F0CAC002C5C2D0AD960F040EC5410009B16F623DE272922FFF7D40B6766F0EBAC541000AA0265D6C58E7A1A63CEAAEFFC51C1FE8C541000BD2FE08DE058724E1CCC2040514C3EF4EC541000C2AA318AA8FFF6541AA874FD6A0804864C541000D0DC4D6A0EA4EAB62F903422C29B8FFC7C541000E480A27C4F50A7E01A610D12DE2102402C541000FB0AF7441820291AFE2804006730E86B8C5410010E00C51ECB2EA2120356AA4FB64FA19C8C541001186FA88C4026676DFCC840044E8BE2F00C541001224E2EE9DEFF0642122846F84A1C00C66C5410013AD58D640AC45CB86F3E38A2969E8FE67C54100142210C7CAF3EB5C0385C0CD6DF0164436C5410015AF6FB845A23A940FF88AA06E78CECCC2C5410016403A598C32E902203E6A98FEE5721BE8C5410017CCFC0964098702DD8CAA0DC4FAC06F32C54100182DE332A0CFF469015A838F98A8C06664C54100196D56D860E248EB78FA23BA2C89A4FFF7C541001A6A0D27C8EEAB4C00A5C6CEAE341943EAC541001BB0CFE84B621490EFEA89206E742EA6C4C541001CC024512C4CED024039EA86FFC58C1888C541001DCAFD09B40246BAE00D120544CEBC4EFAC541001E30C2FC9FEFFF6BA0DE80CFA4A9804E60C541001FAD98D760D645EB4CFD63E02689C6FEA7C5410020880AE77CF28B8A024598CD2E181503E4C5410021ACCFCC4D023A904FC28AC07E738E4CC2C5410022A04E552C34EC222633CA2EFF45601748C541002388FA89B00006BADB8D2006C4D0B84F30C54100242FA2DC9A2F986B61287FCF28A9A00860C54100250D30DCC11044AB18F723CC272988FF47C5410026EA08E76CEEEB4600A5A4CA6E3619E3CCC5410027ABAFD45101DC8FAFBE8EA04470AE6EC6C5410028207C50AC58F1A218308A38FF860811E8C541002926F4AA00012650D7CCB406C480B7CEEAC541002A2DE2BA96AFE86B80B878CF02A9A0025DC541002B6CB8D6E0B03CAAD6F863E21CE8FAFC27C541002CB004A700E58B86000510C40E1C19433AC541002DA64F784E415A884FAC8A2000650E00C4C541002EE00A4F4B9CECC21E2E89B8FB25E80CC8C541002F0EF5E9FC000628D02CF0054428B32F12C541003030023E99AFC46FE0C47C4EEAAF000258C5410031ECB6DC20D6436AF6F7443420092CFE48C54100320A08670EE96BBA00056ABFCE4817E324C5410033A5AFA24FE12A874F888D600668ADE0C5C54100344006482B90EA026E2C49D0FCC5FC0EE7C5410035E6F4E9E401E60CD0AD5009A48CB12F0EC541003637C282966FA87480627C6ED0B3400C58C54100378C68DA81563C6ACCF824681E08E6FD28C5410038380A86EAE1CBE802A52AC1EE5C1D631CC5410039A48FF6558144854FB29880326B2DECCBC541003A408A4AEBB8ECC29E2C09B0FEE6A412E8C541003B10F6EA6C00861AD44D520A0440B02F80C541003C39A242970FF079C07C7A4EB2B4800055C541003DCCAEE2615E3A8AC8F8E4881C08E0FA88C541003E7800E6B2E42BF401A4FAC16EA6214306C541003FA1CFCA59014C8A8FBC9B80446DADD2D3C541004020964E4BB6F802DE2C4A02FFF6FC1167C5410041E4F6CACA02861CD2ED7413043AB4CF68C54100423BE28A934FD67BE092762EC0B540145DC5410043AC8AE3018C3A0AB6FE24E01A28CAFBC8C5410044AC078702E26C5C02E4E0C0EEE424C322C5410045A38FB45AA1AA864FB89BE014630DB0CCC5410046C0A44A0B4AF5434C2B4984FCC7040927C5410047CAF18ADA0005F2C9CD8611240CB1AF76C54100483DE1EC924FD27B0046712E9ABBA01651C5410049AC58E2819637EA62FD04E6184870F8E8C541004AEA0526F2DEAC6C00A4CABBCEE42422C2C541004B9C0FD25E2130812F2C9C2000608D32D0C541004C8060428B4AF0E30224A944FB66CC0A67C541004D60EDEABE0005A8CB8DB20C83DEAAAF4AC541004E4241BA912FDA7F000E728EA0BBA01252C541004F8C2EE2417E350A40FC05101E28BAFDC8C5410050F400667ADDACBA01C4BEBB8ED02322FCC54100519D6FE25EE11883CF6CA32014626D26D3C5410052E0A2464B30F3C33E23C992FD87280DE7C54100537CEEEB1A02059CCA6DB81023C2ABEFACC54100544401EC902F848400A8734EB6BE800A51C54100550C30E86218328A2EFB856C1728A2FB69C54100564C01868CDB8CF405449AB7EF0028A2D2C54100579CEFFA64012080CF4AA4402061ACF4D7C5410058C080422B12F303A225A966FC676A07E7C54100596CEBAB5C006564CA4E021423B8A90FA2C541005A4841C28F6FDE85401A708E66C2801051C541005B8C02E88202306A1AFF857214C862F709C541005C64004648DCCCBA03048ABC8EFA2A62AEC541005D9B6FEA6740E47C4F12A7C0005D0D00D8C541005E80A4418B10F843D2232956FCC7580307C541005FB4EBAB50016592C8EE1C19037AA6AFACC54100604C41D08C0FCA86A0546EAE0AC3803654C5410061EBFEE7C1F436CA2EFD05C411E862F689C5410062C800A666DB4CDE07C444B7EEEE3142ACC54100639E4FE86C40FC7AAF28A8601C5D4CCCD9C5410064C0D641CB04F923C2214
08-24 19:37:02.455 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:37:03.209 2998 3699 I WAKELOCK_RELEASE: TIMESTAMP=253627001636854, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.244 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:37:06.246 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'TICK',
08-24 19:37:06.246 8295 8315 D ReactNativeJS: value: 10000,
08-24 19:37:06.246 8295 8315 D ReactNativeJS: location: 'INTERVAL',
08-24 19:37:06.246 8295 8315 D ReactNativeJS: utc: 1598297826244 }
08-24 19:37:06.250 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:37:06.255 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:37:06.274 8295 8316 D ReactNativeBleManager: scan
08-24 19:37:06.275 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:37:06.276 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:37:06.278 11275 8276 D BtGatt.GattService: registerClient() - UUID=5f2a9ed8-1b1f-4026-8d85-f0b24230dd7f
08-24 19:37:06.279 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=5f2a9ed8-1b1f-4026-8d85-f0b24230dd7f, clientIf=9
08-24 19:37:06.279 8295 8317 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=9
08-24 19:37:06.280 11275 8277 D BtGatt.GattService: start scan with filters
08-24 19:37:06.283 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:37:06.290 2998 4973 I WAKELOCK_ACQUIRE: TIMESTAMP=253630082623758, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.292 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=9, status=0, action=1
08-24 19:37:06.292 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 9 status - 0
08-24 19:37:06.293 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:37:06.296 2998 3685 I WAKELOCK_RELEASE: TIMESTAMP=253630088855989, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.301 2998 4475 I WAKELOCK_ACQUIRE: TIMESTAMP=253630092935611, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.302 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=9, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:37:06.302 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 9 status - 0
08-24 19:37:06.302 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:37:06.306 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253630097986266, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.309 2998 3432 I WAKELOCK_ACQUIRE: TIMESTAMP=253630101506058, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.310 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=9, status=0, action=0, availableSpace=15
08-24 19:37:06.310 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 9 status - 0
08-24 19:37:06.310 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:37:06.310 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:37:06.311 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:37:06.311 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:37:06.315 2998 10650 I WAKELOCK_RELEASE: TIMESTAMP=253630107507669, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.320 2998 7026 I WAKELOCK_ACQUIRE: TIMESTAMP=253630112524735, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.325 2998 4974 I WAKELOCK_RELEASE: TIMESTAMP=253630117049947, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.328 2998 12873 I WAKELOCK_ACQUIRE: TIMESTAMP=253630120835485, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.333 2998 8278 I WAKELOCK_RELEASE: TIMESTAMP=253630125509814, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.338 2998 3670 I WAKELOCK_ACQUIRE: TIMESTAMP=253630130450340, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.342 2998 12876 I WAKELOCK_RELEASE: TIMESTAMP=253630134637904, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.346 2998 3589 I WAKELOCK_ACQUIRE: TIMESTAMP=253630138436867, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.350 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253630142864964, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.355 2998 4477 I WAKELOCK_ACQUIRE: TIMESTAMP=253630147266809, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.359 2998 3699 I WAKELOCK_RELEASE: TIMESTAMP=253630151681005, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:06.364 2998 12876 I WAKELOCK_ACQUIRE: TIMESTAMP=253630156783962, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:07.868 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253631660512860, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:08.146 11275 11295 D bt_btif_gattc: btif_gattc_update_properties BLE device name=EpilogE2D len=9 dev_type=2
08-24 19:37:08.243 11275 11295 D bt_btif_gattc: btif_gattc_update_properties BLE device name=Epilog39C len=9 dev_type=2
08-24 19:37:08.331 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=3 connected=0 conn_id=259 reason=0x0013
08-24 19:37:08.331 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=4 connected=0 conn_id=260 reason=0x0013
08-24 19:37:08.331 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=5 connected=0 conn_id=261 reason=0x0013
08-24 19:37:08.332 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=6 connected=0 conn_id=262 reason=0x0013
08-24 19:37:08.332 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=7 connected=0 conn_id=263 reason=0x0013
08-24 19:37:08.332 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=8 connected=0 conn_id=264 reason=0x0013
08-24 19:37:08.332 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=9 connected=0 conn_id=265 reason=0x0013
08-24 19:37:08.332 11275 11304 I bt_btm_sec: btm_sec_disconnected clearing pending flag handle:65 reason:19
08-24 19:37:08.332 11275 11295 D BtGatt.GattService: onDisconnected() - clientIf=8, connId=264, address=80:EA:CA:70:01:05
08-24 19:37:08.334 8295 8317 D BluetoothGatt: onClientConnectionState() - status=19 clientIf=8 device=80:EA:CA:70:01:05
08-24 19:37:08.334 8295 8317 D ReactNativeBleManager: onConnectionStateChange to 0 on peripheral: 80:EA:CA:70:01:05 with status 19
08-24 19:37:08.334 8295 8317 D BluetoothGatt: close()
08-24 19:37:08.334 8295 8317 D BluetoothGatt: unregisterApp() - mClientIf=8
08-24 19:37:08.335 11275 8282 D BtGatt.GattService: unregisterClient() - clientIf=8
08-24 19:37:08.335 8295 8317 D BluetoothGatt: cancelOpen() - device: 80:EA:CA:70:01:05
08-24 19:37:08.335 8295 8317 D BluetoothGatt: close()
08-24 19:37:08.335 8295 8317 D BluetoothGatt: unregisterApp() - mClientIf=0
08-24 19:37:08.336 8295 8317 D ReactNativeBleManager: Peripheral event (BleManagerDisconnectPeripheral):80:EA:CA:70:01:05
08-24 19:37:08.336 8295 8317 D ReactNativeBleManager: Disconnect
08-24 19:37:08.336 8295 8317 D ReactNativeBleManager: Peripheral event (BleManagerDisconnectPeripheral):80:EA:CA:70:01:05
08-24 19:37:08.337 8295 8315 D ReactNativeJS: 'BleManagerDisconnectPeripheral ', { status: 0, peripheral: '80:EA:CA:70:01:05' }
08-24 19:37:08.337 8295 8315 W ReactNativeJS: 'Device Disconnected', '80:EA:CA:70:01:05'
08-24 19:37:08.340 11275 11295 E BluetoothRemoteDevices: state12newState1
08-24 19:37:08.348 11275 11275 D BluetoothMapService: onReceive
08-24 19:37:08.348 11275 11275 D BluetoothMapService: onReceive: android.bluetooth.device.action.ACL_DISCONNECTED
08-24 19:37:08.375 8295 8315 D ReactNativeJS: 'device disconnected current request queue is empty', { type: 'BLE_DEVICE_DISCONNECTED',
08-24 19:37:08.375 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:08.375 8295 8315 D ReactNativeJS: utc: 1598297828337 }
08-24 19:37:08.400 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: EpilogE2D
08-24 19:37:08.414 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:37:08.416 8295 8315 D ReactNativeJS: 'BleManagerDisconnectPeripheral ', { status: 19, peripheral: '80:EA:CA:70:01:05' }
08-24 19:37:08.417 8295 8315 I ReactNativeJS: 'BleManagerDisconnectPeripheral not emitting because of status value', { status: 19, peripheral: '80:EA:CA:70:01:05' }
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 'BleManagerDiscoverPeripheral ', { advertising:
08-24 19:37:08.450 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:37:08.450 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:37:08.450 8295 8315 D ReactNativeJS: localName: 'EpilogE2D',
08-24 19:37:08.450 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:37:08.450 8295 8315 D ReactNativeJS: { bytes:
08-24 19:37:08.450 8295 8315 D ReactNativeJS: [ 2,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 1,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 6,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 3,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 3,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 10,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 24,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 17,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 7,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 109,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 217,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 52,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 121,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 65,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 35,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 173,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 179,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 164,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 70,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 229,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 129,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 213,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 231,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 187,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 72,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 5,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 255,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 205,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 171,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 4,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 8,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 10,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 9,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 69,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 112,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 105,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 108,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 111,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 103,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 69,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 50,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 68,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 19,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 255,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 205,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 171,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 226,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 219,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 214,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 157,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 20,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 228,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 212,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 21,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 2,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 2,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 2,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 51,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 82,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 64,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 81,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: 255 ],
08-24 19:37:08.450 8295 8315 D ReactNativeJS: data: 'AgEGAwMKGBEHbdk0eUEjrbOkRuWB1ee7SAX/zasECAoJRXBpbG9nRTJEE//Nq+Lb1p0U5NQVAgICM1JAUf8=',
08-24 19:37:08.450 8295 8315 D ReactNativeJS: CDVType: 'ArrayBuffer' } },
08-24 19:37:08.450 8295 8315 D ReactNativeJS: rssi: -74,
08-24 19:37:08.450 8295 8315 D ReactNativeJS: id: '80:EA:CA:70:01:05',
08-24 19:37:08.450 8295 8315 D ReactNativeJS: name: 'EpilogE2D' }
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 'mfgDataBytes value', [ 2,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 1,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 6,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 3,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 3,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 10,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 24,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 17,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 7,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 109,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 217,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 52,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 121,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 65,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 35,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 173,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 179,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 164,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 70,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 229,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 129,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 213,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 231,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 187,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 72,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 5,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 255,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 205,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 171,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 4,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 8,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 10,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 9,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 69,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 112,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 105,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 108,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 111,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 103,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 69,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 50,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 68,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 19,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 255,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 205,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 171,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 226,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 219,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 214,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 157,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 20,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 228,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 212,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 21,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 2,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 2,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 2,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 51,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 82,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 64,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 81,
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 255 ]
08-24 19:37:08.464 8295 8315 I ReactNativeJS: 'mfgDataBytes asHex', '255cdabe2dbd69d14e4d41522233524051ff'
08-24 19:37:08.493 8295 8315 D ReactNativeJS: 'connectionLock', { '80:EA:CA:70:01:16': null, '80:EA:CA:70:01:05': null }
08-24 19:37:08.494 8295 8315 I ReactNativeJS: 'BLE Connect reqeusted', '80:EA:CA:70:01:05'
08-24 19:37:08.496 8295 8316 D ReactNativeBleManager: Get connected peripherals
08-24 19:37:08.496 8295 8316 D BluetoothManager: getConnectedDevices
08-24 19:37:08.498 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: Epilog39C
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 'BleManagerDiscoverPeripheral ', { advertising:
08-24 19:37:08.513 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:37:08.513 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:37:08.513 8295 8315 D ReactNativeJS: localName: 'Epilog39C',
08-24 19:37:08.513 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:37:08.513 8295 8315 D ReactNativeJS: { bytes:
08-24 19:37:08.513 8295 8315 D ReactNativeJS: [ 2,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 1,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 6,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 3,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 3,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 10,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 24,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 17,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 7,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 109,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 217,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 52,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 121,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 65,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 35,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 173,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 179,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 164,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 70,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 229,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 129,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 213,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 231,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 187,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 72,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 5,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 255,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 205,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 171,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 4,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 9,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 10,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 9,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 69,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 112,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 105,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 108,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 111,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 103,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 51,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 57,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 67,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 19,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 255,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 205,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 171,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 57,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 198,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 76,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 221,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 20,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 228,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 212,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 21,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 2,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 2,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 2,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 51,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 114,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 2,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 81,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: 255 ],
08-24 19:37:08.513 8295 8315 D ReactNativeJS: data: 'AgEGAwMKGBEHbdk0eUEjrbOkRuWB1ee7SAX/zasECQoJRXBpbG9nMzlDE//NqznGTN0U5NQVAgICM3ICUf8=',
08-24 19:37:08.513 8295 8315 D ReactNativeJS: CDVType: 'ArrayBuffer' } },
08-24 19:37:08.513 8295 8315 D ReactNativeJS: rssi: -77,
08-24 19:37:08.513 8295 8315 D ReactNativeJS: id: '80:EA:CA:70:01:0A',
08-24 19:37:08.513 8295 8315 D ReactNativeJS: name: 'Epilog39C' }
08-24 19:37:08.514 8295 8315 W ReactNativeJS: 'BLE Connected peripherals: ', [ { name: 'Epilog69F', id: '80:EA:CA:70:01:16', rssi: -76 } ], -1
08-24 19:37:08.529 8295 8316 D ReactNativeBleManager: Connect to: 80:EA:CA:70:01:05
08-24 19:37:08.529 8295 8316 D ReactNativeBleManager: Is Or Greater than M $mBluetoothDevice
08-24 19:37:08.535 8295 8316 D BluetoothGatt: connect() - device: 80:EA:CA:70:01:05, auto: false
08-24 19:37:08.535 8295 8316 D BluetoothGatt: registerApp()
08-24 19:37:08.535 8295 8316 D BluetoothGatt: registerApp() - UUID=b43092e8-2b27-4f09-ac1e-91ef80fa1eb7
08-24 19:37:08.536 11275 17782 D BtGatt.GattService: registerClient() - UUID=b43092e8-2b27-4f09-ac1e-91ef80fa1eb7
08-24 19:37:08.537 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=b43092e8-2b27-4f09-ac1e-91ef80fa1eb7, clientIf=8
08-24 19:37:08.537 8295 8308 D BluetoothGatt: onClientRegistered() - status=0 clientIf=8
08-24 19:37:08.538 11275 17780 D BtGatt.GattService: clientConnect() - address=80:EA:CA:70:01:05, isDirect=true
08-24 19:37:08.538 11275 11295 D bt_btif_config: btif_get_address_type: Device [80:ea:ca:70:01:05] address type 0
08-24 19:37:08.538 11275 11295 D bt_btif_config: btif_get_device_type: Device [80:ea:ca:70:01:05] type 2
08-24 19:37:08.540 2998 4974 I WAKELOCK_ACQUIRE: TIMESTAMP=253632332675940, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:08.921 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297829917,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297829917,"value":[-99999,-99999,-99999,16837]}}'
08-24 19:37:08.921 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:37:11.252 2998 3699 I WAKELOCK_RELEASE: TIMESTAMP=253635044176867, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:11.397 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:37:11.399 11275 8279 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:37:11.399 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:37:11.400 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:37:11.413 2998 3589 I WAKELOCK_ACQUIRE: TIMESTAMP=253635204914249, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:11.418 2998 8280 I WAKELOCK_RELEASE: TIMESTAMP=253635209979492, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:11.422 2998 4477 I WAKELOCK_ACQUIRE: TIMESTAMP=253635214550568, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:11.427 2998 3432 I WAKELOCK_RELEASE: TIMESTAMP=253635219419929, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:11.431 2998 12876 I WAKELOCK_ACQUIRE: TIMESTAMP=253635223719209, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:11.433 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=9, status=0, action=1, availableSpace=16
08-24 19:37:11.433 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 9 status - 0
08-24 19:37:11.433 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:37:11.433 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:37:11.434 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:37:12.135 8295 8317 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:37:12.136 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: C6410000FE04E214A89AFDA9160446A2DECDA806C6410001A4DCAE4EA426A308A36FE262A144826FC641000258A0A002632DB8D2609E444B5AF1E372C64100032BA982FFF7120A4792F0CAD800C5BCCBC6410004EDDC148412ABCF8044E1FC936FEE81C0C64100050E730E40C08034522C66E6A19C366A46C6410006FE052015C86CFB495403269CDE0CBE01C641000724F2BB0F002762EA9DCFFF6440F2840FC641000862A7200261AD3CD1407A42EB54F9E3A8C641000926898AFF67720C0768F1AB0400E576CAC641000AEE0E1403CAABAFC24841FE8CAFDA8380C641000B1C73AE78C6E00C514BE8E6C1E6332A4AC641000CF9A5821088B4FAE98200465CDCACDE05C641000DA470BA2F102AA2B29FAFFA67C0F67FCFC641000E52A9800E60ECCED7C0A6438B26F723A0C641000F23E952FD27A205877CECCB5201E5E4C7C6410010EDEE17C3C0ABCFA64BE1A8894FDC8920C6410011306FEE4ACA801A4F0BF4ED2210308A22C6410012FEE5EA15C870F7C9F0012668DB8D0607C6410013A482B6AF142FE2949B0FEE6C40DC7E4FC641001440A9C0085ACCD6DBA11C41CB02F803EEC6410015200962FF27AE00C76AEC4BD800652ECAC64100160E20186368AAAFF24E4184870FEA90C0C6410017486AAE3AC5C0144E0BD6EDA232302A0EC6410018FE6604126856F74A00000622D94D4407C6410019045AB7CF4C35C250972FE471801C7B0FC641001A5EAC40005A0CD4D721143E8ACEF723EEC641001B1EC8E2FDA7DA006718EB6BE0000534C5C641001C2E5218E37CA94FB44FC1A68C4FC89080C641001D0A690E18CB20304A6BB8EB224C2DCA0AC641001EFDE62011084AF629FC00862AD48D3E09C641001F444AB26F403682849A6FE0734094780EC6410020DEAE2002598CC2D9C0DC37AAAEF9C43AC64100211888C4FC480208C706E56BE0012512C2C64100224E921883209F6FB652419C86EF7C9500C64100230067CDB6CDA02E46CBA2EB63242C69F4C6410024FD465A0F480AF52A120005E6D5ADA408C6410025C440B10FA23A824492AFD278808A760EC6410026E4B3C00A5E4CAAE021763EAB0CFBC482C64100271A08F8FDA8AC0226E8E6CC6E02450CC0C64100282EAA210378A1AFF65A417288AF9C99C0C6410029046C2DBCCFE02C4A2BB2F4A2E829898EC641002AFEA6D40B87C2F0EA9E01A5F2CFCD220CC641002BC418B0AF8437A22494EFDA76403677AEC641002CC8B8C00053CC52E20172370AA8F8C4F8C641002D19285EF9087C0106E4E02C3C0024FCBEC641002E2E5020A2F2A58FF65C40E282AFAA9E20C641002F0063ED3AD0205C454AF6EFC2F829A974C6410030F8E6B001C7C2F00A9A0025B4CD6DB80BC641003143D0ABEF98442228928FC87E80C671EEC6410032A8BBA034594C50E6016C396AC8FF4508C64100331788D8FD092C0026C2E0ACEC03E4CCBDC64100348EF42B62FAA02FDC67015C826F60A140C64100352668CD9ED7808A454B86F8A36A2AC99EC6410036FFE77C0C27C6EE2B0E00056CC9AD8410C64100376392A9CF483DA1B28B4FDA7880006A2EC641003840BBC0004CEC20E541742FC9F4FD6510C641003912883EF78974012682D82CB204449EBAC641003A2E9E26C2B09E8FC86820EC810F92A620C641003B0E5E8D52D8A0A643AB32F503A824C988C641003CFE475C0F67C4EEEB260105D2CB6DF415C641003D43AEB34FE64B21C2904FF08C80A871CEC641003E8CC4A03E53EC28ECA250394A5AFF8582C641003F18085CFBC98A00C6C4DC2D1203E4C8B7C6410040CF562F82F89F4FFE6C211080CF46A640C64100414A640D58D700CE4A8B28FAC3B82669A2C6410042FFF7D00AA768F50BC401E58EC8EE6A19C6410043C3DEAC4FD0516224922FEA8E6074750EC641004488C94034514C3EEF827632AA64FFF614C641004519086EFC8A1204C6A8DD6D720C24E8BEC64100466FCC3362E8A34FFF6FE0F87ECF5AB000C6410047325B4CF8DD60FC3F4AEAF7243021692EC6410048FE87A607474EECEB900165C4CAEE4E15C6410049E396AC0FFF5121868DEFD68FA04A6CAEC641004A24CD00484F6BFAEAC2A8326A08FEC5E6C641004B134840F9AA100005FADA0D1208C440B0C641004C8F6231E28A95CFD47700BE79AF1AAE40C641004D105ECCB0DDE11C416B32F8242E206978C641004EFFF84A058732EB8BF401A56CC5CE8A1DC641004F437EA52FCC5501CC896FAC92C0166D6DC6410050E0CA20364C4BFEEF428E296A04FF2696C64100511207EEF7EA4001C626D3AD6E0D84A2B6C6410052CFA03722E29D8FD87800747A6F0AB540C64100530A57CCF0E42172406AB6FAE48820E8F8C6410054FD284A08470EE68BD200A55EC1CE8E1FC6410055034AA50FF655216089AFA29A4008646DC6410056BCCFA06A4E2BBEEF22C22FE9E6FE0670C64100570CA7E6F76A7A0025B8D3CD6609840AAFC64100584F683782268FAFEE788064792EB0B3C0C64100591054CC78E2013E3D8A98FB248E18E8CEC641005AFC68680026DAE82C400364DCBFCE9020C641005B233CA1CFDC5C2182848F7E9A6004674DC641005CACCD605A47ABB2F1A2D02709CCFFF6A2C641005D0EC7BAF46A7C00E5B2CFCD440C6408AEC641005ECF603A622294EFD2786000746E9EB840C641005F00512C52E1817A35CA4AF944D41868AAC6410060F7E87001667CE04BEA002508BB2E9C1EC641006162A4A02FC05B60507F2F589C80005F0DC64100622CCE4090448B38ECE2EE26E9A2FF26B8C64100630C479CF0AA860005ACD14DA60AA3ACACC6410064AF7241E1E291EFA0812
08-24 19:37:12.181 2998 4477 I WAKELOCK_RELEASE: TIMESTAMP=253635972875362, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:12.188 2998 3588 I WAKELOCK_ACQUIRE: TIMESTAMP=253635980165803, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:12.234 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:37:12.263 2998 7026 I WAKELOCK_RELEASE: TIMESTAMP=253636055332028, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:12.268 2998 3685 I WAKELOCK_ACQUIRE: TIMESTAMP=253636060606715, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:12.339 11275 11304 W bt_smp : smp_br_connect_callback is called on unexpected transport 2
08-24 19:37:12.339 11275 11304 W bt_btif : bta_dm_acl_change info: 0x0
08-24 19:37:12.340 11275 11295 D bt_btif_dm: remote version info [80:ea:ca:70:01:05]: 0, 0, 0
08-24 19:37:12.341 11275 11295 E BluetoothRemoteDevices: state12newState0
08-24 19:37:12.343 11275 11295 D BtGatt.GattService: onConnected() - clientIf=8, connId=264, address=80:EA:CA:70:01:05
08-24 19:37:12.343 8295 8317 D BluetoothGatt: onClientConnectionState() - status=0 clientIf=8 device=80:EA:CA:70:01:05
08-24 19:37:12.344 8295 8317 D ReactNativeBleManager: onConnectionStateChange to 2 on peripheral: 80:EA:CA:70:01:05 with status 0
08-24 19:37:12.344 8295 8317 D ReactNativeBleManager: Peripheral event (BleManagerConnectPeripheral):80:EA:CA:70:01:05
08-24 19:37:12.344 8295 8317 D ReactNativeBleManager: Connected to: 80:EA:CA:70:01:05
08-24 19:37:12.345 8295 8315 W ReactNativeJS: 'BLE Connected to', '80:EA:CA:70:01:05'
08-24 19:37:12.346 8295 8316 D ReactNativeBleManager: Retrieve services from: 80:EA:CA:70:01:05
08-24 19:37:12.346 8295 8316 D BluetoothGatt: discoverServices() - device: 80:EA:CA:70:01:05
08-24 19:37:12.347 11275 12162 D BtGatt.GattService: discoverServices() - address=80:EA:CA:70:01:05, connId=264
08-24 19:37:12.348 11275 11295 D BtGatt.GattService: onSearchCompleted() - connId=264, status=0
08-24 19:37:12.354 8295 8309 D BluetoothGatt: onSearchComplete() = Device=80:EA:CA:70:01:05 Status=0
08-24 19:37:12.396 8295 8315 D ReactNativeJS: 'BLE Service info:', { characteristics:
08-24 19:37:12.396 8295 8315 D ReactNativeJS: [ { properties: { Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: '2a00',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '1800' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: '2a01',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '1800' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' } ],
08-24 19:37:12.396 8295 8315 D ReactNativeJS: properties: { Indicate: 'Indicate', Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: '2a05',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '1801' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: '2a29',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: '2a24',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: '2a25',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: '2a27',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: '2a26',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' } ],
08-24 19:37:12.396 8295 8315 D ReactNativeJS: properties: { Write: 'Write' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: '37d57fa2-805b-49ca-80b6-b05a81964ae2',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' } ],
08-24 19:37:12.396 8295 8315 D ReactNativeJS: properties: { Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: '29593a48-3e81-406a-9735-e10acd993202',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:37:12.396 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: '9c16c3ca-1f05-4089-a0af-aa8c921183ca',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:37:12.396 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: '351e4d7f-ff54-4b84-9a47-5d6d1234f179',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:37:12.396 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: 'ad3f5575-4217-4c7a-8418-2aa9bddd96ee',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:37:12.396 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: '64f668be-c025-4dd3-a1fd-ef49d07ffc15',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:37:12.396 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: 'c4ddc87d-a470-4606-b20a-6eff9444c725',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:37:12.396 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: '5eb2fd1d-3310-4b67-b09e-933891467fdd',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' } ],
08-24 19:37:12.396 8295 8315 D ReactNativeJS: properties: { Write: 'Write', Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: '339a2ba7-4cbe-4f3d-a1c0-373f1cf456b8',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' } ],
08-24 19:37:12.396 8295 8315 D ReactNativeJS: properties: { Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: 'f3871fcf-2bf9-4b2a-ac3c-5364acd22abe',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:37:12.396 8295 8315 D ReactNativeJS: properties: { Indicate: 'Indicate', Read: 'Read' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' } ],
08-24 19:37:12.396 8295 8315 D ReactNativeJS: services:
08-24 19:37:12.396 8295 8315 D ReactNativeJS: [ { uuid: '1800' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { uuid: '1801' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { uuid: '180a' },
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { uuid: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' } ],
08-24 19:37:12.396 8295 8315 D ReactNativeJS: advertising:
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:37:12.396 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:37:12.396 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:37:12.396 8295 8315 D ReactNativeJS: localName: 'EpilogE2D',
08-24 19:37:12.396 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:37:12.396 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:37:12.396 8295 8315 D ReactNativeJS: { bytes:
08-24 19:37:12.396 8295 8315 D ReactNativeJS: [ 2,
08-24 19:37:12.396 8295 8315 D ReactNativeJS: 1,
08-24 19:37:12.396 8295 8315 D ReactNativeJS: 6,
08-24 19:37:12.396 8295 8315 D ReactNativeJS: 3,
08-24 19:37:12.396 8295 8315 D ReactNativeJS: 3,
08-24 19:37:12.396 8295 8315 D ReactNativeJS: 10,
08-24 19:37:12.396 8295 8315 D ReactNativeJS: [TOO BIG
08-24 19:37:12.397 8295 8315 I ReactNativeJS: epilogStateSaga after connect is this before ble_device_information_complete?
08-24 19:37:12.398 8295 8315 D ReactNativeJS: bleCommunicator reading char:D536853F-FCCB-4D07-8F0A-BB9986F29019::80:EA:CA:70:01:05 retryCnt:40
08-24 19:37:12.398 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:12.406 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253636198209444, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:12.462 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:37:12.463 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@b804fb9
08-24 19:37:12.464 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:D536853F-FCCB-4D07-8F0A-BB9986F29019::80:EA:CA:70:01:05 retryCnt:40', [], []
08-24 19:37:12.464 8295 8315 D ReactNativeJS: 'generateActionFromMessage', []
08-24 19:37:12.465 8295 8315 W ReactNativeJS: 'epilog last message', { peripheral: '80:EA:CA:70:01:05',
08-24 19:37:12.465 8295 8315 W ReactNativeJS: utc: 1598297832465,
08-24 19:37:12.465 8295 8315 W ReactNativeJS: type: 'INIT',
08-24 19:37:12.465 8295 8315 W ReactNativeJS: errorCnt: 'INIT',
08-24 19:37:12.465 8295 8315 W ReactNativeJS: value: 'none received yet' }
08-24 19:37:12.465 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:12.466 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:12.466 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:12.466 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: d536853f-fccb-4d07-8f0a-bb9986f29019 enable: true
08-24 19:37:12.467 11275 11288 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:37:12.467 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=d536853f-fccb-4d07-8f0a-bb9986f29019
08-24 19:37:12.467 8295 8316 D ReactNativeBleManager: Characteristic d536853f-fccb-4d07-8f0a-bb9986f29019 set INDICATE
08-24 19:37:12.468 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:12.484 8295 8295 D BluetoothGatt: discoverServices() - device: 80:EA:CA:70:01:05
08-24 19:37:12.486 11275 8281 D BtGatt.GattService: discoverServices() - address=80:EA:CA:70:01:05, connId=264
08-24 19:37:12.489 11275 11295 D BtGatt.GattService: onSearchCompleted() - connId=264, status=0
08-24 19:37:12.501 2998 3432 I WAKELOCK_ACQUIRE: TIMESTAMP=253636293057232, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:12.503 8295 8317 D BluetoothGatt: onSearchComplete() = Device=80:EA:CA:70:01:05 Status=0
08-24 19:37:12.540 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:12.541 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'D536853F-FCCB-4D07-8F0A-BB9986F29019'
08-24 19:37:12.574 8295 8315 D ReactNativeJS: 'getting deviceInfo for ', '80:EA:CA:70:01:05'
08-24 19:37:12.575 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A29::80:EA:CA:70:01:05 retryCnt:40
08-24 19:37:12.580 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:12.587 2998 4475 I WAKELOCK_RELEASE: TIMESTAMP=253636379608121, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:12.664 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 11
08-24 19:37:12.665 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@654ec98
08-24 19:37:12.668 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A29::80:EA:CA:70:01:05 retryCnt:40', 'Epitel Inc.', [ 69, 112, 105, 116, 101, 108, 32, 73, 110, 99, 46 ]
08-24 19:37:12.668 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A24::80:EA:CA:70:01:05 retryCnt:40
08-24 19:37:12.669 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:12.700 2998 12876 I WAKELOCK_ACQUIRE: TIMESTAMP=253636492878820, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:12.739 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 6
08-24 19:37:12.741 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@7cf3cf1
08-24 19:37:12.742 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A24::80:EA:CA:70:01:05 retryCnt:40', 'A-1011', [ 65, 45, 49, 48, 49, 49 ]
08-24 19:37:12.743 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A25::80:EA:CA:70:01:05 retryCnt:40
08-24 19:37:12.743 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:12.752 2998 20993 I WAKELOCK_RELEASE: TIMESTAMP=253636544786575, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:12.862 2998 3588 I WAKELOCK_ACQUIRE: TIMESTAMP=253636654214133, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:12.899 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 32
08-24 19:37:12.901 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@b3490d6
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A25::80:EA:CA:70:01:05 retryCnt:40', 'E2DBD69D14E4D41502020233524051FF', [ 69,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 50,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 68,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 66,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 68,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 54,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 57,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 68,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 49,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 52,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 69,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 52,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 68,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 52,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 49,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 53,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 48,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 50,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 48,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 50,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 48,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 50,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 51,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 51,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 53,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 50,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 52,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 48,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 53,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 49,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 70,
08-24 19:37:12.906 8295 8315 D ReactNativeJS: 70 ]
08-24 19:37:12.907 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A27::80:EA:CA:70:01:05 retryCnt:40
08-24 19:37:12.908 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:12.914 2998 3589 I WAKELOCK_RELEASE: TIMESTAMP=253636706529265, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:12.983 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 2
08-24 19:37:12.985 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@5070f57
08-24 19:37:12.987 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A27::80:EA:CA:70:01:05 retryCnt:40', 'X6', [ 88, 54 ]
08-24 19:37:12.987 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A26::80:EA:CA:70:01:05 retryCnt:40
08-24 19:37:12.988 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.021 2998 4477 I WAKELOCK_ACQUIRE: TIMESTAMP=253636813511230, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:13.060 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 6
08-24 19:37:13.061 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@ef83a44
08-24 19:37:13.062 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A26::80:EA:CA:70:01:05 retryCnt:40', '0.13.5', [ 48, 46, 49, 51, 46, 53 ]
08-24 19:37:13.106 8295 8315 I ReactNativeJS: '0.12.0 wiring up', '80:EA:CA:70:01:05'
08-24 19:37:13.134 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 113, 54, 52, 56, 51, 54, 48, 52, 48, 49, 53, 53, 49 ], 40
08-24 19:37:13.135 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:05
08-24 19:37:13.136 8295 8316 D ReactNativeBleManager: Message(13): 71363438333630343031353531
08-24 19:37:13.138 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:37:13.143 2998 7026 I WAKELOCK_RELEASE: TIMESTAMP=253636935421789, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:13.232 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: 2371 from peripheral: 80:EA:CA:70:01:05
08-24 19:37:13.233 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 113 ],
08-24 19:37:13.233 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:37:13.233 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:37:13.233 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05' }
08-24 19:37:13.233 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 113 ]
08-24 19:37:13.234 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '71', []
08-24 19:37:13.236 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 106 action queue is time (1)', { type: 'E_PASSCODE_SET_REQ',
08-24 19:37:13.236 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.236 8295 8315 D ReactNativeJS: location: 'deviceInfoLoadedHandler',
08-24 19:37:13.236 8295 8315 D ReactNativeJS: value:
08-24 19:37:13.236 8295 8315 D ReactNativeJS: { serialNumber: 'E2DBD69D14E4D41502020233524051FF',
08-24 19:37:13.236 8295 8315 D ReactNativeJS: passcodeSequence: '401551' },
08-24 19:37:13.236 8295 8315 D ReactNativeJS: utc: 1598297833127 }
08-24 19:37:13.236 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:37:13.238 8295 8315 I ReactNativeJS: 'requesting epilog state', {}
08-24 19:37:13.238 8295 8315 D ReactNativeJS: bleCommunicator reading char:29593A48-3E81-406A-9735-E10ACD993202::80:EA:CA:70:01:05 retryCnt:40
08-24 19:37:13.239 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:37:13.239 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.250 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297833237,
08-24 19:37:13.250 8295 8315 D ReactNativeJS: action:
08-24 19:37:13.250 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:37:13.250 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.250 8295 8315 D ReactNativeJS: utc: 1598297833237 },
08-24 19:37:13.250 8295 8315 D ReactNativeJS: utcStarted: 1598297833238 } ]
08-24 19:37:13.257 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:05', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 113, 54, 52, 56, 51, 54, 48, 52, 48, 49, 53, 53, 49 ], ' took 121'
08-24 19:37:13.264 2998 3432 I WAKELOCK_ACQUIRE: TIMESTAMP=253637055879138, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:13.266 8295 8315 W ReactNativeJS: '*** requestCompleteHandler action completed not in queue', { type: 'E_PASSCODE_SET_REQ_CMPLT',
08-24 19:37:13.266 8295 8315 W ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.266 8295 8315 W ReactNativeJS: location: 'deviceInfoLoadedHandler',
08-24 19:37:13.266 8295 8315 W ReactNativeJS: value:
08-24 19:37:13.266 8295 8315 W ReactNativeJS: { serialNumber: 'E2DBD69D14E4D41502020233524051FF',
08-24 19:37:13.266 8295 8315 W ReactNativeJS: passcodeSequence: '401551' },
08-24 19:37:13.266 8295 8315 W ReactNativeJS: utc: 1598297833258 }, [ { utc: 1598297833237,
08-24 19:37:13.266 8295 8315 W ReactNativeJS: action:
08-24 19:37:13.266 8295 8315 W ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:37:13.266 8295 8315 W ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.266 8295 8315 W ReactNativeJS: utc: 1598297833237 },
08-24 19:37:13.266 8295 8315 W ReactNativeJS: utcStarted: 1598297833238 } ]
08-24 19:37:13.268 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 24 ] ]
08-24 19:37:13.273 8295 8315 D ReactNativeJS: 'requestHandler replacing existing queue item', 'E_STATE_REQ', [ { utc: 1598297833237,
08-24 19:37:13.273 8295 8315 D ReactNativeJS: action:
08-24 19:37:13.273 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:37:13.273 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.273 8295 8315 D ReactNativeJS: utc: 1598297833237 },
08-24 19:37:13.273 8295 8315 D ReactNativeJS: utcStarted: 1598297833238 } ]
08-24 19:37:13.273 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297833237,
08-24 19:37:13.273 8295 8315 D ReactNativeJS: action:
08-24 19:37:13.273 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:37:13.273 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.273 8295 8315 D ReactNativeJS: utc: 1598297833271 },
08-24 19:37:13.273 8295 8315 D ReactNativeJS: utcStarted: 1598297833238,
08-24 19:37:13.273 8295 8315 D ReactNativeJS: utcActionUpdated: 1598297833273 } ]
08-24 19:37:13.275 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297833237,
08-24 19:37:13.275 8295 8315 D ReactNativeJS: action:
08-24 19:37:13.275 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:37:13.275 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.275 8295 8315 D ReactNativeJS: utc: 1598297833271 },
08-24 19:37:13.275 8295 8315 D ReactNativeJS: utcStarted: 1598297833238,
08-24 19:37:13.275 8295 8315 D ReactNativeJS: utcActionUpdated: 1598297833273 } ]
08-24 19:37:13.300 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 11
08-24 19:37:13.301 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@fc79ee5
08-24 19:37:13.303 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:29593A48-3E81-406A-9735-E10ACD993202::80:EA:CA:70:01:05 retryCnt:40', { state: 4,
08-24 19:37:13.303 8295 8315 D ReactNativeJS: recordings: 8,
08-24 19:37:13.303 8295 8315 D ReactNativeJS: startPageOfCurrentOrLastRecording: 11360,
08-24 19:37:13.303 8295 8315 D ReactNativeJS: isClockSet: 1,
08-24 19:37:13.303 8295 8315 D ReactNativeJS: lastRecordedPage: 14839,
08-24 19:37:13.303 8295 8315 D ReactNativeJS: recordingSet: 25 }, [ 4, 8, 96, 44, 0, 1, 247, 57, 0, 25, 0 ]
08-24 19:37:13.304 8295 8315 D ReactNativeJS: 'got epilog state', { state: 4,
08-24 19:37:13.304 8295 8315 D ReactNativeJS: recordings: 8,
08-24 19:37:13.304 8295 8315 D ReactNativeJS: startPageOfCurrentOrLastRecording: 11360,
08-24 19:37:13.304 8295 8315 D ReactNativeJS: isClockSet: 1,
08-24 19:37:13.304 8295 8315 D ReactNativeJS: lastRecordedPage: 14839,
08-24 19:37:13.304 8295 8315 D ReactNativeJS: recordingSet: 25 }
08-24 19:37:13.304 8295 8315 D ReactNativeJS: bleCommunicator reading char:F3871FCF-2BF9-4B2A-AC3C-5364ACD22ABE::80:EA:CA:70:01:05 retryCnt:40
08-24 19:37:13.304 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.311 2998 3685 I WAKELOCK_RELEASE: TIMESTAMP=253637103022373, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:13.341 2998 12873 I WAKELOCK_ACQUIRE: TIMESTAMP=253637133414891, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:13.385 2998 3699 I WAKELOCK_RELEASE: TIMESTAMP=253637177001046, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:13.540 2998 3589 I WAKELOCK_ACQUIRE: TIMESTAMP=253637332711311, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:13.580 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 51
08-24 19:37:13.581 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@4869dba
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:F3871FCF-2BF9-4B2A-AC3C-5364ACD22ABE::80:EA:CA:70:01:05 retryCnt:40', { amplifierGain: '545.1dB',
08-24 19:37:13.586 8295 8315 D ReactNativeJS: sampleRate: 256,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: physicalMin: -500,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: physicalMax: 500,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: digitalMin: 0,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: digitalMax: 4095,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:37:13.586 8295 8315 D ReactNativeJS: dataPageDurationMS: 10664 }, [ 54,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 53,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 46,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 49,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 100,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 66,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 10,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 50,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 53,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 54,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 10,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 45,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 53,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 48,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 48,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 10,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 53,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 48,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 48,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 10,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 48,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 10,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 52,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 48,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 57,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 53,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 10,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 72,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 80,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 126,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 48,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 46,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 53,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 53,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 72,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 122,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 32,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 76,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 80,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 126,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 57,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 55,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 72,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 122,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 10,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 49,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 48,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 54,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 54,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 52,
08-24 19:37:13.586 8295 8315 D ReactNativeJS: 10 ]
08-24 19:37:13.587 8295 8315 I ReactNativeJS: 'epilog device info', { amplifierGain: '545.1dB',
08-24 19:37:13.587 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:37:13.587 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:37:13.587 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:37:13.587 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:37:13.587 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:37:13.587 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:37:13.587 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 }
08-24 19:37:13.587 8295 8315 D ReactNativeJS: bleCommunicator reading char:339A2BA7-4CBE-4F3D-A1C0-373F1CF456B8::80:EA:CA:70:01:05 retryCnt:40
08-24 19:37:13.587 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.594 2998 8278 I WAKELOCK_RELEASE: TIMESTAMP=253637386558243, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:13.665 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:37:13.666 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@93c046b
08-24 19:37:13.666 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:339A2BA7-4CBE-4F3D-A1C0-373F1CF456B8::80:EA:CA:70:01:05 retryCnt:40', undefined, []
08-24 19:37:13.667 8295 8315 I ReactNativeJS: 'epilog meta', undefined
08-24 19:37:13.667 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:40
08-24 19:37:13.667 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.700 2998 3588 I WAKELOCK_ACQUIRE: TIMESTAMP=253637492773732, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:13.739 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:37:13.740 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@da8abc8
08-24 19:37:13.741 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:40', NaN, []
08-24 19:37:13.741 8295 8315 I ReactNativeJS: 'epilog meta', NaN
08-24 19:37:13.742 8295 8315 W ReactNativeJS: 'Resetting recording data. Epilog reports diff than what we have in state', '80:EA:CA:70:01:05', 'state:0', 'device:8'
08-24 19:37:13.791 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 552 action queue is time (1)', { type: 'E_STATE_REQ',
08-24 19:37:13.791 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.791 8295 8315 D ReactNativeJS: utc: 1598297833271 }
08-24 19:37:13.791 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:37:13.800 8295 8315 I ReactNativeJS: 'getting EPILOG_clock', { type: 'E_CLOCK_REQ',
08-24 19:37:13.800 8295 8315 I ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.800 8295 8315 I ReactNativeJS: utc: 1598297833795 }
08-24 19:37:13.800 8295 8315 I ReactNativeJS: getting time
08-24 19:37:13.802 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 110 ], 40
08-24 19:37:13.803 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:05
08-24 19:37:13.804 8295 8316 D ReactNativeBleManager: Message(1): 6E
08-24 19:37:13.807 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:37:13.809 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297833798,
08-24 19:37:13.809 8295 8315 D ReactNativeJS: action:
08-24 19:37:13.809 8295 8315 D ReactNativeJS: { type: 'E_CLOCK_REQ',
08-24 19:37:13.809 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.809 8295 8315 D ReactNativeJS: utc: 1598297833795 },
08-24 19:37:13.809 8295 8315 D ReactNativeJS: utcStarted: 1598297833798 } ]
08-24 19:37:13.811 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253637603671902, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:13.870 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: 236EE407080000001800130025000C000000 from peripheral: 80:EA:CA:70:01:05
08-24 19:37:13.873 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 110, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 12, 0, 0, 0 ],
08-24 19:37:13.873 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:37:13.873 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:37:13.873 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05' }
08-24 19:37:13.874 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 110, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 12, 0, 0, 0 ]
08-24 19:37:13.875 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6e', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 12, 0, 0, 0 ]
08-24 19:37:13.876 8295 8315 D ReactNativeJS: 'epilog clock now,value,drift(ms)', '08/24/2020 19:37:12.000', '08/24/2020 19:37:13.874', 1874
08-24 19:37:13.901 2998 3588 I WAKELOCK_ACQUIRE: TIMESTAMP=253637693082523, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:13.906 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 107 action queue is time (1)', { type: 'E_CLOCK_REQ',
08-24 19:37:13.906 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.906 8295 8315 D ReactNativeJS: utc: 1598297833795 }
08-24 19:37:13.906 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:37:13.908 8295 8315 D ReactNativeJS: 'readChars', { peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.908 8295 8315 D ReactNativeJS: service: '48BBE7D5-81E5-46A4-B3AD-23417934D96D',
08-24 19:37:13.908 8295 8315 D ReactNativeJS: characteristic: 'C4DDC87D-A470-4606-B20A-6EFF9444C725' }
08-24 19:37:13.908 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:40
08-24 19:37:13.909 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.915 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253637707095237, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:13.939 8295 8315 D ReactNativeJS: 'startDevicesRecording', [ '80:EA:CA:70:01:05' ]
08-24 19:37:13.943 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297833907,
08-24 19:37:13.943 8295 8315 D ReactNativeJS: action:
08-24 19:37:13.943 8295 8315 D ReactNativeJS: { type: 'E_BATTERY_REQ',
08-24 19:37:13.943 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.943 8295 8315 D ReactNativeJS: utc: 1598297833907 },
08-24 19:37:13.943 8295 8315 D ReactNativeJS: utcStarted: 1598297833907 },
08-24 19:37:13.943 8295 8315 D ReactNativeJS: { utc: 1598297833941,
08-24 19:37:13.943 8295 8315 D ReactNativeJS: action:
08-24 19:37:13.943 8295 8315 D ReactNativeJS: { type: 'E_START_REC_REQ',
08-24 19:37:13.943 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.943 8295 8315 D ReactNativeJS: characteristics:
08-24 19:37:13.943 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:37:13.943 8295 8315 D ReactNativeJS: notify: true,
08-24 19:37:13.943 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:37:13.943 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:37:13.943 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:37:13.943 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:37:13.943 8295 8315 D ReactNativeJS: utc: 1598297833940 } } ]
08-24 19:37:13.947 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297833907,
08-24 19:37:13.947 8295 8315 D ReactNativeJS: action:
08-24 19:37:13.947 8295 8315 D ReactNativeJS: { type: 'E_BATTERY_REQ',
08-24 19:37:13.947 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.947 8295 8315 D ReactNativeJS: utc: 1598297833907 },
08-24 19:37:13.947 8295 8315 D ReactNativeJS: utcStarted: 1598297833907 },
08-24 19:37:13.947 8295 8315 D ReactNativeJS: { utc: 1598297833941,
08-24 19:37:13.947 8295 8315 D ReactNativeJS: action:
08-24 19:37:13.947 8295 8315 D ReactNativeJS: { type: 'E_START_REC_REQ',
08-24 19:37:13.947 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.947 8295 8315 D ReactNativeJS: characteristics:
08-24 19:37:13.947 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:37:13.947 8295 8315 D ReactNativeJS: notify: true,
08-24 19:37:13.947 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:37:13.947 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:37:13.947 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:37:13.947 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:37:13.947 8295 8315 D ReactNativeJS: utc: 1598297833940 } } ]
08-24 19:37:13.949 8295 8315 D ReactNativeJS: 'readChars', { peripheral: '80:EA:CA:70:01:05',
08-24 19:37:13.949 8295 8315 D ReactNativeJS: service: '48BBE7D5-81E5-46A4-B3AD-23417934D96D',
08-24 19:37:13.949 8295 8315 D ReactNativeJS: characteristic: 'C4DDC87D-A470-4606-B20A-6EFF9444C725' }
08-24 19:37:13.949 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:40
08-24 19:37:13.950 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.950 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:37:13.952 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:05', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 110 ], ' took 152'
08-24 19:37:13.953 8295 8315 D ReactNativeJS: 'getting time done', undefined
08-24 19:37:13.964 8295 8315 D ReactNativeJS: 'bleCommunicator read error retrying', 40, 'Read failed', '80:EA:CA:70:01:05', 'C4DDC87D-A470-4606-B20A-6EFF9444C725', ' took 14'
08-24 19:37:13.964 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:39
08-24 19:37:13.965 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.969 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:38
08-24 19:37:13.970 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.971 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:37
08-24 19:37:13.971 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.972 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:36
08-24 19:37:13.972 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.973 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:35
08-24 19:37:13.973 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.974 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:34
08-24 19:37:13.974 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.975 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:33
08-24 19:37:13.975 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.976 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:32
08-24 19:37:13.976 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.977 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:31
08-24 19:37:13.978 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.978 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:30
08-24 19:37:13.979 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.979 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:29
08-24 19:37:13.980 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.980 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:28
08-24 19:37:13.981 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.981 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:27
08-24 19:37:13.981 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:13.981 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:37:13.982 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@da8abc8
08-24 19:37:13.982 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:26
08-24 19:37:13.982 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:05
08-24 19:37:14.020 2998 10650 I WAKELOCK_ACQUIRE: TIMESTAMP=253637812885500, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:14.060 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:37:14.060 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@da8abc8
08-24 19:37:14.063 8295 8315 D ReactNativeJS: 'parseEvent', []
08-24 19:37:14.064 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:05 retryCnt:26', '', []
08-24 19:37:14.105 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 197 action queue is time (3)', { type: 'E_BATTERY_REQ',
08-24 19:37:14.105 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:14.105 8295 8315 D ReactNativeJS: utc: 1598297833907 }
08-24 19:37:14.105 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 163 ], [ 156 ] ]
08-24 19:37:14.106 8295 8315 I ReactNativeJS: 'startRecordingHandler', { type: 'E_START_REC_REQ',
08-24 19:37:14.106 8295 8315 I ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:14.106 8295 8315 I ReactNativeJS: characteristics:
08-24 19:37:14.106 8295 8315 I ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:37:14.106 8295 8315 I ReactNativeJS: notify: true,
08-24 19:37:14.106 8295 8315 I ReactNativeJS: buffer: 256 },
08-24 19:37:14.106 8295 8315 I ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:37:14.106 8295 8315 I ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:37:14.106 8295 8315 I ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:37:14.106 8295 8315 I ReactNativeJS: utc: 1598297833940 }
08-24 19:37:14.107 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 97 ], 40
08-24 19:37:14.111 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:05
08-24 19:37:14.111 8295 8316 D ReactNativeBleManager: Message(1): 61
08-24 19:37:14.113 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:37:14.116 2998 4475 I WAKELOCK_RELEASE: TIMESTAMP=253637908834613, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:14.189 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: 2361E407080000001800130025000C000000 from peripheral: 80:EA:CA:70:01:05
08-24 19:37:14.191 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 97, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 12, 0, 0, 0 ],
08-24 19:37:14.191 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:37:14.191 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:37:14.191 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05' }
08-24 19:37:14.192 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 97, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 12, 0, 0, 0 ]
08-24 19:37:14.193 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '61', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 12, 0, 0, 0 ]
08-24 19:37:14.221 2998 10650 I WAKELOCK_ACQUIRE: TIMESTAMP=253638012956521, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:14.228 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 286 action queue is time (2)', { type: 'E_START_REC_REQ',
08-24 19:37:14.228 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:14.228 8295 8315 D ReactNativeJS: characteristics:
08-24 19:37:14.228 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:37:14.228 8295 8315 D ReactNativeJS: notify: true,
08-24 19:37:14.228 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:37:14.228 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:37:14.228 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:37:14.228 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:37:14.228 8295 8315 D ReactNativeJS: utc: 1598297833940 }
08-24 19:37:14.229 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 279 ] ]
08-24 19:37:14.229 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 40
08-24 19:37:14.230 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:05
08-24 19:37:14.231 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:37:14.234 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:37:14.238 2998 7026 I WAKELOCK_RELEASE: TIMESTAMP=253638030509102, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:14.240 8295 8315 I ReactNativeJS: 'requestRealTimeNotificationOn', [ '80:EA:CA:70:01:16', '80:EA:CA:70:01:05' ], { '80:EA:CA:70:01:16':
08-24 19:37:14.240 8295 8315 I ReactNativeJS: { peripheral: '80:EA:CA:70:01:16',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: recordings: 7,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: recordingInfo: {},
08-24 19:37:14.240 8295 8315 I ReactNativeJS: recordingSet: 15,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: recentEegData: [],
08-24 19:37:14.240 8295 8315 I ReactNativeJS: events: [],
08-24 19:37:14.240 8295 8315 I ReactNativeJS: messages: [],
08-24 19:37:14.240 8295 8315 I ReactNativeJS: isCaughtUp: false,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: realTimePages: { received: 2, lastReceivedTimestamp: 1598297832199 },
08-24 19:37:14.240 8295 8315 I ReactNativeJS: missingPages: { received: 0 },
08-24 19:37:14.240 8295 8315 I ReactNativeJS: notifications: [],
08-24 19:37:14.240 8295 8315 I ReactNativeJS: connectionEvents:
08-24 19:37:14.240 8295 8315 I ReactNativeJS: [ { type: 'BLE_DEVICE_INFORMATION_LOADED',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: utc: 1598297809463,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: lastMessage: undefined } ],
08-24 19:37:14.240 8295 8315 I ReactNativeJS: manufacturerName: 'EpitelInc.',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: modelNumber: 'A-1011',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: serialNumber: '69F0C4E70533151502020263723250FF',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: hardwareRevision: 'X6',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: firmwareRevision: '0.13.5',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: isConnected: true,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: state: 1,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: startPageOfCurrentOrLastRecording: 11965,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: isClockSet: 1,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: lastRecordedPage: 16836,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: deviceInfo:
08-24 19:37:14.240 8295 8315 I ReactNativeJS: { amplifierGain: '545.1dB',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 },
08-24 19:37:14.240 8295 8315 I ReactNativeJS: metadata: NaN,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: lastDeviceMessage: undefined,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: clock: { utc: 1598297808000, drift: 2393 },
08-24 19:37:14.240 8295 8315 I ReactNativeJS: isReady: true,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: V: '' },
08-24 19:37:14.240 8295 8315 I ReactNativeJS: '80:EA:CA:70:01:05':
08-24 19:37:14.240 8295 8315 I ReactNativeJS: { peripheral: '80:EA:CA:70:01:05',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: recordings: 8,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: recordingInfo: {},
08-24 19:37:14.240 8295 8315 I ReactNativeJS: recordingSet: 25,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: recentEegData: [],
08-24 19:37:14.240 8295 8315 I ReactNativeJS: events: [],
08-24 19:37:14.240 8295 8315 I ReactNativeJS: messages: [],
08-24 19:37:14.240 8295 8315 I ReactNativeJS: isCaughtUp: false,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: realTimePages: { received: 0 },
08-24 19:37:14.240 8295 8315 I ReactNativeJS: missingPages: { received: 0 },
08-24 19:37:14.240 8295 8315 I ReactNativeJS: notifications: [],
08-24 19:37:14.240 8295 8315 I ReactNativeJS: connectionEvents:
08-24 19:37:14.240 8295 8315 I ReactNativeJS: [ { type: 'BLE_DEVICE_INFORMATION_LOADED',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: utc: 1598297833065,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: lastMessage: undefined } ],
08-24 19:37:14.240 8295 8315 I ReactNativeJS: manufacturerName: 'EpitelInc.',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: modelNumber: 'A-1011',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: serialNumber: 'E2DBD69D14E4D41502020233524051FF',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: hardwareRevision: 'X6',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: firmwareRevision: '0.13.5',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: isConnected: true,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: state: 1,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: startPageOfCurrentOrLastRecording: 11360,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: isClockSet: 1,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: lastRecordedPage: 14839,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: deviceInfo:
08-24 19:37:14.240 8295 8315 I ReactNativeJS: { amplifierGain: '545.1dB',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:37:14.240 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 },
08-24 19:37:14.240 8295 8315 I ReactNativeJS: metadata: NaN,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: lastDeviceMessage: undefined,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: clock: { utc: 1598297832000, drift: 1874 },
08-24 19:37:14.240 8295 8315 I ReactNativeJS: isReady: true,
08-24 19:37:14.240 8295 8315 I ReactNativeJS: V: '' } }
08-24 19:37:14.242 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:14.242 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:14.242 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:14.242 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 9c16c3ca-1f05-4089-a0af-aa8c921183ca enable: true
08-24 19:37:14.243 11275 12162 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:37:14.243 11275 11295 W bt_btif : notification already registered
08-24 19:37:14.243 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=9c16c3ca-1f05-4089-a0af-aa8c921183ca
08-24 19:37:14.243 8295 8316 D ReactNativeBleManager: Characteristic buffering 9c16c3ca-1f05-4089-a0af-aa8c921183ca count:256
08-24 19:37:14.243 8295 8316 D ReactNativeBleManager: Characteristic 9c16c3ca-1f05-4089-a0af-aa8c921183ca set NOTIFY
08-24 19:37:14.244 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:14.246 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297833948,
08-24 19:37:14.246 8295 8315 D ReactNativeJS: action:
08-24 19:37:14.246 8295 8315 D ReactNativeJS: { type: 'E_FLASH_INDICATION_REQ',
08-24 19:37:14.246 8295 8315 D ReactNativeJS: force: true,
08-24 19:37:14.246 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:14.246 8295 8315 D ReactNativeJS: value: 0,
08-24 19:37:14.246 8295 8315 D ReactNativeJS: location: 'actionTransition.E_READY',
08-24 19:37:14.246 8295 8315 D ReactNativeJS: utc: 1598297833947 },
08-24 19:37:14.246 8295 8315 D ReactNativeJS: utcStarted: 1598297834229 },
08-24 19:37:14.246 8295 8315 D ReactNativeJS: { utc: 1598297834243,
08-24 19:37:14.246 8295 8315 D ReactNativeJS: action:
08-24 19:37:14.246 8295 8315 D ReactNativeJS: { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:37:14.246 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:14.246 8295 8315 D ReactNativeJS: characteristics:
08-24 19:37:14.246 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:37:14.246 8295 8315 D ReactNativeJS: notify: true,
08-24 19:37:14.246 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:37:14.246 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:37:14.246 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:37:14.246 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:37:14.246 8295 8315 D ReactNativeJS: utc: 1598297834242 } } ]
08-24 19:37:14.247 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:05', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 97 ], ' took 140'
08-24 19:37:14.260 2998 12875 I WAKELOCK_ACQUIRE: TIMESTAMP=253638052680486, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:14.275 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:14.276 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"9C16C3CA-1F05-4089-A0AF-AA8C921183CA","notify":true,"buffer":256} device:80:EA:CA:70:01:16
08-24 19:37:14.276 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:14.276 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:14.276 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:14.276 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 5eb2fd1d-3310-4b67-b09e-933891467fdd enable: true
08-24 19:37:14.278 11275 11289 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:37:14.278 11275 11295 W bt_btif : notification already registered
08-24 19:37:14.278 8295 8316 D ReactNativeBleManager: Characteristic 5eb2fd1d-3310-4b67-b09e-933891467fdd set NOTIFY
08-24 19:37:14.278 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=5eb2fd1d-3310-4b67-b09e-933891467fdd
08-24 19:37:14.279 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:14.283 2998 3699 I WAKELOCK_RELEASE: TIMESTAMP=253638075401775, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:14.303 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: 236C00 from peripheral: 80:EA:CA:70:01:05
08-24 19:37:14.305 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 108, 0 ],
08-24 19:37:14.305 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:37:14.305 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:37:14.305 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05' }
08-24 19:37:14.305 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 0 ]
08-24 19:37:14.306 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 0 ]
08-24 19:37:14.308 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 360 action queue is time (2)', { type: 'E_FLASH_INDICATION_REQ',
08-24 19:37:14.308 8295 8315 D ReactNativeJS: force: true,
08-24 19:37:14.308 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:14.308 8295 8315 D ReactNativeJS: value: 0,
08-24 19:37:14.308 8295 8315 D ReactNativeJS: location: 'actionTransition.E_READY',
08-24 19:37:14.308 8295 8315 D ReactNativeJS: utc: 1598297833947 }
08-24 19:37:14.309 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 65 ] ]
08-24 19:37:14.310 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:14.310 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:14.310 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:14.310 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 9c16c3ca-1f05-4089-a0af-aa8c921183ca enable: true
08-24 19:37:14.311 11275 11288 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:37:14.312 8295 8316 D ReactNativeBleManager: Characteristic buffering 9c16c3ca-1f05-4089-a0af-aa8c921183ca count:256
08-24 19:37:14.312 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=9c16c3ca-1f05-4089-a0af-aa8c921183ca
08-24 19:37:14.312 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:05', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], ' took 82'
08-24 19:37:14.312 8295 8316 D ReactNativeBleManager: Characteristic 9c16c3ca-1f05-4089-a0af-aa8c921183ca set NOTIFY
08-24 19:37:14.313 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:14.318 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:14.319 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '5EB2FD1D-3310-4B67-B09E-933891467FDD'
08-24 19:37:14.319 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"5EB2FD1D-3310-4B67-B09E-933891467FDD","notify":true} device:80:EA:CA:70:01:16
08-24 19:37:14.320 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:14.320 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:14.320 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:14.320 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: c4ddc87d-a470-4606-b20a-6eff9444c725 enable: true
08-24 19:37:14.321 11275 8281 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:37:14.321 11275 11295 W bt_btif : notification already registered
08-24 19:37:14.321 8295 8316 D ReactNativeBleManager: Characteristic c4ddc87d-a470-4606-b20a-6eff9444c725 set NOTIFY
08-24 19:37:14.321 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=c4ddc87d-a470-4606-b20a-6eff9444c725
08-24 19:37:14.322 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:14.335 2998 3012 I WAKELOCK_ACQUIRE: TIMESTAMP=253638127835648, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:14.356 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:14.357 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'C4DDC87D-A470-4606-B20A-6EFF9444C725'
08-24 19:37:14.357 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"C4DDC87D-A470-4606-B20A-6EFF9444C725","notify":true} device:80:EA:CA:70:01:16
08-24 19:37:14.358 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:14.359 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:14.359 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:14.359 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 351e4d7f-ff54-4b84-9a47-5d6d1234f179 enable: true
08-24 19:37:14.359 11275 17783 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:37:14.360 11275 11295 W bt_btif : notification already registered
08-24 19:37:14.360 8295 8316 D ReactNativeBleManager: Characteristic 351e4d7f-ff54-4b84-9a47-5d6d1234f179 set NOTIFY
08-24 19:37:14.360 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=351e4d7f-ff54-4b84-9a47-5d6d1234f179
08-24 19:37:14.362 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:14.367 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253638159390492, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:14.385 8295 8317 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:14.385 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"9C16C3CA-1F05-4089-A0AF-AA8C921183CA","notify":true,"buffer":256} device:80:EA:CA:70:01:05
08-24 19:37:14.386 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:14.386 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:14.386 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:14.386 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 5eb2fd1d-3310-4b67-b09e-933891467fdd enable: true
08-24 19:37:14.387 11275 20531 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:37:14.387 8295 8316 D ReactNativeBleManager: Characteristic 5eb2fd1d-3310-4b67-b09e-933891467fdd set NOTIFY
08-24 19:37:14.387 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=5eb2fd1d-3310-4b67-b09e-933891467fdd
08-24 19:37:14.388 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:14.421 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:14.421 2998 4974 I WAKELOCK_ACQUIRE: TIMESTAMP=253638213010879, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:14.422 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '351E4D7F-FF54-4B84-9A47-5D6D1234F179'
08-24 19:37:14.422 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"351E4D7F-FF54-4B84-9A47-5D6D1234F179","notify":true} device:80:EA:CA:70:01:16
08-24 19:37:14.426 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 183 action queue is time (1)', { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:37:14.426 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:37:14.426 8295 8315 D ReactNativeJS: characteristics:
08-24 19:37:14.426 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:37:14.426 8295 8315 D ReactNativeJS: notify: true,
08-24 19:37:14.426 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:37:14.426 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:37:14.426 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:37:14.426 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:37:14.426 8295 8315 D ReactNativeJS: utc: 1598297834240 }
08-24 19:37:14.426 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:37:14.460 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:14.461 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '5EB2FD1D-3310-4B67-B09E-933891467FDD'
08-24 19:37:14.461 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"5EB2FD1D-3310-4B67-B09E-933891467FDD","notify":true} device:80:EA:CA:70:01:05
08-24 19:37:14.462 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:14.462 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:14.462 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:14.462 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: c4ddc87d-a470-4606-b20a-6eff9444c725 enable: true
08-24 19:37:14.463 11275 17778 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:37:14.464 8295 8316 D ReactNativeBleManager: Characteristic c4ddc87d-a470-4606-b20a-6eff9444c725 set NOTIFY
08-24 19:37:14.464 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=c4ddc87d-a470-4606-b20a-6eff9444c725
08-24 19:37:14.466 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:14.471 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253638263234516, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:14.544 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:14.544 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'C4DDC87D-A470-4606-B20A-6EFF9444C725'
08-24 19:37:14.544 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"C4DDC87D-A470-4606-B20A-6EFF9444C725","notify":true} device:80:EA:CA:70:01:05
08-24 19:37:14.545 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:14.545 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:14.546 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:14.546 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 351e4d7f-ff54-4b84-9a47-5d6d1234f179 enable: true
08-24 19:37:14.547 11275 17782 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:37:14.548 8295 8316 D ReactNativeBleManager: Characteristic 351e4d7f-ff54-4b84-9a47-5d6d1234f179 set NOTIFY
08-24 19:37:14.548 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=351e4d7f-ff54-4b84-9a47-5d6d1234f179
08-24 19:37:14.550 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:14.581 2998 10650 I WAKELOCK_ACQUIRE: TIMESTAMP=253638372968247, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:14.660 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:14.661 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '351E4D7F-FF54-4B84-9A47-5D6D1234F179'
08-24 19:37:14.661 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"351E4D7F-FF54-4B84-9A47-5D6D1234F179","notify":true} device:80:EA:CA:70:01:05
08-24 19:37:14.664 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 419 action queue is time (1)', { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:37:14.664 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:14.664 8295 8315 D ReactNativeJS: characteristics:
08-24 19:37:14.664 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:37:14.664 8295 8315 D ReactNativeJS: notify: true,
08-24 19:37:14.664 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:37:14.664 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:37:14.664 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:37:14.664 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:37:14.664 8295 8315 D ReactNativeJS: utc: 1598297834242 }
08-24 19:37:14.664 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:37:16.083 2998 7026 I WAKELOCK_RELEASE: TIMESTAMP=253639875095867, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.308 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:37:16.310 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'TICK',
08-24 19:37:16.310 8295 8315 D ReactNativeJS: value: 10000,
08-24 19:37:16.310 8295 8315 D ReactNativeJS: location: 'INTERVAL',
08-24 19:37:16.310 8295 8315 D ReactNativeJS: utc: 1598297836308 }
08-24 19:37:16.314 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:37:16.317 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:37:16.335 8295 8316 D ReactNativeBleManager: scan
08-24 19:37:16.337 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:37:16.338 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:37:16.346 11275 17783 D BtGatt.GattService: registerClient() - UUID=c3bf90db-f794-4427-b55d-e5c24220db53
08-24 19:37:16.347 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=c3bf90db-f794-4427-b55d-e5c24220db53, clientIf=10
08-24 19:37:16.347 8295 8308 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=10
08-24 19:37:16.348 11275 17784 D BtGatt.GattService: start scan with filters
08-24 19:37:16.351 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:37:16.357 2998 3013 I WAKELOCK_ACQUIRE: TIMESTAMP=253640149707679, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.358 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=10, status=0, action=1
08-24 19:37:16.359 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 10 status - 0
08-24 19:37:16.359 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:37:16.363 2998 3729 I WAKELOCK_RELEASE: TIMESTAMP=253640155127896, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.365 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:37:16.368 2998 4974 I WAKELOCK_ACQUIRE: TIMESTAMP=253640159925880, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.369 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=10, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:37:16.369 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 10 status - 0
08-24 19:37:16.369 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:37:16.374 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253640166087884, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.378 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253640170766889, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.379 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=10, status=0, action=0, availableSpace=15
08-24 19:37:16.379 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 10 status - 0
08-24 19:37:16.380 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:37:16.380 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:37:16.380 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:37:16.380 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:37:16.384 2998 8278 I WAKELOCK_RELEASE: TIMESTAMP=253640176505566, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.389 2998 3164 I WAKELOCK_ACQUIRE: TIMESTAMP=253640181169533, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.394 2998 10650 I WAKELOCK_RELEASE: TIMESTAMP=253640186264564, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.400 2998 4973 I WAKELOCK_ACQUIRE: TIMESTAMP=253640192374816, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.406 2998 3685 I WAKELOCK_RELEASE: TIMESTAMP=253640198765915, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.411 2998 12873 I WAKELOCK_ACQUIRE: TIMESTAMP=253640203488134, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.417 2998 3013 I WAKELOCK_RELEASE: TIMESTAMP=253640209095282, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.421 2998 3729 I WAKELOCK_ACQUIRE: TIMESTAMP=253640213461114, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.426 2998 4974 I WAKELOCK_RELEASE: TIMESTAMP=253640218128343, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.430 2998 3012 I WAKELOCK_ACQUIRE: TIMESTAMP=253640222521939, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.434 2998 20993 I WAKELOCK_RELEASE: TIMESTAMP=253640226460381, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:16.438 2998 8278 I WAKELOCK_ACQUIRE: TIMESTAMP=253640230722510, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:17.286 11275 11295 D bt_btif_gattc: btif_gattc_update_properties BLE device name=Epilog39C len=9 dev_type=2
08-24 19:37:17.485 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: Epilog39C
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 'BleManagerDiscoverPeripheral ', { advertising:
08-24 19:37:17.497 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:37:17.497 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:37:17.497 8295 8315 D ReactNativeJS: localName: 'Epilog39C',
08-24 19:37:17.497 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:37:17.497 8295 8315 D ReactNativeJS: { bytes:
08-24 19:37:17.497 8295 8315 D ReactNativeJS: [ 2,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 1,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 6,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 3,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 3,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 10,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 24,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 17,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 7,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 109,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 217,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 52,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 121,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 65,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 35,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 173,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 179,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 164,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 70,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 229,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 129,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 213,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 231,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 187,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 72,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 5,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 255,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 205,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 171,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 4,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 9,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 10,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 9,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 69,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 112,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 105,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 108,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 111,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 103,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 51,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 57,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 67,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 19,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 255,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 205,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 171,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 57,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 198,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 76,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 221,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 20,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 228,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 212,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 21,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 2,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 2,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 2,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 51,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 114,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 2,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 81,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: 255 ],
08-24 19:37:17.497 8295 8315 D ReactNativeJS: data: 'AgEGAwMKGBEHbdk0eUEjrbOkRuWB1ee7SAX/zasECQoJRXBpbG9nMzlDE//NqznGTN0U5NQVAgICM3ICUf8=',
08-24 19:37:17.497 8295 8315 D ReactNativeJS: CDVType: 'ArrayBuffer' } },
08-24 19:37:17.497 8295 8315 D ReactNativeJS: rssi: -77,
08-24 19:37:17.497 8295 8315 D ReactNativeJS: id: '80:EA:CA:70:01:0A',
08-24 19:37:17.497 8295 8315 D ReactNativeJS: name: 'Epilog39C' }
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 'mfgDataBytes value', [ 2,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 1,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 6,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 3,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 3,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 10,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 24,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 17,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 7,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 109,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 217,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 52,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 121,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 65,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 35,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 173,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 179,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 164,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 70,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 229,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 129,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 213,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 231,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 187,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 72,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 5,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 255,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 205,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 171,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 4,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 9,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 10,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 9,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 69,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 112,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 105,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 108,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 111,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 103,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 51,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 57,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 67,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 19,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 255,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 205,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 171,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 57,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 198,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 76,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 221,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 20,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 228,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 212,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 21,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 2,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 2,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 2,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 51,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 114,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 2,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 81,
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 255 ]
08-24 19:37:17.510 8295 8315 I ReactNativeJS: 'mfgDataBytes asHex', '255cdab39c64cdd14e4d4152223372251ff'
08-24 19:37:17.546 8295 8315 D ReactNativeJS: 'connectionLock', { '80:EA:CA:70:01:16': null, '80:EA:CA:70:01:05': null }
08-24 19:37:17.547 8295 8315 I ReactNativeJS: 'BLE Connect reqeusted', '80:EA:CA:70:01:0A'
08-24 19:37:17.549 8295 8316 D ReactNativeBleManager: Get connected peripherals
08-24 19:37:17.549 8295 8316 D BluetoothManager: getConnectedDevices
08-24 19:37:17.591 8295 8315 W ReactNativeJS: 'BLE Connected peripherals: ', [ { name: 'Epilog69F', id: '80:EA:CA:70:01:16', rssi: -76 },
08-24 19:37:17.591 8295 8315 W ReactNativeJS: { name: 'EpilogE2D', id: '80:EA:CA:70:01:05', rssi: -74 } ], -1
08-24 19:37:17.592 8295 8316 D ReactNativeBleManager: Connect to: 80:EA:CA:70:01:0A
08-24 19:37:17.593 8295 8316 D ReactNativeBleManager: Is Or Greater than M $mBluetoothDevice
08-24 19:37:17.593 8295 8316 D BluetoothGatt: connect() - device: 80:EA:CA:70:01:0A, auto: false
08-24 19:37:17.594 8295 8316 D BluetoothGatt: registerApp()
08-24 19:37:17.594 8295 8316 D BluetoothGatt: registerApp() - UUID=c55bcff0-b9cc-41b0-9ef8-ed39a68a28e0
08-24 19:37:17.596 11275 8282 D BtGatt.GattService: registerClient() - UUID=c55bcff0-b9cc-41b0-9ef8-ed39a68a28e0
08-24 19:37:17.596 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=c55bcff0-b9cc-41b0-9ef8-ed39a68a28e0, clientIf=11
08-24 19:37:17.597 8295 8309 D BluetoothGatt: onClientRegistered() - status=0 clientIf=11
08-24 19:37:17.599 11275 17781 D BtGatt.GattService: clientConnect() - address=80:EA:CA:70:01:0A, isDirect=true
08-24 19:37:17.599 11275 11295 D bt_btif_config: btif_get_address_type: Device [80:ea:ca:70:01:0a] address type 0
08-24 19:37:17.599 11275 11295 D bt_btif_config: btif_get_device_type: Device [80:ea:ca:70:01:0a] type 2
08-24 19:37:20.298 2998 4974 I WAKELOCK_RELEASE: TIMESTAMP=253644090880673, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:21.026 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297841918,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297841918,"value":[-99999,-99999,-99999,16838]}}'
08-24 19:37:21.026 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:37:21.425 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:37:21.426 11275 20534 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:37:21.427 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:37:21.429 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:37:21.434 2998 3699 I WAKELOCK_ACQUIRE: TIMESTAMP=253645226166804, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:21.445 2998 3670 I WAKELOCK_RELEASE: TIMESTAMP=253645237479028, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:21.456 2998 3432 I WAKELOCK_ACQUIRE: TIMESTAMP=253645248201770, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:21.466 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253645258564738, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:21.472 2998 12873 I WAKELOCK_ACQUIRE: TIMESTAMP=253645264214538, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:21.474 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=10, status=0, action=1, availableSpace=16
08-24 19:37:21.474 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 10 status - 0
08-24 19:37:21.474 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:37:21.474 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:37:21.474 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:37:22.328 2998 8280 I WAKELOCK_RELEASE: TIMESTAMP=253646120037996, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:22.333 2998 3013 I WAKELOCK_ACQUIRE: TIMESTAMP=253646124939433, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:22.416 2998 3589 I WAKELOCK_RELEASE: TIMESTAMP=253646208069946, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:22.421 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253646213161302, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:22.490 11275 11304 W bt_smp : smp_br_connect_callback is called on unexpected transport 2
08-24 19:37:22.491 11275 11304 W bt_btif : bta_dm_acl_change info: 0x0
08-24 19:37:22.491 11275 11295 D bt_btif_dm: remote version info [80:ea:ca:70:01:0a]: 0, 0, 0
08-24 19:37:22.495 11275 11295 E BluetoothRemoteDevices: state12newState0
08-24 19:37:22.498 11275 11295 D BtGatt.GattService: onConnected() - clientIf=11, connId=523, address=80:EA:CA:70:01:0A
08-24 19:37:22.498 8295 8309 D BluetoothGatt: onClientConnectionState() - status=0 clientIf=11 device=80:EA:CA:70:01:0A
08-24 19:37:22.499 8295 8309 D ReactNativeBleManager: onConnectionStateChange to 2 on peripheral: 80:EA:CA:70:01:0A with status 0
08-24 19:37:22.499 8295 8309 D ReactNativeBleManager: Peripheral event (BleManagerConnectPeripheral):80:EA:CA:70:01:0A
08-24 19:37:22.499 8295 8309 D ReactNativeBleManager: Connected to: 80:EA:CA:70:01:0A
08-24 19:37:22.502 8295 8315 W ReactNativeJS: 'BLE Connected to', '80:EA:CA:70:01:0A'
08-24 19:37:22.503 8295 8316 D ReactNativeBleManager: Retrieve services from: 80:EA:CA:70:01:0A
08-24 19:37:22.503 8295 8316 D BluetoothGatt: discoverServices() - device: 80:EA:CA:70:01:0A
08-24 19:37:22.507 11275 11289 D BtGatt.GattService: discoverServices() - address=80:EA:CA:70:01:0A, connId=523
08-24 19:37:22.511 11275 11295 D BtGatt.GattService: onSearchCompleted() - connId=523, status=0
08-24 19:37:22.530 8295 8308 D BluetoothGatt: onSearchComplete() = Device=80:EA:CA:70:01:0A Status=0
08-24 19:37:22.556 8295 8295 D BluetoothGatt: discoverServices() - device: 80:EA:CA:70:01:0A
08-24 19:37:22.557 11275 17777 D BtGatt.GattService: discoverServices() - address=80:EA:CA:70:01:0A, connId=523
08-24 19:37:22.566 11275 11295 D BtGatt.GattService: onSearchCompleted() - connId=523, status=0
08-24 19:37:22.579 8295 8308 D BluetoothGatt: onSearchComplete() = Device=80:EA:CA:70:01:0A Status=0
08-24 19:37:22.589 8295 8315 D ReactNativeJS: 'BLE Service info:', { characteristics:
08-24 19:37:22.589 8295 8315 D ReactNativeJS: [ { properties: { Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: '2a00',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '1800' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: '2a01',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '1800' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' } ],
08-24 19:37:22.589 8295 8315 D ReactNativeJS: properties: { Indicate: 'Indicate', Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: '2a05',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '1801' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: '2a29',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: '2a24',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: '2a25',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: '2a27',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: '2a26',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' } ],
08-24 19:37:22.589 8295 8315 D ReactNativeJS: properties: { Write: 'Write' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: '37d57fa2-805b-49ca-80b6-b05a81964ae2',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' } ],
08-24 19:37:22.589 8295 8315 D ReactNativeJS: properties: { Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: '29593a48-3e81-406a-9735-e10acd993202',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:37:22.589 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: '9c16c3ca-1f05-4089-a0af-aa8c921183ca',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:37:22.589 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: '351e4d7f-ff54-4b84-9a47-5d6d1234f179',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:37:22.589 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: 'ad3f5575-4217-4c7a-8418-2aa9bddd96ee',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:37:22.589 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: '64f668be-c025-4dd3-a1fd-ef49d07ffc15',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:37:22.589 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: 'c4ddc87d-a470-4606-b20a-6eff9444c725',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:37:22.589 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: '5eb2fd1d-3310-4b67-b09e-933891467fdd',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' } ],
08-24 19:37:22.589 8295 8315 D ReactNativeJS: properties: { Write: 'Write', Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: '339a2ba7-4cbe-4f3d-a1c0-373f1cf456b8',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' } ],
08-24 19:37:22.589 8295 8315 D ReactNativeJS: properties: { Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: 'f3871fcf-2bf9-4b2a-ac3c-5364acd22abe',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:37:22.589 8295 8315 D ReactNativeJS: properties: { Indicate: 'Indicate', Read: 'Read' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' } ],
08-24 19:37:22.589 8295 8315 D ReactNativeJS: services:
08-24 19:37:22.589 8295 8315 D ReactNativeJS: [ { uuid: '1800' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { uuid: '1801' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { uuid: '180a' },
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { uuid: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' } ],
08-24 19:37:22.589 8295 8315 D ReactNativeJS: advertising:
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:37:22.589 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:37:22.589 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:37:22.589 8295 8315 D ReactNativeJS: localName: 'Epilog39C',
08-24 19:37:22.589 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:37:22.589 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:37:22.589 8295 8315 D ReactNativeJS: { bytes:
08-24 19:37:22.589 8295 8315 D ReactNativeJS: [ 2,
08-24 19:37:22.589 8295 8315 D ReactNativeJS: 1,
08-24 19:37:22.589 8295 8315 D ReactNativeJS: 6,
08-24 19:37:22.589 8295 8315 D ReactNativeJS: 3,
08-24 19:37:22.589 8295 8315 D ReactNativeJS: 3,
08-24 19:37:22.589 8295 8315 D ReactNativeJS: 10,
08-24 19:37:22.589 8295 8315 D ReactNativeJS: [TOO BIG
08-24 19:37:22.589 8295 8315 I ReactNativeJS: epilogStateSaga after connect is this before ble_device_information_complete?
08-24 19:37:22.589 8295 8315 D ReactNativeJS: bleCommunicator reading char:D536853F-FCCB-4D07-8F0A-BB9986F29019::80:EA:CA:70:01:0A retryCnt:40
08-24 19:37:22.590 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:22.598 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253646390812369, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:22.653 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:37:22.654 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@44e009
08-24 19:37:22.655 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:D536853F-FCCB-4D07-8F0A-BB9986F29019::80:EA:CA:70:01:0A retryCnt:40', [], []
08-24 19:37:22.656 8295 8315 D ReactNativeJS: 'generateActionFromMessage', []
08-24 19:37:22.657 8295 8315 W ReactNativeJS: 'epilog last message', { peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:22.657 8295 8315 W ReactNativeJS: utc: 1598297842656,
08-24 19:37:22.657 8295 8315 W ReactNativeJS: type: 'INIT',
08-24 19:37:22.657 8295 8315 W ReactNativeJS: errorCnt: 'INIT',
08-24 19:37:22.657 8295 8315 W ReactNativeJS: value: 'none received yet' }
08-24 19:37:22.658 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:22.658 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:22.658 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:22.658 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: d536853f-fccb-4d07-8f0a-bb9986f29019 enable: true
08-24 19:37:22.660 11275 11317 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:0A enable: true
08-24 19:37:22.660 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=d536853f-fccb-4d07-8f0a-bb9986f29019
08-24 19:37:22.660 8295 8316 D ReactNativeBleManager: Characteristic d536853f-fccb-4d07-8f0a-bb9986f29019 set INDICATE
08-24 19:37:22.662 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:22.692 2998 3685 I WAKELOCK_ACQUIRE: TIMESTAMP=253646484486668, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:22.731 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:22.733 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:0A', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'D536853F-FCCB-4D07-8F0A-BB9986F29019'
08-24 19:37:22.771 8295 8315 D ReactNativeJS: 'getting deviceInfo for ', '80:EA:CA:70:01:0A'
08-24 19:37:22.771 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A29::80:EA:CA:70:01:0A retryCnt:40
08-24 19:37:22.773 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:22.778 2998 4477 I WAKELOCK_RELEASE: TIMESTAMP=253646570876652, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:22.780 8295 8309 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:37:22.782 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: C74100007F0F2EAAA00C622D38DFE0D6460BFAF8C741000183F4196932FF877205A772ECCB9000E5C741000256CAAE0E148398A6EF864B81B48B4F9CC74100038600686CEDC6BFA01652CC0AE701BE2FC74100042A38FBE57A0EE812F4C9900005F6D38CC7410005B606842CAFEEAE2CA28893AF9C66A0D2C741000679CEE6A640025C8CAED920963BCAA4F7C741000743D416E8C2F847B202669CE34B660045C74100083EC02DCE13C368A4EF544B2104862F82C7410009878002624DA8C3000847CB48E762362EC741000A29A2F885E415281CF10994002620D30CC741000BF801C448B4CEE6308230946FCA70A01CC741000C744EE8AFE000552C98D621383F8A84F6C741000DA3E22088EEFA6804024704E88B8E0025C741000E1AC32EA8188304A36FB654C198854F9AC741000F91604C69CD88C8E04A4C8B7EE962942BC7410010C9E4FF26440E87BAF52A260025FECF4DC74100117C090416B4CF2C38C2A0942F9E7260CCC7410012796E9CB200005AECBEDB6114380AA8FCC7410013E4BE1B686EFC08600406F6E12BE603A5C741001428B9EE3C1D234CA2CF9657C14E876F62C741001595A002628D72CB802E43AB4AEE431024C7410016E974F72678100784EF4A2C002614CCADC7410017300823FAAE8F683861D6926FA4762004C7410018720E5CB7200253AC24E10162352A30F7C7410019448A1988BEF5686A0006BCE2AC000024C741001A8CBB0ED81F82E69C0FC25F81367F8F34C741001B9AC02266ED48CCE06E474B52EF631028C741001CA9C8FDC6C807C7EAF06ADC0065CACD6DC741001DC21463D8AD4F6442E244922FC87A60A2C741001E748E80BB4004576C58E6A17A354A5EFEC741001FC50E184878F9496C02E680DC8CA406C4C7410020CABACEB82BA32C9F4FBC62612C81CF90C7410021A1600E622DA4D5007048AB6CF6C35E25C74100224976FE875A0B47BCEAEB1A03A5D4CC0DC7410023B814E3FAADEFAA494216962FF487A084C7410024708F02C3804A540C72ED622E382A74FFC741002505D01CA8E0FB49B40766EAE1AD120525C74100261CBF6F642CA30AA0AFF06B015E7FAF5AC7410027AAE014620D56D6A0DA43EAE6F5E38027C7410028E8FEFC673C0967A0EA6B70004560C72EC74100292814A3AEAC4FFE4DA1CE8C4FBC8D603EC741002A6DAE54BF8036510C1AE94210348A5AFDC741002BA59C16C852FA09AC058674D86D1C0824C741002CCEB8EF303542CE9EAFD470413C806F34C741002DA6C026626D3AD8E0F841EB48FB03D222C741002E8934FFF7FC0F474CEC4BA803A588C66EC741002F2417A3D2AA8FC44B819E920FD08EA018C74100306DCE3AC7404E4B0BF6EF425A3129AEFAC7410031C60E14084AF1A99A012634D70CBA0544C741003276B36F0C31623A946FC86DA0B67AAF10C7410033AB00005B6CA8D821043CAAC4F5442221C7410034290CFC47C405E740EB2BDC006566C74EC7410035601D235EA62FF65261D489EF98926086C74100366F0DECC6C07052EBBEEF426A328A38FDC7410037264C10E834F72A1402664ED5CD740B44C74100382AB18F703842769A6FBC7240CE750F0AC7410039B140025DECC2DEE11A3CAAF4FBA47E1DC741003A08F6FFA84E046710E4EC0804E51AC48EC741003B341F2366A60FDA5461868BAFD0940008C741003C686DFCD1A03C4A2BA2F282EE2F29D4FEC741003DA6B014E82EF40A76044662D78D920C24C741003E78B9CF9A3E428E99AFFF7A410C780F0AC741003FBC207C5C0CCCE3A1D03FEAE4FEC4F622C74100408976FEE8C606475EE66CBE03054EC48EC7410041CA25233AA66FFF5F41AE86EF8A9DA074C74100426D2DF4D340C2516BD6FB0360310A32FFC7410043C72610E83AF7AAEA01060AD24DE41544C741004446B46FCE478296966FDA7E40E478EED8C7410045B4E0345ACC82E5C1663D8ABAFFC4E41BC7410046E87CFCE90C0286C6E08C9A066508BE4EC741004796274306A10FD85C80F4850F449B4000C7410048608D98CF205644CB3EF3630E25C922FDC741004946DA0A27B0EA6AAE0085BEC6AD580DC3C741004AD6AF2F4A4001848FCFD47CC07E6DEE84C741004BBF00424F6C26E321E2374A54FAA51C1EC741004CE886F9294404E6DEDCACA00244D4BE0EC741004DD02942CE9DCFB46300E67DCF18A44056C741004E62CD46D1A0F4444B36F2635A254944FEC741004F07080A2770F08AFE00A58AC70DF012C3C7410050B6AB8F3C4661B88E6F96854092706E5CC7410051BA0006542C1CE621C8348A4AFCE57A17C7410052A886FB89920306B4D7CCCA05649CB90EC7410053BC2AE2B49B4FCA63606C7F0F68A6A006C74100545E4D50D460C63F6B20F8A3A424A924FBC7410055E7960D876EE8AB6201E59CC8CE1014A3C7410056C8B08F724C819C8C2FD28E803E6D6E36C7410057C340224EABDCE4A23A368A34FAA5A618C74100588858F8C99202467AD72CC202E45AB70FC74100590830625097EFCA6BA0C479AEFAA9400EC741005A5DECD6D440DA3F8AD4F723B420A8DAF8C741005BC79000672AE8EB8C0024DAC02DF61583C741005C30A5EF644F012E884F2289000064EDF0C741005DBF600E4A0B9AE622002DCA0AFE05AC0FC741005E6822F6E9EE020612D14D1806A446B02EC741005FFC31C26894AFBC6A003E7B4F18AAA000C7410060546CCED800D63AEAD6FD64281F88F0FDC7410061C82A09A724E64BC0036546C24E0C1B83C741006290A6AFCC52C1268B0FB893402668CDEEC7410063CA8028484BBEECA2942E69CAF9461612C7410064E806F409E2008650D08
08-24 19:37:22.845 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:37:22.852 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 11
08-24 19:37:22.853 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@5b51972
08-24 19:37:22.862 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A29::80:EA:CA:70:01:0A retryCnt:40', 'Epitel Inc.', [ 69, 112, 105, 116, 101, 108, 32, 73, 110, 99, 46 ]
08-24 19:37:22.862 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A24::80:EA:CA:70:01:0A retryCnt:40
08-24 19:37:22.863 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:22.891 2998 12873 I WAKELOCK_ACQUIRE: TIMESTAMP=253646682955273, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:22.930 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 6
08-24 19:37:22.931 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@d10d835
08-24 19:37:22.932 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A24::80:EA:CA:70:01:0A retryCnt:40', 'A-1011', [ 65, 45, 49, 48, 49, 49 ]
08-24 19:37:22.932 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A25::80:EA:CA:70:01:0A retryCnt:40
08-24 19:37:22.933 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:22.938 2998 3670 I WAKELOCK_RELEASE: TIMESTAMP=253646730599763, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:23.051 2998 3164 I WAKELOCK_ACQUIRE: TIMESTAMP=253646842943255, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:23.090 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 32
08-24 19:37:23.091 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@a64ca
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A25::80:EA:CA:70:01:0A retryCnt:40', '39C64CDD14E4D41502020233720251FF', [ 51,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 57,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 67,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 54,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 52,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 67,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 68,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 68,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 49,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 52,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 69,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 52,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 68,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 52,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 49,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 53,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 48,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 50,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 48,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 50,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 48,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 50,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 51,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 51,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 55,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 50,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 48,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 50,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 53,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 49,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 70,
08-24 19:37:23.094 8295 8315 D ReactNativeJS: 70 ]
08-24 19:37:23.095 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A27::80:EA:CA:70:01:0A retryCnt:40
08-24 19:37:23.095 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:23.101 2998 4973 I WAKELOCK_RELEASE: TIMESTAMP=253646893479040, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:23.172 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 2
08-24 19:37:23.173 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@d5ea63b
08-24 19:37:23.174 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A27::80:EA:CA:70:01:0A retryCnt:40', 'X6', [ 88, 54 ]
08-24 19:37:23.175 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A26::80:EA:CA:70:01:0A retryCnt:40
08-24 19:37:23.176 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:23.211 2998 3729 I WAKELOCK_ACQUIRE: TIMESTAMP=253647003831242, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:23.250 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 6
08-24 19:37:23.250 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@494f158
08-24 19:37:23.251 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A26::80:EA:CA:70:01:0A retryCnt:40', '0.13.5', [ 48, 46, 49, 51, 46, 53 ]
08-24 19:37:23.299 8295 8315 I ReactNativeJS: '0.12.0 wiring up', '80:EA:CA:70:01:0A'
08-24 19:37:23.302 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:0A', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 113, 50, 56, 55, 53, 54, 52, 52, 48, 49, 53, 53, 49 ], 40
08-24 19:37:23.302 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:0A
08-24 19:37:23.303 8295 8316 D ReactNativeBleManager: Message(13): 71323837353634343031353531
08-24 19:37:23.305 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:37:23.315 2998 3685 I WAKELOCK_RELEASE: TIMESTAMP=253647106921416, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:23.381 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: 2371 from peripheral: 80:EA:CA:70:01:0A
08-24 19:37:23.388 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 113 ],
08-24 19:37:23.388 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:37:23.388 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:37:23.388 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A' }
08-24 19:37:23.388 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 113 ]
08-24 19:37:23.390 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '71', []
08-24 19:37:23.395 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 95 action queue is time (1)', { type: 'E_PASSCODE_SET_REQ',
08-24 19:37:23.395 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:23.395 8295 8315 D ReactNativeJS: location: 'deviceInfoLoadedHandler',
08-24 19:37:23.395 8295 8315 D ReactNativeJS: value:
08-24 19:37:23.395 8295 8315 D ReactNativeJS: { serialNumber: '39C64CDD14E4D41502020233720251FF',
08-24 19:37:23.395 8295 8315 D ReactNativeJS: passcodeSequence: '401551' },
08-24 19:37:23.395 8295 8315 D ReactNativeJS: utc: 1598297843300 }
08-24 19:37:23.395 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:37:23.397 8295 8315 I ReactNativeJS: 'requesting epilog state', {}
08-24 19:37:23.397 8295 8315 D ReactNativeJS: bleCommunicator reading char:29593A48-3E81-406A-9735-E10ACD993202::80:EA:CA:70:01:0A retryCnt:40
08-24 19:37:23.398 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:37:23.399 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:23.404 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297843397,
08-24 19:37:23.404 8295 8315 D ReactNativeJS: action:
08-24 19:37:23.404 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:37:23.404 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:23.404 8295 8315 D ReactNativeJS: utc: 1598297843396 },
08-24 19:37:23.404 8295 8315 D ReactNativeJS: utcStarted: 1598297843397 } ]
08-24 19:37:23.406 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:0A', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 113, 50, 56, 55, 53, 54, 52, 52, 48, 49, 53, 53, 49 ], ' took 104'
08-24 19:37:23.408 8295 8315 W ReactNativeJS: '*** requestCompleteHandler action completed not in queue', { type: 'E_PASSCODE_SET_REQ_CMPLT',
08-24 19:37:23.408 8295 8315 W ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:23.408 8295 8315 W ReactNativeJS: location: 'deviceInfoLoadedHandler',
08-24 19:37:23.408 8295 8315 W ReactNativeJS: value:
08-24 19:37:23.408 8295 8315 W ReactNativeJS: { serialNumber: '39C64CDD14E4D41502020233720251FF',
08-24 19:37:23.408 8295 8315 W ReactNativeJS: passcodeSequence: '401551' },
08-24 19:37:23.408 8295 8315 W ReactNativeJS: utc: 1598297843406 }, [ { utc: 1598297843397,
08-24 19:37:23.408 8295 8315 W ReactNativeJS: action:
08-24 19:37:23.408 8295 8315 W ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:37:23.408 8295 8315 W ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:23.408 8295 8315 W ReactNativeJS: utc: 1598297843396 },
08-24 19:37:23.408 8295 8315 W ReactNativeJS: utcStarted: 1598297843397 } ]
08-24 19:37:23.409 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 10 ] ]
08-24 19:37:23.411 8295 8315 D ReactNativeJS: 'requestHandler replacing existing queue item', 'E_STATE_REQ', [ { utc: 1598297843397,
08-24 19:37:23.411 8295 8315 D ReactNativeJS: action:
08-24 19:37:23.411 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:37:23.411 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:23.411 8295 8315 D ReactNativeJS: utc: 1598297843396 },
08-24 19:37:23.411 8295 8315 D ReactNativeJS: utcStarted: 1598297843397 } ]
08-24 19:37:23.412 2998 12873 I WAKELOCK_ACQUIRE: TIMESTAMP=253647204710677, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:23.413 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297843397,
08-24 19:37:23.413 8295 8315 D ReactNativeJS: action:
08-24 19:37:23.413 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:37:23.413 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:23.413 8295 8315 D ReactNativeJS: utc: 1598297843410 },
08-24 19:37:23.413 8295 8315 D ReactNativeJS: utcStarted: 1598297843397,
08-24 19:37:23.413 8295 8315 D ReactNativeJS: utcActionUpdated: 1598297843411 } ]
08-24 19:37:23.415 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297843397,
08-24 19:37:23.415 8295 8315 D ReactNativeJS: action:
08-24 19:37:23.415 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:37:23.415 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:23.415 8295 8315 D ReactNativeJS: utc: 1598297843410 },
08-24 19:37:23.415 8295 8315 D ReactNativeJS: utcStarted: 1598297843397,
08-24 19:37:23.415 8295 8315 D ReactNativeJS: utcActionUpdated: 1598297843411 } ]
08-24 19:37:23.451 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 11
08-24 19:37:23.452 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@3849370
08-24 19:37:23.453 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:29593A48-3E81-406A-9735-E10ACD993202::80:EA:CA:70:01:0A retryCnt:40', { state: 4,
08-24 19:37:23.453 8295 8315 D ReactNativeJS: recordings: 9,
08-24 19:37:23.453 8295 8315 D ReactNativeJS: startPageOfCurrentOrLastRecording: 9227,
08-24 19:37:23.453 8295 8315 D ReactNativeJS: isClockSet: 1,
08-24 19:37:23.453 8295 8315 D ReactNativeJS: lastRecordedPage: 13852,
08-24 19:37:23.453 8295 8315 D ReactNativeJS: recordingSet: 22 }, [ 4, 9, 11, 36, 0, 1, 28, 54, 0, 22, 0 ]
08-24 19:37:23.454 8295 8315 D ReactNativeJS: 'got epilog state', { state: 4,
08-24 19:37:23.454 8295 8315 D ReactNativeJS: recordings: 9,
08-24 19:37:23.454 8295 8315 D ReactNativeJS: startPageOfCurrentOrLastRecording: 9227,
08-24 19:37:23.454 8295 8315 D ReactNativeJS: isClockSet: 1,
08-24 19:37:23.454 8295 8315 D ReactNativeJS: lastRecordedPage: 13852,
08-24 19:37:23.454 8295 8315 D ReactNativeJS: recordingSet: 22 }
08-24 19:37:23.454 8295 8315 D ReactNativeJS: bleCommunicator reading char:F3871FCF-2BF9-4B2A-AC3C-5364ACD22ABE::80:EA:CA:70:01:0A retryCnt:40
08-24 19:37:23.455 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:23.464 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253647256121015, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:23.491 2998 3164 I WAKELOCK_ACQUIRE: TIMESTAMP=253647283775930, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:23.534 2998 10650 I WAKELOCK_RELEASE: TIMESTAMP=253647325962801, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:23.651 2998 12876 I WAKELOCK_ACQUIRE: TIMESTAMP=253647443006975, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:23.690 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 51
08-24 19:37:23.691 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@cff16e9
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:F3871FCF-2BF9-4B2A-AC3C-5364ACD22ABE::80:EA:CA:70:01:0A retryCnt:40', { amplifierGain: '545.1dB',
08-24 19:37:23.695 8295 8315 D ReactNativeJS: sampleRate: 256,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: physicalMin: -500,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: physicalMax: 500,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: digitalMin: 0,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: digitalMax: 4095,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:37:23.695 8295 8315 D ReactNativeJS: dataPageDurationMS: 10664 }, [ 54,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 53,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 46,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 49,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 100,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 66,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 10,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 50,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 53,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 54,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 10,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 45,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 53,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 48,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 48,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 10,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 53,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 48,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 48,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 10,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 48,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 10,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 52,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 48,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 57,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 53,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 10,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 72,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 80,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 126,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 48,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 46,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 53,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 53,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 72,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 122,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 32,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 76,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 80,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 126,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 57,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 55,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 72,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 122,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 10,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 49,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 48,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 54,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 54,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 52,
08-24 19:37:23.695 8295 8315 D ReactNativeJS: 10 ]
08-24 19:37:23.696 8295 8315 I ReactNativeJS: 'epilog device info', { amplifierGain: '545.1dB',
08-24 19:37:23.696 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:37:23.696 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:37:23.696 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:37:23.696 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:37:23.696 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:37:23.696 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:37:23.696 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 }
08-24 19:37:23.696 8295 8315 D ReactNativeJS: bleCommunicator reading char:339A2BA7-4CBE-4F3D-A1C0-373F1CF456B8::80:EA:CA:70:01:0A retryCnt:40
08-24 19:37:23.697 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:23.704 2998 12873 I WAKELOCK_RELEASE: TIMESTAMP=253647496612136, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:23.772 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:37:23.773 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@2cdef6e
08-24 19:37:23.774 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:339A2BA7-4CBE-4F3D-A1C0-373F1CF456B8::80:EA:CA:70:01:0A retryCnt:40', undefined, []
08-24 19:37:23.774 8295 8315 I ReactNativeJS: 'epilog meta', undefined
08-24 19:37:23.774 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:0A retryCnt:40
08-24 19:37:23.775 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:23.811 2998 4974 I WAKELOCK_ACQUIRE: TIMESTAMP=253647603200038, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:23.850 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:37:23.850 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@db6a60f
08-24 19:37:23.851 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:0A retryCnt:40', NaN, []
08-24 19:37:23.852 8295 8315 I ReactNativeJS: 'epilog meta', NaN
08-24 19:37:23.854 8295 8315 W ReactNativeJS: 'Resetting recording data. Epilog reports diff than what we have in state', '80:EA:CA:70:01:0A', 'state:0', 'device:9'
08-24 19:37:23.910 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 513 action queue is time (1)', { type: 'E_STATE_REQ',
08-24 19:37:23.910 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:23.910 8295 8315 D ReactNativeJS: utc: 1598297843410 }
08-24 19:37:23.910 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:37:23.912 8295 8315 I ReactNativeJS: 'getting EPILOG_clock', { type: 'E_CLOCK_REQ',
08-24 19:37:23.912 8295 8315 I ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:23.912 8295 8315 I ReactNativeJS: utc: 1598297843911 }
08-24 19:37:23.912 8295 8315 I ReactNativeJS: getting time
08-24 19:37:23.912 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:0A', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 110 ], 40
08-24 19:37:23.913 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:0A
08-24 19:37:23.913 8295 8316 D ReactNativeBleManager: Message(1): 6E
08-24 19:37:23.914 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297843912,
08-24 19:37:23.914 8295 8315 D ReactNativeJS: action:
08-24 19:37:23.914 8295 8315 D ReactNativeJS: { type: 'E_CLOCK_REQ',
08-24 19:37:23.914 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:23.914 8295 8315 D ReactNativeJS: utc: 1598297843911 },
08-24 19:37:23.914 8295 8315 D ReactNativeJS: utcStarted: 1598297843912 } ]
08-24 19:37:23.915 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:37:23.918 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253647710736322, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:23.988 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: 236EE4070800000018001300250015000000 from peripheral: 80:EA:CA:70:01:0A
08-24 19:37:23.990 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 110, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 21, 0, 0, 0 ],
08-24 19:37:23.990 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:37:23.990 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:37:23.990 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A' }
08-24 19:37:23.991 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 110, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 21, 0, 0, 0 ]
08-24 19:37:23.992 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6e', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 21, 0, 0, 0 ]
08-24 19:37:23.993 8295 8315 D ReactNativeJS: 'epilog clock now,value,drift(ms)', '08/24/2020 19:37:21.000', '08/24/2020 19:37:23.991', 2991
08-24 19:37:24.011 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253647803378275, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.033 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 120 action queue is time (1)', { type: 'E_CLOCK_REQ',
08-24 19:37:24.033 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.033 8295 8315 D ReactNativeJS: utc: 1598297843911 }
08-24 19:37:24.033 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:37:24.033 8295 8315 I ReactNativeJS: 'epilog clock drifted', '80:EA:CA:70:01:0A', { utc: 1598297841000, drift: 2991 }
08-24 19:37:24.035 8295 8315 I ReactNativeJS: 'setting EPILOG_clock', { peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.035 8295 8315 I ReactNativeJS: utc: 1598297844034,
08-24 19:37:24.035 8295 8315 I ReactNativeJS: type: 'E_CLOCK_SET_REQ',
08-24 19:37:24.035 8295 8315 I ReactNativeJS: value: { utc: 1598297841000, drift: 2991 },
08-24 19:37:24.035 8295 8315 I ReactNativeJS: location: 'CLOCK DRIFTED',
08-24 19:37:24.035 8295 8315 I ReactNativeJS: CLOCK_DRIFT_THRESHOLD: 2000,
08-24 19:37:24.035 8295 8315 I ReactNativeJS: deviceState: 4 }
08-24 19:37:24.041 8295 8315 I ReactNativeJS: 'setting time', [ 116, 228, 7, 8, 0, 1, 0, 24, 0, 19, 0, 37, 0, 24, 0, 35, 0 ]
08-24 19:37:24.042 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:0A', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 116, 228, 7, 8, 0, 1, 0, 24, 0, 19, 0, 37, 0, 24, 0, 35, 0 ], 40
08-24 19:37:24.043 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:0A
08-24 19:37:24.043 8295 8316 D ReactNativeBleManager: Message(17): 74E4070800010018001300250018002300
08-24 19:37:24.045 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:37:24.046 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297844034,
08-24 19:37:24.046 8295 8315 D ReactNativeJS: action:
08-24 19:37:24.046 8295 8315 D ReactNativeJS: { peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.046 8295 8315 D ReactNativeJS: utc: 1598297844034,
08-24 19:37:24.046 8295 8315 D ReactNativeJS: type: 'E_CLOCK_SET_REQ',
08-24 19:37:24.046 8295 8315 D ReactNativeJS: value: { utc: 1598297841000, drift: 2991 },
08-24 19:37:24.046 8295 8315 D ReactNativeJS: location: 'CLOCK DRIFTED',
08-24 19:37:24.046 8295 8315 D ReactNativeJS: CLOCK_DRIFT_THRESHOLD: 2000,
08-24 19:37:24.046 8295 8315 D ReactNativeJS: deviceState: 4 },
08-24 19:37:24.046 8295 8315 D ReactNativeJS: utcStarted: 1598297844035 } ]
08-24 19:37:24.047 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:0A', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 110 ], ' took 134'
08-24 19:37:24.048 8295 8315 D ReactNativeJS: 'getting time done', undefined
08-24 19:37:24.049 2998 7026 I WAKELOCK_RELEASE: TIMESTAMP=253647841805284, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.137 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:0A', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 116, 228, 7, 8, 0, 1, 0, 24, 0, 19, 0, 37, 0, 24, 0, 35, 0 ], ' took 95'
08-24 19:37:24.139 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 105 action queue is time (1)', { peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.139 8295 8315 D ReactNativeJS: utc: 1598297844034,
08-24 19:37:24.139 8295 8315 D ReactNativeJS: type: 'E_CLOCK_SET_REQ',
08-24 19:37:24.139 8295 8315 D ReactNativeJS: value: { utc: 1598297841000, drift: 2991 },
08-24 19:37:24.139 8295 8315 D ReactNativeJS: location: 'CLOCK DRIFTED',
08-24 19:37:24.139 8295 8315 D ReactNativeJS: CLOCK_DRIFT_THRESHOLD: 2000,
08-24 19:37:24.139 8295 8315 D ReactNativeJS: deviceState: 4 }
08-24 19:37:24.140 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:37:24.143 8295 8315 I ReactNativeJS: 'getting EPILOG_clock', { type: 'E_CLOCK_REQ',
08-24 19:37:24.143 8295 8315 I ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.143 8295 8315 I ReactNativeJS: utc: 1598297844141 }
08-24 19:37:24.143 8295 8315 I ReactNativeJS: getting time
08-24 19:37:24.144 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:0A', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 110 ], 40
08-24 19:37:24.145 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:0A
08-24 19:37:24.145 8295 8316 D ReactNativeBleManager: Message(1): 6E
08-24 19:37:24.147 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297844142,
08-24 19:37:24.147 8295 8315 D ReactNativeJS: action:
08-24 19:37:24.147 8295 8315 D ReactNativeJS: { type: 'E_CLOCK_REQ',
08-24 19:37:24.147 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.147 8295 8315 D ReactNativeJS: utc: 1598297844141 },
08-24 19:37:24.147 8295 8315 D ReactNativeJS: utcStarted: 1598297844143 } ]
08-24 19:37:24.148 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:37:24.171 2998 3164 I WAKELOCK_ACQUIRE: TIMESTAMP=253647963847835, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.174 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: 2374E4070800010018001300250018002300 from peripheral: 80:EA:CA:70:01:0A
08-24 19:37:24.176 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 116, 228, 7, 8, 0, 1, 0, 24, 0, 19, 0, 37, 0, 24, 0, 35, 0 ],
08-24 19:37:24.176 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:37:24.176 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:37:24.176 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A' }
08-24 19:37:24.177 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 116, 228, 7, 8, 0, 1, 0, 24, 0, 19, 0, 37, 0, 24, 0, 35, 0 ]
08-24 19:37:24.178 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '74', [ 228, 7, 8, 0, 1, 0, 24, 0, 19, 0, 37, 0, 24, 0, 35, 0 ]
08-24 19:37:24.179 2998 3729 I WAKELOCK_RELEASE: TIMESTAMP=253647971385072, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.182 8295 8315 W ReactNativeJS: '*** requestCompleteHandler action completed not in queue', { peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.182 8295 8315 W ReactNativeJS: utc: 1598297844180,
08-24 19:37:24.182 8295 8315 W ReactNativeJS: type: 'E_CLOCK_SET_REQ_CMPLT',
08-24 19:37:24.182 8295 8315 W ReactNativeJS: value: 1598297844035 }, [ { utc: 1598297844142,
08-24 19:37:24.182 8295 8315 W ReactNativeJS: action:
08-24 19:37:24.182 8295 8315 W ReactNativeJS: { type: 'E_CLOCK_REQ',
08-24 19:37:24.182 8295 8315 W ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.182 8295 8315 W ReactNativeJS: utc: 1598297844141 },
08-24 19:37:24.182 8295 8315 W ReactNativeJS: utcStarted: 1598297844143 } ]
08-24 19:37:24.183 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 39 ] ]
08-24 19:37:24.185 8295 8315 D ReactNativeJS: 'requestHandler replacing existing queue item', 'E_CLOCK_REQ', [ { utc: 1598297844142,
08-24 19:37:24.185 8295 8315 D ReactNativeJS: action:
08-24 19:37:24.185 8295 8315 D ReactNativeJS: { type: 'E_CLOCK_REQ',
08-24 19:37:24.185 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.185 8295 8315 D ReactNativeJS: utc: 1598297844141 },
08-24 19:37:24.185 8295 8315 D ReactNativeJS: utcStarted: 1598297844143 } ]
08-24 19:37:24.186 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297844142,
08-24 19:37:24.186 8295 8315 D ReactNativeJS: action:
08-24 19:37:24.186 8295 8315 D ReactNativeJS: { type: 'E_CLOCK_REQ',
08-24 19:37:24.186 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.186 8295 8315 D ReactNativeJS: utc: 1598297844184 },
08-24 19:37:24.186 8295 8315 D ReactNativeJS: utcStarted: 1598297844143,
08-24 19:37:24.186 8295 8315 D ReactNativeJS: utcActionUpdated: 1598297844185 } ]
08-24 19:37:24.187 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:37:24.188 2998 3589 I WAKELOCK_ACQUIRE: TIMESTAMP=253647980105836, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.190 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297844142,
08-24 19:37:24.190 8295 8315 D ReactNativeJS: action:
08-24 19:37:24.190 8295 8315 D ReactNativeJS: { type: 'E_CLOCK_REQ',
08-24 19:37:24.190 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.190 8295 8315 D ReactNativeJS: utc: 1598297844184 },
08-24 19:37:24.190 8295 8315 D ReactNativeJS: utcStarted: 1598297844143,
08-24 19:37:24.190 8295 8315 D ReactNativeJS: utcActionUpdated: 1598297844185 } ]
08-24 19:37:24.214 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:0A', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 110 ], ' took 69'
08-24 19:37:24.215 8295 8315 D ReactNativeJS: 'getting time done', undefined
08-24 19:37:24.251 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: 236EE4070800000018001300250018000000 from peripheral: 80:EA:CA:70:01:0A
08-24 19:37:24.256 2998 3013 I WAKELOCK_RELEASE: TIMESTAMP=253648047935955, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.260 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 110, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 24, 0, 0, 0 ],
08-24 19:37:24.260 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:37:24.260 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:37:24.260 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A' }
08-24 19:37:24.261 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253648053264969, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.264 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 110, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 24, 0, 0, 0 ]
08-24 19:37:24.268 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6e', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 24, 0, 0, 0 ]
08-24 19:37:24.276 8295 8315 D ReactNativeJS: 'epilog clock now,value,drift(ms)', '08/24/2020 19:37:24.000', '08/24/2020 19:37:24.265', 265
08-24 19:37:24.319 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 177 action queue is time (1)', { type: 'E_CLOCK_REQ',
08-24 19:37:24.319 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.319 8295 8315 D ReactNativeJS: utc: 1598297844184 }
08-24 19:37:24.319 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:37:24.322 8295 8315 D ReactNativeJS: 'readChars', { peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.322 8295 8315 D ReactNativeJS: service: '48BBE7D5-81E5-46A4-B3AD-23417934D96D',
08-24 19:37:24.322 8295 8315 D ReactNativeJS: characteristic: 'C4DDC87D-A470-4606-B20A-6EFF9444C725' }
08-24 19:37:24.322 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:0A retryCnt:40
08-24 19:37:24.326 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:24.339 2998 3729 I WAKELOCK_RELEASE: TIMESTAMP=253648131186385, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.372 2998 3589 I WAKELOCK_ACQUIRE: TIMESTAMP=253648164436973, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.374 8295 8315 D ReactNativeJS: 'startDevicesRecording', [ '80:EA:CA:70:01:0A' ]
08-24 19:37:24.379 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297844321,
08-24 19:37:24.379 8295 8315 D ReactNativeJS: action:
08-24 19:37:24.379 8295 8315 D ReactNativeJS: { type: 'E_BATTERY_REQ',
08-24 19:37:24.379 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.379 8295 8315 D ReactNativeJS: utc: 1598297844320 },
08-24 19:37:24.379 8295 8315 D ReactNativeJS: utcStarted: 1598297844321 },
08-24 19:37:24.379 8295 8315 D ReactNativeJS: { utc: 1598297844377,
08-24 19:37:24.379 8295 8315 D ReactNativeJS: action:
08-24 19:37:24.379 8295 8315 D ReactNativeJS: { type: 'E_START_REC_REQ',
08-24 19:37:24.379 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.379 8295 8315 D ReactNativeJS: characteristics:
08-24 19:37:24.379 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:37:24.379 8295 8315 D ReactNativeJS: notify: true,
08-24 19:37:24.379 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:37:24.379 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:37:24.379 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:37:24.379 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:37:24.379 8295 8315 D ReactNativeJS: utc: 1598297844374 } } ]
08-24 19:37:24.382 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297844321,
08-24 19:37:24.382 8295 8315 D ReactNativeJS: action:
08-24 19:37:24.382 8295 8315 D ReactNativeJS: { type: 'E_BATTERY_REQ',
08-24 19:37:24.382 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.382 8295 8315 D ReactNativeJS: utc: 1598297844320 },
08-24 19:37:24.382 8295 8315 D ReactNativeJS: utcStarted: 1598297844321 },
08-24 19:37:24.382 8295 8315 D ReactNativeJS: { utc: 1598297844377,
08-24 19:37:24.382 8295 8315 D ReactNativeJS: action:
08-24 19:37:24.382 8295 8315 D ReactNativeJS: { type: 'E_START_REC_REQ',
08-24 19:37:24.382 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.382 8295 8315 D ReactNativeJS: characteristics:
08-24 19:37:24.382 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:37:24.382 8295 8315 D ReactNativeJS: notify: true,
08-24 19:37:24.382 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:37:24.382 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:37:24.382 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:37:24.382 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:37:24.382 8295 8315 D ReactNativeJS: utc: 1598297844374 } } ]
08-24 19:37:24.385 8295 8315 D ReactNativeJS: 'readChars', { peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.385 8295 8315 D ReactNativeJS: service: '48BBE7D5-81E5-46A4-B3AD-23417934D96D',
08-24 19:37:24.385 8295 8315 D ReactNativeJS: characteristic: 'C4DDC87D-A470-4606-B20A-6EFF9444C725' }
08-24 19:37:24.385 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:0A retryCnt:40
08-24 19:37:24.386 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:24.396 8295 8315 D ReactNativeJS: 'bleCommunicator read error retrying', 40, 'Read failed', '80:EA:CA:70:01:0A', 'C4DDC87D-A470-4606-B20A-6EFF9444C725', ' took 10'
08-24 19:37:24.396 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:0A retryCnt:39
08-24 19:37:24.396 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:24.402 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:0A retryCnt:38
08-24 19:37:24.402 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:24.403 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:0A retryCnt:37
08-24 19:37:24.404 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:24.405 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:0A retryCnt:36
08-24 19:37:24.406 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:24.407 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:0A retryCnt:35
08-24 19:37:24.408 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:24.408 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:0A retryCnt:34
08-24 19:37:24.409 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:24.410 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:37:24.410 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:0A retryCnt:33
08-24 19:37:24.411 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@db6a60f
08-24 19:37:24.411 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:0A
08-24 19:37:24.416 2998 4475 I WAKELOCK_RELEASE: TIMESTAMP=253648208823442, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.494 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:37:24.494 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@db6a60f
08-24 19:37:24.495 8295 8315 D ReactNativeJS: 'parseEvent', []
08-24 19:37:24.495 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:0A retryCnt:33', '', []
08-24 19:37:24.526 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 204 action queue is time (3)', { type: 'E_BATTERY_REQ',
08-24 19:37:24.526 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.526 8295 8315 D ReactNativeJS: utc: 1598297844320 }
08-24 19:37:24.527 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 148 ], [ 141 ] ]
08-24 19:37:24.528 8295 8315 I ReactNativeJS: 'startRecordingHandler', { type: 'E_START_REC_REQ',
08-24 19:37:24.528 8295 8315 I ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.528 8295 8315 I ReactNativeJS: characteristics:
08-24 19:37:24.528 8295 8315 I ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:37:24.528 8295 8315 I ReactNativeJS: notify: true,
08-24 19:37:24.528 8295 8315 I ReactNativeJS: buffer: 256 },
08-24 19:37:24.528 8295 8315 I ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:37:24.528 8295 8315 I ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:37:24.528 8295 8315 I ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:37:24.528 8295 8315 I ReactNativeJS: utc: 1598297844374 }
08-24 19:37:24.528 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:0A', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 97 ], 40
08-24 19:37:24.530 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:0A
08-24 19:37:24.531 8295 8316 D ReactNativeBleManager: Message(1): 61
08-24 19:37:24.533 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:37:24.575 2998 12875 I WAKELOCK_ACQUIRE: TIMESTAMP=253648366955224, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.612 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: 2361E4070800000018001300250019000000 from peripheral: 80:EA:CA:70:01:0A
08-24 19:37:24.616 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253648408725957, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.613 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:0A', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 97 ], ' took 84'
08-24 19:37:24.620 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 97, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 25, 0, 0, 0 ],
08-24 19:37:24.620 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:37:24.620 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:37:24.620 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A' }
08-24 19:37:24.621 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 97, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 25, 0, 0, 0 ]
08-24 19:37:24.622 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '61', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 25, 0, 0, 0 ]
08-24 19:37:24.649 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 271 action queue is time (2)', { type: 'E_START_REC_REQ',
08-24 19:37:24.649 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.649 8295 8315 D ReactNativeJS: characteristics:
08-24 19:37:24.649 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:37:24.649 8295 8315 D ReactNativeJS: notify: true,
08-24 19:37:24.649 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:37:24.649 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:37:24.649 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:37:24.649 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:37:24.649 8295 8315 D ReactNativeJS: utc: 1598297844374 }
08-24 19:37:24.650 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 264 ] ]
08-24 19:37:24.653 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:0A', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 40
08-24 19:37:24.654 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:0A
08-24 19:37:24.654 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:37:24.657 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:37:24.662 8295 8315 I ReactNativeJS: 'requestRealTimeNotificationOn', [ '80:EA:CA:70:01:16', '80:EA:CA:70:01:05', '80:EA:CA:70:01:0A' ], { '80:EA:CA:70:01:16':
08-24 19:37:24.662 8295 8315 I ReactNativeJS: { peripheral: '80:EA:CA:70:01:16',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: recordings: 7,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: recordingInfo: {},
08-24 19:37:24.662 8295 8315 I ReactNativeJS: recordingSet: 15,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: recentEegData: [],
08-24 19:37:24.662 8295 8315 I ReactNativeJS: events: [],
08-24 19:37:24.662 8295 8315 I ReactNativeJS: messages: [],
08-24 19:37:24.662 8295 8315 I ReactNativeJS: isCaughtUp: false,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: realTimePages: { received: 3, lastReceivedTimestamp: 1598297842818 },
08-24 19:37:24.662 8295 8315 I ReactNativeJS: missingPages: { received: 0 },
08-24 19:37:24.662 8295 8315 I ReactNativeJS: notifications: [],
08-24 19:37:24.662 8295 8315 I ReactNativeJS: connectionEvents:
08-24 19:37:24.662 8295 8315 I ReactNativeJS: [ { type: 'BLE_DEVICE_INFORMATION_LOADED',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: utc: 1598297809463,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: lastMessage: undefined } ],
08-24 19:37:24.662 8295 8315 I ReactNativeJS: manufacturerName: 'EpitelInc.',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: modelNumber: 'A-1011',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: serialNumber: '69F0C4E70533151502020263723250FF',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: hardwareRevision: 'X6',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: firmwareRevision: '0.13.5',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: isConnected: true,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: state: 1,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: startPageOfCurrentOrLastRecording: 11965,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: isClockSet: 1,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: lastRecordedPage: 16836,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: deviceInfo:
08-24 19:37:24.662 8295 8315 I ReactNativeJS: { amplifierGain: '545.1dB',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 },
08-24 19:37:24.662 8295 8315 I ReactNativeJS: metadata: NaN,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: lastDeviceMessage: undefined,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: clock: { utc: 1598297808000, drift: 2393 },
08-24 19:37:24.662 8295 8315 I ReactNativeJS: isReady: true,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: V: '' },
08-24 19:37:24.662 8295 8315 I ReactNativeJS: '80:EA:CA:70:01:05':
08-24 19:37:24.662 8295 8315 I ReactNativeJS: { peripheral: '80:EA:CA:70:01:05',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: recordings: 8,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: recordingInfo: {},
08-24 19:37:24.662 8295 8315 I ReactNativeJS: recordingSet: 25,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: recentEegData: [],
08-24 19:37:24.662 8295 8315 I ReactNativeJS: events: [],
08-24 19:37:24.662 8295 8315 I ReactNativeJS: messages: [],
08-24 19:37:24.662 8295 8315 I ReactNativeJS: isCaughtUp: false,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: realTimePages: { received: 0 },
08-24 19:37:24.662 8295 8315 I ReactNativeJS: missingPages: { received: 0 },
08-24 19:37:24.662 8295 8315 I ReactNativeJS: notifications: [],
08-24 19:37:24.662 8295 8315 I ReactNativeJS: connectionEvents:
08-24 19:37:24.662 8295 8315 I ReactNativeJS: [ { type: 'BLE_DEVICE_INFORMATION_LOADED',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: utc: 1598297833065,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: lastMessage: undefined } ],
08-24 19:37:24.662 8295 8315 I ReactNativeJS: manufacturerName: 'EpitelInc.',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: modelNumber: 'A-1011',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: serialNumber: 'E2DBD69D14E4D41502020233524051FF',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: hardwareRevision: 'X6',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: firmwareRevision: '0.13.5',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: isConnected: true,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: state: 1,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: startPageOfCurrentOrLastRecording: 11360,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: isClockSet: 1,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: lastRecordedPage: 14839,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: deviceInfo:
08-24 19:37:24.662 8295 8315 I ReactNativeJS: { amplifierGain: '545.1dB',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 },
08-24 19:37:24.662 8295 8315 I ReactNativeJS: metadata: NaN,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: lastDeviceMessage: undefined,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: clock: { utc: 1598297832000, drift: 1874 },
08-24 19:37:24.662 8295 8315 I ReactNativeJS: isReady: true,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: V: '' },
08-24 19:37:24.662 8295 8315 I ReactNativeJS: '80:EA:CA:70:01:0A':
08-24 19:37:24.662 8295 8315 I ReactNativeJS: { peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: recordings: 9,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: recordingInfo: {},
08-24 19:37:24.662 8295 8315 I ReactNativeJS: recordingSet: 22,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: recentEegData: [],
08-24 19:37:24.662 8295 8315 I ReactNativeJS: events: [],
08-24 19:37:24.662 8295 8315 I ReactNativeJS: messages: [],
08-24 19:37:24.662 8295 8315 I ReactNativeJS: isCaughtUp: false,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: realTimePages: { received: 0 },
08-24 19:37:24.662 8295 8315 I ReactNativeJS: missingPages: { received: 0 },
08-24 19:37:24.662 8295 8315 I ReactNativeJS: notifications: [],
08-24 19:37:24.662 8295 8315 I ReactNativeJS: connectionEvents:
08-24 19:37:24.662 8295 8315 I ReactNativeJS: [ { type: 'BLE_DEVICE_INFORMATION_LOADED',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: utc: 1598297843256,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: lastMessage: undefined } ],
08-24 19:37:24.662 8295 8315 I ReactNativeJS: manufacturerName: 'EpitelInc.',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: modelNumber: 'A-1011',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: serialNumber: '39C64CDD14E4D41502020233720251FF',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: hardwareRevision: 'X6',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: firmwareRevision: '0.13.5',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: isConnected: true,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: state: 1,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: startPageOfCurrentOrLastRecording: 9227,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: isClockSet: 1,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: lastRecordedPage: 13852,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: deviceInfo:
08-24 19:37:24.662 8295 8315 I ReactNativeJS: { amplifierGain: '545.1dB',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:37:24.662 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 },
08-24 19:37:24.662 8295 8315 I ReactNativeJS: metadata: NaN,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: lastDeviceMessage: undefined,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: clock: { utc: 1598297844000, drift: 265 },
08-24 19:37:24.662 8295 8315 I ReactNativeJS: isReady: true,
08-24 19:37:24.662 8295 8315 I ReactNativeJS: V: '' } }
08-24 19:37:24.664 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:24.665 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:37:24.665 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:24.665 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:24.665 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 9c16c3ca-1f05-4089-a0af-aa8c921183ca enable: true
08-24 19:37:24.666 11275 11288 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:37:24.667 11275 11295 W bt_btif : notification already registered
08-24 19:37:24.667 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=9c16c3ca-1f05-4089-a0af-aa8c921183ca
08-24 19:37:24.667 8295 8316 D ReactNativeBleManager: Characteristic buffering 9c16c3ca-1f05-4089-a0af-aa8c921183ca count:256
08-24 19:37:24.668 8295 8316 D ReactNativeBleManager: Characteristic 9c16c3ca-1f05-4089-a0af-aa8c921183ca set NOTIFY
08-24 19:37:24.669 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:24.671 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297844384,
08-24 19:37:24.671 8295 8315 D ReactNativeJS: action:
08-24 19:37:24.671 8295 8315 D ReactNativeJS: { type: 'E_FLASH_INDICATION_REQ',
08-24 19:37:24.671 8295 8315 D ReactNativeJS: force: true,
08-24 19:37:24.671 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.671 8295 8315 D ReactNativeJS: value: 0,
08-24 19:37:24.671 8295 8315 D ReactNativeJS: location: 'actionTransition.E_READY',
08-24 19:37:24.671 8295 8315 D ReactNativeJS: utc: 1598297844382 },
08-24 19:37:24.671 8295 8315 D ReactNativeJS: utcStarted: 1598297844652 },
08-24 19:37:24.671 8295 8315 D ReactNativeJS: { utc: 1598297844667,
08-24 19:37:24.671 8295 8315 D ReactNativeJS: action:
08-24 19:37:24.671 8295 8315 D ReactNativeJS: { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:37:24.671 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.671 8295 8315 D ReactNativeJS: characteristics:
08-24 19:37:24.671 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:37:24.671 8295 8315 D ReactNativeJS: notify: true,
08-24 19:37:24.671 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:37:24.671 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:37:24.671 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:37:24.671 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:37:24.671 8295 8315 D ReactNativeJS: utc: 1598297844667 } } ]
08-24 19:37:24.673 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:24.674 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:24.674 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:24.674 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 9c16c3ca-1f05-4089-a0af-aa8c921183ca enable: true
08-24 19:37:24.675 11275 8281 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:37:24.675 11275 11295 W bt_btif : notification already registered
08-24 19:37:24.675 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=9c16c3ca-1f05-4089-a0af-aa8c921183ca
08-24 19:37:24.676 8295 8316 D ReactNativeBleManager: Characteristic buffering 9c16c3ca-1f05-4089-a0af-aa8c921183ca count:256
08-24 19:37:24.676 8295 8316 D ReactNativeBleManager: Characteristic 9c16c3ca-1f05-4089-a0af-aa8c921183ca set NOTIFY
08-24 19:37:24.676 2998 3699 I WAKELOCK_ACQUIRE: TIMESTAMP=253648468343042, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.677 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:24.682 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253648474086957, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.696 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:24.696 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"9C16C3CA-1F05-4089-A0AF-AA8C921183CA","notify":true,"buffer":256} device:80:EA:CA:70:01:16
08-24 19:37:24.697 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:24.697 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:24.697 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:24.697 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 5eb2fd1d-3310-4b67-b09e-933891467fdd enable: true
08-24 19:37:24.698 11275 17783 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:37:24.698 11275 11295 W bt_btif : notification already registered
08-24 19:37:24.699 8295 8316 D ReactNativeBleManager: Characteristic 5eb2fd1d-3310-4b67-b09e-933891467fdd set NOTIFY
08-24 19:37:24.699 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=5eb2fd1d-3310-4b67-b09e-933891467fdd
08-24 19:37:24.700 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:24.701 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253648493576727, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.706 2998 12876 I WAKELOCK_RELEASE: TIMESTAMP=253648498822076, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.734 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: 236C00 from peripheral: 80:EA:CA:70:01:0A
08-24 19:37:24.736 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:24.737 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 108, 0 ],
08-24 19:37:24.737 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:37:24.737 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:37:24.737 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A' }
08-24 19:37:24.737 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 0 ]
08-24 19:37:24.738 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 0 ]
08-24 19:37:24.741 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 356 action queue is time (2)', { type: 'E_FLASH_INDICATION_REQ',
08-24 19:37:24.741 8295 8315 D ReactNativeJS: force: true,
08-24 19:37:24.741 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:24.741 8295 8315 D ReactNativeJS: value: 0,
08-24 19:37:24.741 8295 8315 D ReactNativeJS: location: 'actionTransition.E_READY',
08-24 19:37:24.741 8295 8315 D ReactNativeJS: utc: 1598297844382 }
08-24 19:37:24.741 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 73 ] ]
08-24 19:37:24.742 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:24.743 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:24.743 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:24.743 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 9c16c3ca-1f05-4089-a0af-aa8c921183ca enable: true
08-24 19:37:24.744 11275 20531 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:0A enable: true
08-24 19:37:24.744 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=9c16c3ca-1f05-4089-a0af-aa8c921183ca
08-24 19:37:24.745 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:0A', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], ' took 91'
08-24 19:37:24.745 8295 8316 D ReactNativeBleManager: Characteristic buffering 9c16c3ca-1f05-4089-a0af-aa8c921183ca count:256
08-24 19:37:24.745 8295 8316 D ReactNativeBleManager: Characteristic 9c16c3ca-1f05-4089-a0af-aa8c921183ca set NOTIFY
08-24 19:37:24.746 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '5EB2FD1D-3310-4B67-B09E-933891467FDD'
08-24 19:37:24.746 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"5EB2FD1D-3310-4B67-B09E-933891467FDD","notify":true} device:80:EA:CA:70:01:16
08-24 19:37:24.747 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:24.747 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"9C16C3CA-1F05-4089-A0AF-AA8C921183CA","notify":true,"buffer":256} device:80:EA:CA:70:01:05
08-24 19:37:24.747 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:24.748 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:24.748 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:24.748 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:24.748 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: c4ddc87d-a470-4606-b20a-6eff9444c725 enable: true
08-24 19:37:24.750 11275 17778 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:37:24.751 11275 11295 W bt_btif : notification already registered
08-24 19:37:24.751 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=c4ddc87d-a470-4606-b20a-6eff9444c725
08-24 19:37:24.751 8295 8316 D ReactNativeBleManager: Characteristic c4ddc87d-a470-4606-b20a-6eff9444c725 set NOTIFY
08-24 19:37:24.752 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:24.753 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:24.753 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:24.753 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:24.753 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 5eb2fd1d-3310-4b67-b09e-933891467fdd enable: true
08-24 19:37:24.754 11275 17780 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:37:24.754 11275 11295 W bt_btif : notification already registered
08-24 19:37:24.754 8295 8316 D ReactNativeBleManager: Characteristic 5eb2fd1d-3310-4b67-b09e-933891467fdd set NOTIFY
08-24 19:37:24.754 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=5eb2fd1d-3310-4b67-b09e-933891467fdd
08-24 19:37:24.755 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:24.771 2998 12876 I WAKELOCK_ACQUIRE: TIMESTAMP=253648563607757, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.796 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:24.796 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'C4DDC87D-A470-4606-B20A-6EFF9444C725'
08-24 19:37:24.797 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"C4DDC87D-A470-4606-B20A-6EFF9444C725","notify":true} device:80:EA:CA:70:01:16
08-24 19:37:24.797 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:24.798 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:24.798 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:24.798 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 351e4d7f-ff54-4b84-9a47-5d6d1234f179 enable: true
08-24 19:37:24.799 11275 8276 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:37:24.799 11275 11295 W bt_btif : notification already registered
08-24 19:37:24.800 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=351e4d7f-ff54-4b84-9a47-5d6d1234f179
08-24 19:37:24.800 8295 8316 D ReactNativeBleManager: Characteristic 351e4d7f-ff54-4b84-9a47-5d6d1234f179 set NOTIFY
08-24 19:37:24.801 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:24.805 2998 3699 I WAKELOCK_RELEASE: TIMESTAMP=253648597891316, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.814 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:24.815 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"9C16C3CA-1F05-4089-A0AF-AA8C921183CA","notify":true,"buffer":256} device:80:EA:CA:70:01:0A
08-24 19:37:24.817 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:24.818 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:24.818 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:24.818 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 5eb2fd1d-3310-4b67-b09e-933891467fdd enable: true
08-24 19:37:24.818 2998 12875 I WAKELOCK_ACQUIRE: TIMESTAMP=253648610149347, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.820 11275 17781 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:0A enable: true
08-24 19:37:24.820 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=5eb2fd1d-3310-4b67-b09e-933891467fdd
08-24 19:37:24.820 8295 8316 D ReactNativeBleManager: Characteristic 5eb2fd1d-3310-4b67-b09e-933891467fdd set NOTIFY
08-24 19:37:24.823 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:24.824 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '5EB2FD1D-3310-4B67-B09E-933891467FDD'
08-24 19:37:24.824 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"5EB2FD1D-3310-4B67-B09E-933891467FDD","notify":true} device:80:EA:CA:70:01:05
08-24 19:37:24.825 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:24.825 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:24.826 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:24.826 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:24.826 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: c4ddc87d-a470-4606-b20a-6eff9444c725 enable: true
08-24 19:37:24.831 11275 8279 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:37:24.832 11275 11295 W bt_btif : notification already registered
08-24 19:37:24.832 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=c4ddc87d-a470-4606-b20a-6eff9444c725
08-24 19:37:24.832 8295 8316 D ReactNativeBleManager: Characteristic c4ddc87d-a470-4606-b20a-6eff9444c725 set NOTIFY
08-24 19:37:24.833 2998 3670 I WAKELOCK_RELEASE: TIMESTAMP=253648625050890, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.834 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:24.838 8295 8317 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:24.839 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '351E4D7F-FF54-4B84-9A47-5D6D1234F179'
08-24 19:37:24.840 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"351E4D7F-FF54-4B84-9A47-5D6D1234F179","notify":true} device:80:EA:CA:70:01:16
08-24 19:37:24.843 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 178 action queue is time (1)', { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:37:24.843 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:37:24.843 8295 8315 D ReactNativeJS: characteristics:
08-24 19:37:24.843 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:37:24.843 8295 8315 D ReactNativeJS: notify: true,
08-24 19:37:24.843 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:37:24.843 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:37:24.843 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:37:24.843 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:37:24.843 8295 8315 D ReactNativeJS: utc: 1598297844663 }
08-24 19:37:24.843 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:37:24.862 2998 3699 I WAKELOCK_ACQUIRE: TIMESTAMP=253648654338534, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.891 8295 8317 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:24.891 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:0A', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '5EB2FD1D-3310-4B67-B09E-933891467FDD'
08-24 19:37:24.892 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"5EB2FD1D-3310-4B67-B09E-933891467FDD","notify":true} device:80:EA:CA:70:01:0A
08-24 19:37:24.892 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:24.892 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:24.892 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:24.893 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: c4ddc87d-a470-4606-b20a-6eff9444c725 enable: true
08-24 19:37:24.894 11275 11289 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:0A enable: true
08-24 19:37:24.894 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=c4ddc87d-a470-4606-b20a-6eff9444c725
08-24 19:37:24.895 8295 8316 D ReactNativeBleManager: Characteristic c4ddc87d-a470-4606-b20a-6eff9444c725 set NOTIFY
08-24 19:37:24.896 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:24.902 2998 3164 I WAKELOCK_RELEASE: TIMESTAMP=253648694148277, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.907 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:24.907 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'C4DDC87D-A470-4606-B20A-6EFF9444C725'
08-24 19:37:24.908 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"C4DDC87D-A470-4606-B20A-6EFF9444C725","notify":true} device:80:EA:CA:70:01:05
08-24 19:37:24.908 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:24.908 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:24.908 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:24.908 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 351e4d7f-ff54-4b84-9a47-5d6d1234f179 enable: true
08-24 19:37:24.909 11275 11288 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:37:24.909 11275 11295 W bt_btif : notification already registered
08-24 19:37:24.909 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=351e4d7f-ff54-4b84-9a47-5d6d1234f179
08-24 19:37:24.909 8295 8316 D ReactNativeBleManager: Characteristic 351e4d7f-ff54-4b84-9a47-5d6d1234f179 set NOTIFY
08-24 19:37:24.911 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:24.942 2998 4974 I WAKELOCK_ACQUIRE: TIMESTAMP=253648734804572, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.971 8295 8317 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:24.972 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:0A', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'C4DDC87D-A470-4606-B20A-6EFF9444C725'
08-24 19:37:24.972 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"C4DDC87D-A470-4606-B20A-6EFF9444C725","notify":true} device:80:EA:CA:70:01:0A
08-24 19:37:24.973 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:37:24.973 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:37:24.973 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:37:24.974 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 351e4d7f-ff54-4b84-9a47-5d6d1234f179 enable: true
08-24 19:37:24.976 11275 8281 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:0A enable: true
08-24 19:37:24.976 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=351e4d7f-ff54-4b84-9a47-5d6d1234f179
08-24 19:37:24.976 8295 8316 D ReactNativeBleManager: Characteristic 351e4d7f-ff54-4b84-9a47-5d6d1234f179 set NOTIFY
08-24 19:37:24.978 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:37:24.985 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253648777265715, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:24.991 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:24.992 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '351E4D7F-FF54-4B84-9A47-5D6D1234F179'
08-24 19:37:24.992 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"351E4D7F-FF54-4B84-9A47-5D6D1234F179","notify":true} device:80:EA:CA:70:01:05
08-24 19:37:24.994 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 327 action queue is time (1)', { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:37:24.994 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:37:24.994 8295 8315 D ReactNativeJS: characteristics:
08-24 19:37:24.994 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:37:24.994 8295 8315 D ReactNativeJS: notify: true,
08-24 19:37:24.994 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:37:24.994 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:37:24.994 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:37:24.994 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:37:24.994 8295 8315 D ReactNativeJS: utc: 1598297844665 }
08-24 19:37:24.994 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:37:25.054 8295 8317 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:37:25.055 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:0A', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '351E4D7F-FF54-4B84-9A47-5D6D1234F179'
08-24 19:37:25.055 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"351E4D7F-FF54-4B84-9A47-5D6D1234F179","notify":true} device:80:EA:CA:70:01:0A
08-24 19:37:25.059 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 391 action queue is time (1)', { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:37:25.059 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:37:25.059 8295 8315 D ReactNativeJS: characteristics:
08-24 19:37:25.059 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:37:25.059 8295 8315 D ReactNativeJS: notify: true,
08-24 19:37:25.059 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:37:25.059 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:37:25.059 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:37:25.059 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:37:25.059 8295 8315 D ReactNativeJS: utc: 1598297844667 }
08-24 19:37:25.060 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:37:25.111 2998 12873 I WAKELOCK_ACQUIRE: TIMESTAMP=253648903612271, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.353 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:37:26.356 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'TICK',
08-24 19:37:26.356 8295 8315 D ReactNativeJS: value: 10000,
08-24 19:37:26.356 8295 8315 D ReactNativeJS: location: 'INTERVAL',
08-24 19:37:26.356 8295 8315 D ReactNativeJS: utc: 1598297846353 }
08-24 19:37:26.363 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:37:26.369 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:37:26.416 8295 8316 D ReactNativeBleManager: scan
08-24 19:37:26.420 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:37:26.423 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:37:26.432 11275 8279 D BtGatt.GattService: registerClient() - UUID=ce4f3d60-e296-440b-8a52-ff9be477fcb5
08-24 19:37:26.433 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=ce4f3d60-e296-440b-8a52-ff9be477fcb5, clientIf=12
08-24 19:37:26.434 8295 8309 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=12
08-24 19:37:26.437 11275 20534 D BtGatt.GattService: start scan with filters
08-24 19:37:26.446 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:37:26.461 2998 8280 I WAKELOCK_RELEASE: TIMESTAMP=253650252975410, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.471 2998 3685 I WAKELOCK_ACQUIRE: TIMESTAMP=253650262527264, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.473 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=12, status=0, action=1
08-24 19:37:26.473 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 12 status - 0
08-24 19:37:26.474 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:37:26.480 2998 8278 I WAKELOCK_RELEASE: TIMESTAMP=253650272416191, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.489 2998 4973 I WAKELOCK_ACQUIRE: TIMESTAMP=253650281094753, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.491 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=12, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:37:26.491 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 12 status - 0
08-24 19:37:26.492 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:37:26.502 2998 4974 I WAKELOCK_RELEASE: TIMESTAMP=253650294079696, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.508 2998 3013 I WAKELOCK_ACQUIRE: TIMESTAMP=253650300648176, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.511 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=12, status=0, action=0, availableSpace=15
08-24 19:37:26.511 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 12 status - 0
08-24 19:37:26.513 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:37:26.513 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:37:26.514 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:37:26.515 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:37:26.519 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253650311335467, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.524 2998 12876 I WAKELOCK_ACQUIRE: TIMESTAMP=253650315976658, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.529 2998 4477 I WAKELOCK_RELEASE: TIMESTAMP=253650321429088, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.534 2998 8280 I WAKELOCK_ACQUIRE: TIMESTAMP=253650326387477, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.538 2998 12873 I WAKELOCK_RELEASE: TIMESTAMP=253650330198928, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.541 2998 12875 I WAKELOCK_ACQUIRE: TIMESTAMP=253650333600403, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.549 2998 3729 I WAKELOCK_RELEASE: TIMESTAMP=253650341306358, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.552 2998 4477 I WAKELOCK_ACQUIRE: TIMESTAMP=253650344701783, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.556 2998 3432 I WAKELOCK_RELEASE: TIMESTAMP=253650348539348, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.561 2998 7026 I WAKELOCK_ACQUIRE: TIMESTAMP=253650353737895, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.567 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253650358912754, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:26.572 2998 4973 I WAKELOCK_ACQUIRE: TIMESTAMP=253650364173053, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:28.076 2998 3432 I WAKELOCK_RELEASE: TIMESTAMP=253651868058206, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:31.503 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:37:31.506 11275 8276 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:37:31.507 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:37:31.510 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:37:31.520 2998 3699 I WAKELOCK_ACQUIRE: TIMESTAMP=253655312476149, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:31.523 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:37:31.539 2998 3013 I WAKELOCK_RELEASE: TIMESTAMP=253655331550068, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:31.550 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253655341916586, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:31.561 2998 4973 I WAKELOCK_RELEASE: TIMESTAMP=253655353637749, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:31.572 2998 8280 I WAKELOCK_ACQUIRE: TIMESTAMP=253655363889263, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:31.574 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=12, status=0, action=1, availableSpace=16
08-24 19:37:31.574 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 12 status - 0
08-24 19:37:31.575 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:37:31.575 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:37:31.575 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:37:32.923 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297853919,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297853919,"value":[-99999,-99999,-99999,16839]}}'
08-24 19:37:32.923 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:37:33.074 2998 3013 I WAKELOCK_RELEASE: TIMESTAMP=253656866011883, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:33.477 8295 8309 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:37:33.477 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: C84100000624AABB2F0A2BE2A89CAF846641D07FC84100018F189960005EACE2D780BA43CAC6F123C8410002DE25293AFAA76C05E772EA6AFC000524C8410003C5ADCE122338A56F744AC144854F6289C8410004400666ADCEC1200A4E6B78E361CE302AC841000518F765A80D2860F5C998000612D58D12C8410006054466B34EF034A2B6950FB46D61187AC84100076F14A7E0325ECD1CDAA10C456AFAF8C3C8410008EE20E94CFFF83E07E782EC4BE6014558C8410009C5AE421D43A4A9CFC84F21E692CFEC8DC841000A20306D8E6CC9003A4D8C16F7C26C2F4AC841000B10FFC664128820F4EA3E04465AD2CD2EC841000C09048CB52EF83162569ECFE870407E77C841000DCF2CB4600C590CBCDBA1203FCAC2F8C4C841000E8825490CFCC80A0A0710E90BD800455CC841000FC8AEB21F636CA96FFF5861908DEFE099C8410010406C68EDDCCFE0BC4E2BB4F1A2B42FAAC841001142FE668A144830F9EA76038628D4AE10C84100120E445CB34FCA40A2BE9B6FD47D81087CC84100132EBEB5C0185EECBAE0218C3E6B30FFC4C84100149C20693EFFC8900486CCE72C74048502C8410015C04EAC226380A16FEA58616E880FA09DC8410016C00669CDB4D2406E488BBAF6E32029A9C8410017C2FD06FE1027A4F22AB003660ACDCD5CC841001811648EB1EF563F022C954FE47D20A675C8410019CEBEBB400C572C4AE701EC38AA6EFAA5C841001A141988E8FC68B607872EE74C5E02E504C841001BC12EEC25E332A42FFF5FE12C844F76A8C841001C4034658D74D340E248AB1AF1C34A2A09C841001DEAFDA7340BC7D2F72B0800A58CD08E16C841001E1283CEAE2FB84742348F8FBA8340A672C841001F4E6CBAA02A594C2AE3E18C374A82FDA5C84100204015A868FB892C00A69CE02CEA08449CC8410021B98EB62B22DE9CCFE06421267F0F70A4C8410022202E5F4D1CD9207E42AB24F7837C24A9C841002348FF0758082756EB2B3400659AC7EDD4C841002418A3AEA8EF524861E4906FC67F202E6FC84100252E44C0400652EC32E861E0364A14FF25C84100264A190830F4298600C642D7CCBA052494C8410027BB2EAA2AC27C9BAFB069C0267BAF28A2C8410028C0025A2CB6D4E0B43FAA9CF3C3D22088C8410029E6F9874A092746E88B7A000594C4CE42C841002A16A398A94FCA4D21C88C6FAE8F004C6EC841002B4E02C66048500C02E70266350A10FDC5C841002CF6138850F609D6000670DA6D3C0B4482C841002DB66F823662B29ACFDE75A1167FCF1CAFC841002E602E5EED28DE412240AB5AF9C46A2489C841002F18FFA81A0946FEE64BF401E556C40E50C84100301E4384A7EFDE5642068BEF729020166CC8410031ADCECC80664D0C0AEEA2E42EA9EAFFF6C8410032B01447CEF60A76020624D2AD4008C47EC8410033B3AF7239C268972FC677006C77CF04AFC8410034401655AC90E101883B8AC0F764A81DA8C8410035FCFBE83E06C70AE5CC3C01A55EC24E82C84100361E6324A7EFC4552104824F7296600264C84100370D6EC82036468B54E8C2CA26296EF646C8410038440427A8F02A0C00059ECEED240943C6C8410039AAAF7C3A02048BEFA277E050740E8EB5C841003AA01E554C4AE10138396AD2F884F61708C841003BBEFB08FA0626C4E20CA6070518BB6EC4C841003C29636CA28FDA5DE18C856F789E002469C841003D0DCCD4E0B049ABACFBC3642BE9C4FFF7C841003E360F87ACF24B2002059CCF4DA613A428C841003FAE0F9843421492EFDA80C03670CEBCC3C8410040A012560C60EC41E6398A3CFD655C1BE8C8410041B4F8A9160666ACDBCCA804C50ABF0EF8C84100422B22D29F6FFA676142804F6AAA403E63C84100432D44D820F849CB8EF623922A8964FFC7C8410044700CE7E6F16B6E012596CEADF816638AC8410045AC0FAA49A2068F6FDA8920A46C6E46C0C841004600584D8C18E88200330A40FC05B41128C841004758F909A6008648D64D28050476B4CEC6C841004830226E9A0FA26901067E2F26A2C00A5CC84100498CC6D5408E414B28F8A3E023A93AFF87C841004AC609A746E92B8601C588C42E3E1803E2C841004BA82FAA4E61B48CAFBA8E802C6C2E26C8C841004CA03A4E0BBAED42543229C8FBA60E1308C841004D10F469DC00C65ED3CCD606E4ACB74F08C841004E33A23E9A0FDA7280BC7BAF0CB3C01659C841004FEC8ADB211A40EAE4F8643026692CFC08C841005006064732E76C3A008570C58E9C1AE34CC8410051A84FCE59C19C842F9498E04C6B4DC4C9C84100524054504BC0EE82B42E6A00FE266A0E07C8410053F2F7CABA01C61ED3EDBA0B8458B0EF6CC84100543EA262982FF67640DC778EF4B2002A5DC8410055CC94E3C1463B6AE0FD64C81E88C4FC68C84100567C05A6F4E2EC7005A53ABF0EB8210390C8410057A46FEE5C017687AF74992004674DBECDC8410058409C470B64F483102CC986FE06EE0DC7C8410059FCEE2A7C03E604CD2D94108442AC4F9CC841005A3F422E984FD47CC06A708E7CBE802855C841005B4C12E3C1C83A0A9AF984DC19E890FAA8C841005CAA0166D0DF0C8C0164BCBA8ECC28A2C8C841005D9CEFC262E0E87FAF16A340205FAD1CD1C841005E80B0474B0EF0C3562C096EFF272C0587C841005F82EDCB3200258AC5AE1010A3C2A64F64C841006048E1E48F0F8682607A6F4E54BB002654C8410061AC1AE341C233CA34FC255416C84CFBC9C84100623C006664D8ACC20544D6B62ED22C22CEC84100639D0FD867C09E7FAEE6A700005E4D08D5C841006480903ECADCF9639623C
08-24 19:37:33.573 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:37:34.235 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: E40708000000180013000D002B00000052800600 from peripheral: 80:EA:CA:70:01:05
08-24 19:37:34.236 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: E407080000001800130025001500000052800600 from peripheral: 80:EA:CA:70:01:05
08-24 19:37:34.240 8295 8315 D ReactNativeJS: 'epilog event notification', '0.12.0', { value: [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 13, 0, 43, 0, 0, 0, 82, 128, 6, 0 ],
08-24 19:37:34.240 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:37:34.240 8295 8315 D ReactNativeJS: characteristic: '351e4d7f-ff54-4b84-9a47-5d6d1234f179',
08-24 19:37:34.240 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05' }
08-24 19:37:34.241 8295 8315 D ReactNativeJS: 'parseEvent', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 13, 0, 43, 0, 0, 0, 82, 128, 6, 0 ]
08-24 19:37:34.243 8295 8315 I ReactNativeJS: 'parseEvent complete', { utcEventTime: 1598296423000, type: 'R', value: [ 128, 6, 0 ] }
08-24 19:37:34.254 8295 8315 D ReactNativeJS: 'epilog event notification', '0.12.0', { value: [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 21, 0, 0, 0, 82, 128, 6, 0 ],
08-24 19:37:34.254 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:37:34.254 8295 8315 D ReactNativeJS: characteristic: '351e4d7f-ff54-4b84-9a47-5d6d1234f179',
08-24 19:37:34.254 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05' }
08-24 19:37:34.258 8295 8315 D ReactNativeJS: 'parseEvent', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 21, 0, 0, 0, 82, 128, 6, 0 ]
08-24 19:37:34.263 8295 8315 I ReactNativeJS: 'parseEvent complete', { utcEventTime: 1598297841000, type: 'R', value: [ 128, 6, 0 ] }
08-24 19:37:34.494 2998 8278 I WAKELOCK_ACQUIRE: TIMESTAMP=253658286448112, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.007 2998 3670 I WAKELOCK_RELEASE: TIMESTAMP=253659798919074, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.292 8295 8309 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:37:36.293 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: F839000014CFFFFFF01000EFFFFFF00C010D44FFF8390001F50E00E65EFFFF3E00C00CFFFFFF00C0F839000210FFFFFF00A00CB80FFF74C00A50CFFFF8390003FFF00E010FFFFFF01000EFFFFFF04200F8390004E974FFFA6E0102A8FFFFFF00A00EFFFFF8390005FF01000CEC4FFF30800C76CFFFDBA00CF8390006090FFFFFF00C00EFFFFFF00E00CD56FFF8390007F6260105D0FFFF8000C00AFFFFFF00C0F83900080EFFFFFF01000CA92FFF88E00E3E6FFFF8390009FFF00E00CFFFFFF00A010FFFFFF0FE01F839000A08E6FFFB8E0101DEFFFFFF00E00EFFFFF839000BFF01000EE40FFF3A400C6F2FFFE8200CF839000C010FFFFFF00C00AFFFFFF00E00EC66FFF839000DF6F800C462FFFFFF00E00CFFFFFF00E0F839000E10FFFFFF00C010A1CFFF970010336FFFF839000FFFF00E00EFFFFFF00E00CFE8FFF20E00F8390010A7DEFFFC6200C06AFFFFFF00E010FFFFF8390011FF00C010DD4FFF49400A578FFFE6E010F839001200EFFFFFF010010FFFFFF01000EB54FFF8390013F76400C486FFFFFF00A00CFFFFFF00A0F83900140EFFFFFF05800E8E8FFFA68010174FFFF8390015FFF01000CFFFFFF00C00CECCFFF26A00F8390016E794FFFCF800C014FFFFFF00A010FFFFF8390017FF00E010C44FFF5B800E578FFFF7C010F839001800EFFFFFF00A00AFFFFFF00A00EA60FFF8390019F8BA01036CFFFFFF00C00EFFFFFF00C0F839001A0EFFFFFF1680108EEFFFB4C00C1ECFFFF839001BFFF00E00AFFFFFF00E00AE48FFF48A00F839001CA714FFFE0C00A01CFFFFFF00A00CFFFFF839001DFF00E00EC9CFFF74A00E54EFFFFFF010F839001E00AFFFFFF00E00EFFFFFF00E010A5CFFF839001FFA2800E32EFFFFFF01000CFFFFFF00C0F839002010FB4FFF26400C7E4FFFD2E00C172FFFF8390021FFF01000EFFFFFF00E010DC0FFF56E00F8390022C64CFFFEE200A00AFFFFFF01000AFFFFF8390023FF00E00AB66FFF7F400E40AFFFFFF010F839002400AFFFFFF00C00CFFFFFF02C00E8ECFFF8390025FA7E00A114FFFFFF00A00AFFFFFF00C0F83900260EF00FFF34A01075CFFFD8C00E052FFFF8390027FFF00E00CFFFFFF00A00ACE6FFF5BE00F8390028A592FFFFFA00C00EFFFFFF01000EFFFFF8390029FF00C010AA0FFF96C00C336FFFFFF010F839002A010FFFFFF00E00CFF2FFF1CA00C7FCFFF839002BFC8A00E116FFFFFF00C00CFFFFFF0100F839002C0CE12FFF46E0106C4FFFEB600A01EFFFF839002DFFF01000AFFFFFF00C00ABD4FFF77600F839002EA4A2FFFFFF00C00EFFFFFF00C010FFFFF839002FFF016010A1CFFFA7200A2BCFFFFFF010F8390030010FFFFFF00C00EF60FFF2CC00C758FFF8390031FCCA00C042FFFFFF010010FFFFFF00A0F83900320AD2CFFF57400C584FFFFAA00A00AFFFF8390033FFF00E010FFFFFF01000EB56FFF8A000F8390034E42EFFFFFF00E010FFFFFF00C010FFFFF8390035FF1500108B0FFFB4200C1DAFFFFFF00CF839003600AFFFFFF00C00EF4EFFF3D800E70CFFF8390037FE50010010FFFFFF00E010FFFFFF0100F83900380AC0AFFF67400A4ECFFFFFF00E010FFFF8390039FFF00A00EFFFFFF00C00EA62FFF92001F839003A0288FFFFFF01000AFFFFFF00C010FFFFF839003BFF01C00A8AEFFFBEA00A00CFFFFFF010F839003C00AFFFFFF01000EF8CFFF21400E4DCFFF839003DFF8801000EFFFFFF00E00CFFFFFF00E0F839003E0CC3CFFF4AC00A104FFFFFF00A00AFFFF839003FFFF00A00EFFFFFF00C00E91AFFF96400F8390040A012FFFFFF00A00AFFFFFF00A010FFFFF8390041FF01001088AFFFD7800A00EFFFFFF00CF839004200AFFFFFF00E00CFFFFFF1B400A3E0FFF8390043FFFF00E00AFFFFFF00A00EFFFFFF00E0F83900440CA7AFFF3A600EDAEFFF43A00AFFFFFFF839004538400AFFFFFFB8800AE5EFFFFFF00A0FF8390046CFFFFFF00E00AFFFFFFC9200A6E6FFFFF8390047FF00C00CFFFFFF33600C8CCFFFE2C00CF839004857AFFFFFF00C00AE06FFF25E00C3D0FFF8390049FFFF01000AFFFFFF00E010FFFFFF00E0F839004A0CA90FFF94600C01AFFFFFF00C00AFFFF839004BFFF00A00EFFFFFF0EC00C872FFFCFC00F839004CC02EFFFFFF00A00AFFFFFF00E00AD34FF839004DFF57C00C556FFFFFF00A00AFFFFFF00EF839004E00CFFFFFF00E00EAA0FFF8B600C2BAFFF839004FFFFF00E00EFFFFFF00A00AFDCFFF1040F83900500A85AFFFB1200A13EFFFFFF00E00CFFFF8390051FFF00E00CDEAFFF3D400E5B0FFFE2C00F8390052A010FFFFFF00E010FFFFFF00C00ABC2FF8390053FF6CE01048AFFFFFF00E00AFFFFFF00CF839005400AFFFFFF00E00C910FFF9D601025EFFF8390055FFFF00C00CFFFFFF00C00EFAAFFF1EE0F83900560C78AFFFC9200A030FFFFFF00C00CFFFF8390057FFF00A00ACE4FFF5A000A4D6FFFF2401F8390058000CFFFFFF00C00CFFFFFF01000EADCFF8390059FF88600E390FFFFFF010010FFFFFF00EF839005A00CFFFFFF04400C886FFFB0000E1B4FFF839005BFFFF00A010FFFFFF00C00EE62FFF3E20F839005C10680FFFD3C00C00EFFFFFF00E00AFFFF839005DFFF00A00EC84FFF66600A46EFFFFFF00F839005EA00CFFFFFF00A00CFFFFFF00C010A06FF839005FFF95200A33EFFFFFF00E00AFFFFFF010F839006000CF48FFF24600A7D6FFFC4C00E0A4FFF8390061FFFF00C00CFFFFFF00C00EDCCFFF4D20F83900620A5CEFFFF1800A00AFFFFFF00A00EFFFF8390063FFF00C00ABAAFFF7C000A442FFFFFF00F8390064E00EFFFFFF00A00AFFF
08-24 19:37:36.386 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:37:36.389 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'TICK',
08-24 19:37:36.389 8295 8315 D ReactNativeJS: value: 10000,
08-24 19:37:36.389 8295 8315 D ReactNativeJS: location: 'INTERVAL',
08-24 19:37:36.389 8295 8315 D ReactNativeJS: utc: 1598297856388 }
08-24 19:37:36.395 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:37:36.398 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:37:36.418 8295 8316 D ReactNativeBleManager: scan
08-24 19:37:36.419 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:37:36.420 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:37:36.428 11275 20532 D BtGatt.GattService: registerClient() - UUID=1650f9d3-7f46-4a69-a40f-789c60a61d97
08-24 19:37:36.428 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=1650f9d3-7f46-4a69-a40f-789c60a61d97, clientIf=13
08-24 19:37:36.429 8295 8317 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=13
08-24 19:37:36.429 11275 17784 D BtGatt.GattService: start scan with filters
08-24 19:37:36.433 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:37:36.443 2998 12873 I WAKELOCK_ACQUIRE: TIMESTAMP=253660235149660, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.444 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=13, status=0, action=1
08-24 19:37:36.444 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 13 status - 0
08-24 19:37:36.444 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:37:36.449 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253660241600061, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.453 2998 3729 I WAKELOCK_ACQUIRE: TIMESTAMP=253660245663008, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.454 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=13, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:37:36.454 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 13 status - 0
08-24 19:37:36.454 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:37:36.458 2998 4973 I WAKELOCK_RELEASE: TIMESTAMP=253660250610746, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.465 2998 4477 I WAKELOCK_ACQUIRE: TIMESTAMP=253660257100348, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.466 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=13, status=0, action=0, availableSpace=15
08-24 19:37:36.466 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 13 status - 0
08-24 19:37:36.467 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:37:36.467 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:37:36.467 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:37:36.467 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:37:36.472 2998 12873 I WAKELOCK_RELEASE: TIMESTAMP=253660264210409, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.476 2998 12875 I WAKELOCK_ACQUIRE: TIMESTAMP=253660268391035, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.480 2998 3729 I WAKELOCK_RELEASE: TIMESTAMP=253660272656363, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.486 2998 4974 I WAKELOCK_ACQUIRE: TIMESTAMP=253660278654624, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.491 2998 4475 I WAKELOCK_RELEASE: TIMESTAMP=253660283804332, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.496 2998 3013 I WAKELOCK_ACQUIRE: TIMESTAMP=253660288746883, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.502 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253660294653416, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.509 2998 4973 I WAKELOCK_ACQUIRE: TIMESTAMP=253660301074491, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.514 2998 3432 I WAKELOCK_RELEASE: TIMESTAMP=253660306221911, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.520 2998 8280 I WAKELOCK_ACQUIRE: TIMESTAMP=253660312058655, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.525 2998 3685 I WAKELOCK_RELEASE: TIMESTAMP=253660317405432, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:36.530 2998 3164 I WAKELOCK_ACQUIRE: TIMESTAMP=253660322327944, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:38.032 2998 4477 I WAKELOCK_RELEASE: TIMESTAMP=253661824817026, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:41.508 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:37:41.509 11275 20533 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:37:41.510 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:37:41.522 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:37:41.532 2998 3699 I WAKELOCK_ACQUIRE: TIMESTAMP=253665324846822, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:41.536 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:37:41.543 2998 3013 I WAKELOCK_RELEASE: TIMESTAMP=253665334913393, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:41.551 2998 12875 I WAKELOCK_ACQUIRE: TIMESTAMP=253665343347572, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:41.558 2998 3432 I WAKELOCK_RELEASE: TIMESTAMP=253665350676615, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:41.564 2998 4477 I WAKELOCK_ACQUIRE: TIMESTAMP=253665355949752, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:41.565 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=13, status=0, action=1, availableSpace=16
08-24 19:37:41.565 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 13 status - 0
08-24 19:37:41.565 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:37:41.565 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:37:41.565 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:37:41.887 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: E40708000000180013000D002700000052800600 from peripheral: 80:EA:CA:70:01:0A
08-24 19:37:41.889 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: E407080000001800130025001F00000052800600 from peripheral: 80:EA:CA:70:01:0A
08-24 19:37:41.890 8295 8315 D ReactNativeJS: 'epilog event notification', '0.12.0', { value: [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 13, 0, 39, 0, 0, 0, 82, 128, 6, 0 ],
08-24 19:37:41.890 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:37:41.890 8295 8315 D ReactNativeJS: characteristic: '351e4d7f-ff54-4b84-9a47-5d6d1234f179',
08-24 19:37:41.890 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A' }
08-24 19:37:41.891 8295 8315 D ReactNativeJS: 'parseEvent', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 13, 0, 39, 0, 0, 0, 82, 128, 6, 0 ]
08-24 19:37:41.892 8295 8315 I ReactNativeJS: 'parseEvent complete', { utcEventTime: 1598296419000, type: 'R', value: [ 128, 6, 0 ] }
08-24 19:37:41.898 8295 8315 D ReactNativeJS: 'epilog event notification', '0.12.0', { value: [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 31, 0, 0, 0, 82, 128, 6, 0 ],
08-24 19:37:41.898 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:37:41.898 8295 8315 D ReactNativeJS: characteristic: '351e4d7f-ff54-4b84-9a47-5d6d1234f179',
08-24 19:37:41.898 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A' }
08-24 19:37:41.899 8295 8315 D ReactNativeJS: 'parseEvent', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 37, 0, 31, 0, 0, 0, 82, 128, 6, 0 ]
08-24 19:37:41.901 8295 8315 I ReactNativeJS: 'parseEvent complete', { utcEventTime: 1598297851000, type: 'R', value: [ 128, 6, 0 ] }
08-24 19:37:43.066 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253666858185038, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:43.208 8295 8308 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:37:43.209 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: 1D360000FFF004004CB4FFFA2A00427EFFFFFF001D3600014004FFFFFF004004FFFFFF0FC0048D8F1D360002FF8C4006004FFFFFF004002FFFFFF0041D360003004FFFFFF474004574FFFFFF004004FF1D360004FFFF004004FFFFFF004006BF4FFF66601D360005045F2FFFFFF004004FFFFFF004004BC01D360006FFF0480049C2FFFBF400607AFFFFFF001D3600076004FFFFFF004004FFFFFF0460049B2F1D360008FFF22004004FFFFFF004006FFFFFF0041D360009004DDAFFF612004466FFFFFF004006FF1D36000AFFFF006004FFFFFF004004572FFFB0601D36000B042ACFFFFFF006006FFFFFF004004FFF1D36000CFFF036006858FFFC32004178FFFFFF001D36000D4004FFFFFF006004C5CFFF57E004662F1D36000EFFFFF004004FFFFFF004004FFFFFF0061D36000F004C60FFF7B60041D2FFFFFF006004FF1D360010FFFF006004FFFFFF006004B08FFFBB801D36001104194FFFFFF004004FFFFFF004004FFF1D360012FFF1A400452CFFFFFF004006FFFFFF001D3600134004FFFFFF006004F2AFFF5860044D0F1D360014FFFFF004004FFFFFF004004FFFFFF0061D360015004AB0FFF7B60042ACFFFFFF004004FF1D360016FFFF004004FFFFFF0220048B4FFFCD001D36001704004FFFFFF004004FFFFFF004004F881D360018FFF1FE0048B6FFFFFF004004FFFFFF001D3600194004FFFFFF004004C7EFFF78000438EF1D36001AFFFFF004004FFFFFF004004FFFFFF0041D36001B004D76FFFB5A004162FFFFFF006004FF1D36001CFFFF004004FFFFFF0DC004792FFFC4C01D36001D04156FFFFFF004002FFFFFF0040047BA1D36001EFFF63C00457AFFFFFF004004FFFFFF001D36001F6004FFFFFF004004B66FFF67800663EF1D360020FFFFF006004FFFFFF004004FB2FFF0601D3600210049B4FFFCA600407AFFFFFF006004FF1D360022FFFF004004FD8FFF33A004264FFFFFC01D36002304004FFFFFF006004FFFFFF004004E5A1D360024FFF73C004476FFFFFF006004FFFFFF001D3600254004FFFFFF004004828FFFC880041F8F1D360026FFFFF006004FFFFFF004004FFFFFF0DE1D360027004872FFFDD0004004FFFFFF006004FF1D360028FFFF004004D3EFFF5CC00465AFFFFFF01D36002906004FFFFFF006004FFFFFF004004C6C1D36002AFFF85C00413CFFFFFF004004FFFFFF001D36002B4004FFFFFF004004B6EFFFC0C0040B0F1D36002CFFFFF004004FFFFFF004006FE2FFF2741D36002D0046D4FFFCDC004006FFFFFF004004FF1D36002EFFFF004006FFFFFF6440044CCFFFFFF01D36002F04004FFFFFF004004FFFFFF004004AFA1D360030FFF8CC0043F0FFFFFF004004FFFFFF001D3600314004EB0FFF06A0048B4FFFCAE006004F1D360032FFFFF004004FFFFFF004004EA2FFF1DE1D360033004A0AFFFFFF004004FFFFFF004004FF1D360034FFFF004002CB0FFF7860043AEFFFFFF01D36003506004FFFFFF006004FFFFFF0040046921D360036FFFBE6006150FFFFFF004004FFFFFF001D3600376004FFFFFF11A00474CFFFC6000425AF1D360038FFFFF004004FFFFFF004004B6AFFF6EC1D36003900652CFFFFFF006004FFFFFF004004FF1D36003AFFFF004002B0EFFF90E004002FFFFFF01D36003B04004FFFFFF004004F58FFF1F40049661D36003CFFFC7C00402EFFFFFF006004FFFFFF001D36003D4004F84FFF30C004472FFFFFF004004F1D36003EFFFFF004004FFFFFF006004E00FFF7141D36003F0043F6FFFFFF006004FFFFFF004004FF1D360040FFFF004004884FFFCB40061BAFFFFFF01D36004104004FFFFFF004004FFFFFF12800482C1D360042FFFDF8004004FFFFFF004004FFFFFF001D3600434004E12FFF2FA002610FFFFFF004004F1D360044FFFFF004006FFFFFF004004B62FFF8581D36004500420EFFFFFF004004FFFFFF004004FF1D360046FFFF004004CFCFFFC080040E6FFFFFF01D36004704004FFFFFF004004FFFFFF27C0047381D360048FFFE340040B0FFFFFF004004FFFFFF001D36004940047C4FFF7EE004510FFFFFF006004F1D36004AFFFFF004004FFFFFF004004B14FFF8421D36004B00654AFFFFFF006004FFFFFF004004FE1D36004C8FFF19A004862FFFD66004014FFFFFF01D36004D04004FFFFFF004004EBAFFF4660040061D36004EFFFFFF004004FFFFFF004004FFFFFF001D36004F4004D3EFFF7900043DEFFFFFF00403CF1D360050FFFFF004004FFFFFF0040047AEFFFC461D36005100415CFFFFFF006004FFFFFF004004FF1D360052FFFF1C4004718FFFF00004004FFFFFF01D36005304004FFFFFF004004BC8FFF8900045D61D360054FFFFFF006004FFFFFF004004FFFFFF001D3600554004AF2FFF8DA004066FFFFFF004004F1D360056FFFFF004004FFFFFF004004B92FFFC881D360057004054FFFFFF004004FFFFFF004004F51D3600586FFF31C004416FFFFFF004004FFFFFF01D36005904004FFFFFF004004F96FFF6B80064301D36005AFFFFFF004004FFFFFF004004FFFFFF001D36005B4004A32FFF93C004392FFFFFF004004F1D36005CFFFFF004004FFFFFF18C0047BAFFFDB61D36005D004004FFFFFF004004FFFFFF006004E21D36005EEFFF304004820FFFFFF004004FFFFFF01D36005F04004FFFFFF004004BDCFFF7F80043181D360060FFFFFF004004FFFFFF004004FFFFFF001D3600614004622FFFC62004040FFFFFF004004F1D360062FFFFF004002FFFFFF2BE0046EEFFFD961D360063004248FFFFFF004004FFFFFF004004B71D360064AFFF812004518FFFFFF
08-24 19:37:44.157 8295 8308 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:37:44.158 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: C9410000F64D6E00044ECDCFFF1AC122A5AFFF61C94100018000786FFFA860005CAE96E88000330CC941000204FFF230012A2AFFF71A000784FFFBECC94100030004FCDA4FF203A30AB58FFF3C209A97C9410004AFFF8A6000776FEACBA000478D1EFFF0C9410005B81B8AECFFF52200088CFFF9C4000638C9410006F14DE8000434C56FFF16C172A80FFF65C9410007000081AFFFB4C0005A4E82FE800C33ABC9410008ECFFF33817C996FFF7C6000788FFCC84C9410009000530DFEFFF09C2BEB5AFFF45C00095C941000A2FFF9540006DCF80DBC00049ACEEFFF1C941000B6C266ABEFFF5820008CAFFFA480005FCC941000CF10EFC0003D0C16FFF2340B89E8FFF6FC941000DC0007B6FF6B8800057CDF2F920082F8BC941000E9CFFF32A000972FFF84800068AFBEC78C941000F0003E6CF2FFF0A41ACA76FFF42E00085C9410010AFFF8F4002628EDCD3400036AC3AFFF1C9410011540689F6FFF60A0007CCFFCA74000562C9410012E2AEB00002EABDEFFF29A088A1EFFF76C9410013A00078AFFFC5A000512DC8FFF0382A0BC941001438FFF44400C92EFFF8D0000728FB2D10C9410015000464D2AFFF1361B2AFCFFF53E00088C94100168FFFA58000638EE0EC4000408BFEFFF2C941001724184A28FFF686000808FFFB6C000578C9410018E8CFF4014320BDEFFF374000978FFF83C9410019A00071EFC6C880004C6D36FFF08C2A2BC941001A44FFF4460008F4FFF95E000676F4EE30C941001B000420C92FFF1701E2A90FFF62E00088C941001C4FFFABC000616EECEE800037EC42FFF2C941001D6E0DE9DCFFF7BC0007D0FFEC20000528C941001EDB4FFC06E318B52FFF3AE00096CFFF8EC941001F6000714FF0D4C00049AD26FFF13C23AAC9410020BCFFF53E00088AFFFA38000666ED6E2EC941002100044AC94FFF1DC0DCA98FFF65400080C94100228FFFB4600057AE5CF66006324BA4FFF3C94100232809C9AAFFF794000758FF2C22000512C9410024D5EFFF034240B34FFF4560008DCFFF93C9410025C000684F72DBC002448CB4FFF16419EAC94100266AFFF55C000864FFFA720025EEE9EEDCC9410027000356BF8FFF2240749C2FFF70A0007BC94100282FF8BAC00054CDA8F540202B8B6CFFF3C94100295000094AFFF8400006C4FC6CBA000452C941002AD04FFF0CA246ABAFFF4A800089AFFF99C941002B0000648EF4DEA0003F4C8CFFF1A00C2AC941002C56FFF6440007D0FFFB2C0005A6E1EEAEC941002D00A316BD6FFF2AE0549A4FFF75200077C941002E2FECC280004B8D80FFF03C260AEEFFF4C941002F4A002904FFF8900006B8F80CE6000444C9410030CE6FFF0F2102AA0FFF528000830FFFA0C941003180005CAEA4ED600033CBD6FFF2420A89C9410032E6FFF6A60007E2FFFB5C00052EE02F90C941003300E240B4CFFF34A00892AFFF8460026FC94100340F92C640004CAD44FF607A1EAADEFFF4C94100352E0008FAFFF95C000638F42DDC0003EEC9410036C64FFF168154A58FFF5F8000830FFFA8C941003760005BAE52E72000316BF2FFF29C0269C941003864FFF77800075AFE6BDA0004CED56FC8C941003904A266B34FFF396000942FFF8700006EC941003AAFA0D04000430CEAFFF0B01B4A72FFF5C941003B4000086CFFF9F200263CEC4E1A0003B4C941003CC40FFF1EA03AA4AFFF694000794FFFB0C941003D800053CDEAFB8002282B5CFFF32E0029C941003E42FFF74E000722FCAC340004A2D36FFFC941003F0421AEAB8FFF4100008A8FFF95A00067C9410040CF0ED8C000446C9CFFF130158A58FFF5C941004184000854FFFA8A0005AAEBEEC0000318C9410042BA8FFF21600C9BAFFF71200279CFFFBBC9410043400052CDECF4C00A246B7AFFF3A00009C941004418FFF8840006AEFC4CE000049CCDAFFFC94100450BC224AAEFFF4780008AEFFF98C00068C94100464F1EE280003ACC8CFFF1C415EA44FFF6C941004744002842FFFB2A0005C6E4AF06004394C9410048BDAFFF29805C9ECFFF7A400076AFFFC6C941004900024F6D8CFFF04E260B12FFF43E0029C941004A0CFFF8F60006C6F86D5C00046AD02FFFC941004B12E196AA8FFF562000844FFFA0C0005EC941004C2E7CE520023A0C0EFFF23610A9F2FFF6C941004D80000818FFFB7C000548E2AF9A02E2F2C941004EB7EFFF374002952FFF7D000070CFE4C8C941004F20004F0D3AFFF080242B38FFF4AA0008C9410050D2FFF97200264EF60DE2000404C44FFFC941005119E118A24FFF5F20007E2FFFA700005BC94100520E30E9C000276B84FFF268004986FFF7C94100531000270CFE2B5800049CDA2F02012236C9410054B58FFF354000918FFF8500006BAFA4D0C9410055200043ACA2FFF0C81A6AC0FFF51E0008C9410056A2FFF9D000263AF1CE2E00038CC76FFFC94100571E2168A3AFFF6660007B2FFFB4C0005BC94100582E3AF6E018374BCEFFF3520CC9C2FFF7C9410059E4000786FF6C7A0024B6DB2FFF07627CC941005AB1EFFF454004912FFF94E0006D4F80DBC941005BA0004BACACFFF12A1A8AA2FFF5D40008C941005C76FFFA6E0025D4ECAF0A000358BFAFFFC941005D2740CA9F8FFF6DA00077CFFFBB200057C941005E0DF6FD602A2DAB94FFF36A000926FFF8C941005F5C00070AFB6CC20004D2D40FFF0E827EC9410060B08FFF4DC00091AFFF9CC000648F5EE2C941006120003DAC6AFFF1CE14EA1AFFF64E0008C94100620AFFFB080005CCE38EAC000314C1AFFFC94100632AA00096EFFF73E000746FF8C380004EC9410064CD4AFC406A2C0B1AFFF
08-24 19:37:44.930 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297865920,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297865920,"value":[14840,-99999,-99999,16840]}}'
08-24 19:37:44.930 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:37:46.173 8295 8309 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:37:46.174 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: F9390000CA400C0E0FFFFFF00C00EFFFFFF00A00F9390001ADECFFF4D600A5BAFFFF3A00A010FFFFF9390002FF01000AFFFFFF00E00AC18FFF82200AF93900034B2FFFFFF00C010FFFFFF010010FFFFFF9390004F0660108E4FFFA3400A282FFFFFF0100F93900050CFFFFFF00A00CE9CFFF3B000C71CFFFF9390006DB400C022FFFFFF00C00CFFFFFF00A00F9390007EC6CFFF61200E4FAFFFFB000A00EFFFFF9390008FF00C00EFFFFFF00C00AA3CFFF93A00AF93900092F0FFFFFF01000EFFFFFF00A00EFFFFFF939000AF17A00E8A0FFFBB200A10EFFFFFF0100F939000B10FFFFFF00C00CE0EFFF49400E6D8FFFF939000CE5600A00AFFFFFF00A00AFFFFFF00E01F939000D0BCAFFF7FA00A438FFFFFF00E00EFFFFF939000EFF00C00CFFFFFF07400CA10FFF9DA00CF939000F2D6FFFFFF00A00EFFFFFF00A00CE9EFFF9390010F2E800A7BAFFFD8200A08EFFFFFF0100F93900110AFFFFFF00A00CCE8FFF59200A5B8FFFF9390012F9400C00CFFFFFF00A00EFFFFFF00C00F9390013ABF2FFF848010452FFFFFF01000AFFFFF9390014FF01000CFFFFFF09C00A91AFFFB8800AF939001516EFFFFFF00E00AFFFFFF00C00CEDAFFF9390016F3AA00C772FFFDDC00C00CFFFFFF0100F93900170CFFFFFF00C00EC20FFF65400A534FFFF9390018FF600E00CFFFFFF00C00CFFFFFF00C00F9390019C9AEFFF93800E2F4FFFFFF00A010FFFFF939001AFF00C00CFC2FFF26000A89CFFFCC800CF939001B1F4FFFFFF00A00AFFFFFF01000AE04FFF939001CF56400C64AFFFF2600C016FFFFFF00C0F939001D0AFFFFFF00C00CBE8FFF86E00C4C8FFFF939001EFFF00E00CFFFFFF00A010FFFFFF08000F939001FC944FFFA6200C37EFFFFFF01000AFFFFF9390020FF00A00EF14FFF3D600A744FFFDEE00AF93900210A4FFFFFF00E00CFFFFFF00A00ECB8FFF9390022F5CA0105A2FFFFBE01000CFFFFFF00C0F93900230CFFFFFF01000EA68FFF9C400E28AFFFF9390024FFF01000EFFFFFF00E00EFFFFFF10E00F9390025C7EEFFFC6200E1C8FFFFFF00E00CFFFFF9390026FF00E010E08FFF44600A684FFFE0200EF939002700EFFFFFF00C00CFFFFFF00A00AC06FFF9390028F7C600A4A0FFFFFF00A00EFFFFFF0100F939002910FFFFFF00C00AA2CFFFA1E00A2ACFFFF939002AFFF00A00EFFFFFF00C00EFA8FFF33800F939002BE868FFFCEC00A0A6FFFFFF00E00AFFFFF939002CFF00E010D8AFFF57400C602FFFF7A00AF939002D00EFFFFFF00A010FFFFFF00E00EBA6FFF939002EF8BE00E3F2FFFFFF01000AFFFFFF00C0F939002F0EFFFFFF13000A924FFFB4800E23CFFFF9390030FFF00E00EFFFFFF01000CE2AFFF32400F9390031E744FFFE3E00E032FFFFFF00E00EFFFFF9390032FF00A00AD30FFF62200E53AFFFFFA00EF939003300CFFFFFF00A00AFFFFFF00A00E9D8FFF9390034F99C00A312FFFFFF00E010FFFFFF00C0F93900350AFF2FFF17400A7E4FFFBA800E110FFFF9390036FFF00C00CFFFFFF00C00ED52FFF4EE00F9390037E5F6FFFE8E00C012FFFFFF00C00EFFFFF9390038FF00E00ABE4FFF75800A3B8FFFFFF00EF939003900AFFFFFF00C00EFFFFFF03E010976FFF939003AFA7A00C20CFFFFFF00A00AFFFFFF00C0F939003B0AF1AFFF32C00A74EFFFD5400E072FFFF939003CFFF01000AFFFFFF01000ED2AFFF58C00F939003DA58CFFFFE001000AFFFFFF00E00AFFFFF939003EFF01000AAEEFFF876010368FFFFFF00CF939003F00CFFFFFF01000CFFFFFF0F400E902FFF9390040FB94010138FFFFFF01000AFFFFFF00A0F93900410EE52FFF3A200A72EFFFE1E00E044FFFF9390042FFF00A00AFFFFFF00C00CC4AFFF71600F9390043C494FFFFFF00A00CFFFFFF00A00EFFFFF9390044FF00C00AA22FFF9A600A2F0FFFFFF00CF939004500AFFFFFF00A00CFBCFFF2AE00A836FFF9390046FC4400A130FFFFFF00C00AFFFFFF00A0F93900470ED66FFF5480105F2FFFF3400A00CFFFF9390048FFF00E00AFFFFFF00E00EBF8FFF76600F9390049C458FFFFFF01200AFFFFFF00A00AFFFFF939004AFF0C800C9B0FFFAAC010258FFFFFF00CF939004B00AFFFFFF00C010F18FFF31800E730FFF939004CFDB400C010FFFFFF00E00EFFFFFF00A0F939004D0ACB0FFF60A00E590FFFFCA00C00AFFFF939004EFFF00E00AFFFFFF00C00C9E8FFF93A00F939004FA2C4FFFFFF00C00EFFFFFF00A00EFFFFF9390050FF13400C8CAFFFC6600A0F0FFFFFF010F939005100CFFFFFF00E010EA8FFF4A000C6C4FFF9390052FEBA010010FFFFFF01000AFFFFFF00A0F93900530EB9AFFF704010436FFFFFF00A00CFFFF9390054FFF00A00EFFFFFF01E00AA30FFFA5200F9390055A334FFFFFF00C00EFFFFFF010010F62FF9390056FF27200A7D4FFFCCE00A0FCFFFFFF00CF939005700AFFFFFF00A010E18FFF55800C600FFF9390058FFA400C00AFFFFFF00C00AFFFFFF00A0F93900590EB4AFFF806010482FFFFFF00C00CFFFF939005AFFF00C00AFFFFFF0CC00A974FFFB1000F939005BA1C4FFFFFF01000AFFFFFF00A00EF38FF939005CFF32400E7A2FFFD7C00E070FFFFFF00CF939005D010FFFFFF01000AC6EFFF63E00E562FFF939005EFFFF00E00AFFFFFF00C00AFFFFFF0100F939005F0CACCFFF90800A344FFFFFF010010FFFF9390060FFF01000EFFFFFF1520108EAFFFB6E00F9390061A1A6FFFFFF00C010FFFFFF00C00EDD8FF9390062FF4A400A6A4FFFE5C010014FFFFFF00AF939006300CFFFFFF00C00ACE8FFF6E200A4A4FFF9390064FFFF01000EFFFFFF00E
08-24 19:37:46.404 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:37:46.406 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'TICK',
08-24 19:37:46.406 8295 8315 D ReactNativeJS: value: 10000,
08-24 19:37:46.406 8295 8315 D ReactNativeJS: location: 'INTERVAL',
08-24 19:37:46.406 8295 8315 D ReactNativeJS: utc: 1598297866404 }
08-24 19:37:46.412 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:37:46.416 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:37:46.444 8295 8316 D ReactNativeBleManager: scan
08-24 19:37:46.446 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:37:46.449 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:37:46.454 11275 17783 D BtGatt.GattService: registerClient() - UUID=2c1dcc4c-58b9-44f3-ac54-3d6d92553d4c
08-24 19:37:46.455 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=2c1dcc4c-58b9-44f3-ac54-3d6d92553d4c, clientIf=14
08-24 19:37:46.455 8295 8309 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=14
08-24 19:37:46.456 11275 11289 D BtGatt.GattService: start scan with filters
08-24 19:37:46.461 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:37:46.469 2998 3162 I WAKELOCK_ACQUIRE: TIMESTAMP=253670261606324, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:46.470 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=14, status=0, action=1
08-24 19:37:46.470 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 14 status - 0
08-24 19:37:46.471 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:37:46.476 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253670267938321, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:46.482 2998 12876 I WAKELOCK_ACQUIRE: TIMESTAMP=253670274030710, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:46.483 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=14, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:37:46.483 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 14 status - 0
08-24 19:37:46.483 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:37:46.488 2998 8280 I WAKELOCK_RELEASE: TIMESTAMP=253670280652579, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:46.493 2998 7026 I WAKELOCK_ACQUIRE: TIMESTAMP=253670285078888, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:46.494 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=14, status=0, action=0, availableSpace=15
08-24 19:37:46.494 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 14 status - 0
08-24 19:37:46.494 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:37:46.494 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:37:46.494 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:37:46.497 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:37:46.501 2998 3729 I WAKELOCK_RELEASE: TIMESTAMP=253670293586982, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:46.506 2998 10650 I WAKELOCK_ACQUIRE: TIMESTAMP=253670298450456, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:46.511 2998 3432 I WAKELOCK_RELEASE: TIMESTAMP=253670303443896, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:46.515 2998 4477 I WAKELOCK_ACQUIRE: TIMESTAMP=253670307699849, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:46.520 2998 12873 I WAKELOCK_RELEASE: TIMESTAMP=253670312112595, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:46.524 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253670316184080, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:46.530 2998 3164 I WAKELOCK_RELEASE: TIMESTAMP=253670322322096, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:46.534 2998 3670 I WAKELOCK_ACQUIRE: TIMESTAMP=253670326326241, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:46.538 2998 8280 I WAKELOCK_RELEASE: TIMESTAMP=253670330219495, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:46.543 2998 3685 I WAKELOCK_ACQUIRE: TIMESTAMP=253670335365440, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:46.548 2998 8278 I WAKELOCK_RELEASE: TIMESTAMP=253670340352892, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:46.553 2998 3164 I WAKELOCK_ACQUIRE: TIMESTAMP=253670345154614, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:48.056 2998 12876 I WAKELOCK_RELEASE: TIMESTAMP=253671847939656, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:51.540 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:37:51.541 11275 17777 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:37:51.543 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:37:51.543 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:37:51.549 2998 3685 I WAKELOCK_ACQUIRE: TIMESTAMP=253675341102949, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:51.554 2998 8278 I WAKELOCK_RELEASE: TIMESTAMP=253675346266108, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:51.559 2998 12873 I WAKELOCK_ACQUIRE: TIMESTAMP=253675351722551, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:51.561 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:37:51.565 2998 3588 I WAKELOCK_RELEASE: TIMESTAMP=253675357544531, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:51.572 2998 4475 I WAKELOCK_ACQUIRE: TIMESTAMP=253675364139412, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:51.573 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=14, status=0, action=1, availableSpace=16
08-24 19:37:51.573 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 14 status - 0
08-24 19:37:51.573 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:37:51.573 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:37:51.573 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:37:53.074 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253676866204567, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:53.891 8295 8308 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:37:53.892 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: 1E360000004FFFFFF004004004FFF358004A5AFF1E360001FEFA004004FFFC88004004FFFFFF00401E36000204FFFFFF4EA004BA8FFFFFF004004FFF1E360003FFF004004C5CFFF222004AECFFFB84001E3600044664FFFFFF0021C0FFFFFF004004FFFF1E360005FF00E004004FFFF7400409CFFFFFF0041E360006002FFFFFF004004FFFFFF004002EB2FF1E360007FEA40042BCFFFFFF004004FFFFFF00401E36000804AFEFFFC060043ECFFFB480041AAFFF1E360009FFF004004FFFFFF004004FFFFFFB0E001E36000A4004FFFFFF004004C6EFFF004004FFFF1E36000BFF23C0048E6FFF4FA004728FFFFFF0041E36000C004FFFFFF004004566FFF8D20044CAFF1E36000DFFFF004004FFFE00004002FFFFFF00401E36000E04FFFFFF6A60049E0FFFFFF004004FFF1E36000FFFF0040049F8FFF41E00498EFFF9C4001E3600104622FFFFFF004090FFFFFF004004FFFF1E360011FF142004004FFFFFF004004F92FFF0041E360012004FFFFFF004004FFFFFF004002CC8FF1E360013FFFF00427AFFFFFF004004FFFFFF00401E36001404934FFFDA4004224FFFDF4004040FFF1E360015FFF004002FFFFFF004004FDEFFFC80001E3600164004FFFFFF0040029D4FFF004004F3EF1E360017FF508004B36FFF6D4004678FFFFFF0041E360018004FFFFFF004004516FFFA1000428AFF1E360019FFFF004004FFFEE6006004FFFFFF00401E36001A04FFFFFF8280047D2FFFFFF004004FFF1E36001BFFF0040047C0FFF616004784FFFC04001E36001C4490FFFFFF004004FFFFFF004002FFFF1E36001DFF3CC002004FFFFFF004004DC2FFF0041E36001E004FFFFFF004004FFFFFF004004B8AFF1E36001FFFFF004112FFFFFF004004FFFFFF0E201E3600200484CFFFFA4004034FFFFBC004004FFF1E360021FFF004004FFFFFF006002A8EFFFDE4001E3600224064FFFFFF004004FFFFFF004004BB6F1E360023FF6040045D4FFFB18004004FFFFFF0041E360024004FFFFFF004004F04FFF7B800418EFF1E360025FFFF004004FFFFFF004002FFFFFF00401E36002604B40FFFA2A004418FFFFFF004004FFF1E360027FFF004004BAAFFF34A00453CFFFFFF001E3600284006FFFFFF004002FFFFFF004004FF2F1E360029FF48A00470AFFFFFF004004FFFFFF0041E36002A004FFFFFF004004BF4FFF56C0042A0FF1E36002BFFFF004002FFFFFF004004FFFFFF00601E36002C045E8FFFD24004004FFFFFF004004FFF1E36002DFFF004004FFFFFF160004992FFFE7E001E36002E6004FFFFFF004004FFFFFF004004AE6F1E36002FFF80A004490FFFCA0004004FFFFFF0021E360030004FFFFFF004004E66FFF9A2004086FF1E360031FFFF004004FFFFFF004004FFFFFF01C01E360032049BCFFFB50004332FFFFFF004002FFF1E360033FFF0040049C4FFF4560043ECFFFFFF001E3600344004FFFFFF004004FFFFFF004004ED6F1E360035FF4D80045DEFFFFFF004004FFFFFF0041E360036004FFFFFF00A004AF4FFF6F8006160FF1E360037FFFF004004FFFFFF004004FFFFFF14601E360038045E2FFFE5E004004FFFFFF004004FFF1E360039FFF004004FB6FFF29C00488AFFFFB6001E36003A4004FFFFFF004004FFFFFF00400491EF1E36003BFFA70004356FFFE48004004FFFFFF0041E36003C004FFFFFF004004CE2FFFB3C004014FF1E36003DFFFF004004FFFFFF004004F04FFF05E01E36003E04866FFFC880040B6FFFFFF004004FFF1E36003FFFF00400481AFFF5D00041FEFFFFFF001E3600404004FFFFFF004004FFFFFF004004CE0F1E360041FF7120044CEFFFFFF004004FFFFFF0041E360042004F80FFF0600048EAFFF7F20041AAFF1E360043FFFF004004FFFFFF004004FFFFFF26801E36004404450FFFFEA004004FFFFFF004004FFF1E360045FFF004004E1CFFF40C0046CAFFFFFF001E3600464004FFFFFF004004FFFFFF0040048DEF1E360047FFBFA00430EFFFF92004004FFFFFF0041E360048002FFFFFF004004BA2FFFD16004004FF1E360049FFFF004004FFFFFF004004E96FFF29401E36004A046A6FFFE9000405AFFFFFF004004FFF1E36004BFFF00400474EFFF8100041B8FFFFFF001E36004C4004FFFFFF004004FFFFFF004004CFAF1E36004DFF7F20043E8FFFFFF004004FFFFFF0041E36004E004E5CFFF2D000488AFFF92800402CFF1E36004FFFFF004004FFFFFF004004FFFFFF48001E360050043C2FFFFFF004004FFFFFF004002FFF1E360051FFF006004D4CFFF56E0045A6FFFFFF001E3600524004FFFFFF004004F9AFFF0040027D2F1E360053FFCC4004162FFFFFF004004FFFFFF0041E360054004FFFFFF006004AACFFFE4A004004FF1E360055FFFF004004FFFFFF006004D30FFF43A01E360056046A2FFFFDA004004FFFFFF004004FFF1E360057FFF00400468EFFF9660040F8FFFFFF001E3600584004FFFFFF006004FFFFFF004004C08F1E360059FFA6000431EFFFFFF004002FFFFFF0041E36005A004DBEFFF44E004718FFFB0200400EFF1E36005BFFFF004004FFFFFF004002FFFFFF64401E36005C042ECFFFFFF004004FFFFFF004004FFF1E36005DFFF004004C8EFFF7A400453EFFFFFF001E36005E4004FFFFFF004004D9CFFF03C0046C2F1E36005FFFF280040FCFFFFFF004004FFFFFF0041E360060002FFFFFF0D2004A94FFFFAA004004FF1E360061FFFF004004FFFFFF004004CAAFFF60E01E360062044FCFFFFFF004004FFFFFF004004FFF1E360063FFF004004510FFFAF200401CFFFFFF001E3600644004FFFFFF004004FFF
08-24 19:37:54.858 8295 8308 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:37:54.859 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: CA410000000876FFFA96000600EC0E8400048CC4CA4100016FFF16A0029D6FFF6A8000750FFCB9A0CA410002004ECD8AF96012258B18FFF33E000906CA410003FFF7CA0006FEF98C3A00042CD00FEA04CA410004C132A88FFF43E000822FFF8E00005ECECA410005DCD3E002390C24FFF1240B8A6EFFF5CECA4100060007E0FFFAB200055CE68F240002C6BBCA4100070FFF2AA0E6968FFF75C000788FFCBEA0CA41000800550DD6FD202826AB82FFF36E00091CCA410009FFF8E80006D4FB6D4800046ACE2FFF10CA41000AC274AC8FFF4F80008F0FFF9D0000652FCA41000B64E8A0003D4C96FFF1D2144A36FFF6A6CA41000C0007F0FFFB7C00059EE18F28002322BECA41000D4FFF2CA0009A8FFF7B2000722FFFC5E0CA41000E004E6D6AFFF0942CEB30FFF420046900CA41000FFFF8B0000704F70D5A0003FCCECFFF10CA410010E154A5AFFF548000842FFFA3C0005A4ECA410011ACE360003AABECFFF1F8110A28FFF684CA410012002776FFFB46000524E1AFE20202DEB8CA410013CFFF37810A96CFFF85E000764FDECAA0CA4100140051CD9EFFF0C42B4B6CFFF48C0028F4CA410015FFF9B60006A4F90E14000486CF0FFF1BCA410016E2CCA96FFF5DA0008F6FFFADA00063CFCA41001712EDC000418C78FFF2B40A4A44FFF7A2CA4100180007E2FFFBB2000572DF8FE202C350BCCA4100190FFF3B0006930FFF86800072AFDCD300CA41001A004BAD14FFF0EC27CAD6FFF488000896CA41001BFFF93E000632F16D96000394C82FFF16CA41001C00E4A36FFF5E00007F2FFFAE20005B8ECA41001D6EF80000364BA8FFF2840D09F6FFF756CA41001E000770FFFC000004E4DCAFFF036284B3CA41001F4FFF3F4000906FFF8A20006A0F54CC40CA41002000438CCAFFF08C0F0A96FFF49A00281ACA410021FFF982000568E4ED740002C4BE2FFE1BCA410022400299CFFF58C000744FE8A38002502DCA410023B2E1A000204B84FFF27C0008F8FFF716CA4100240026C2FC0C180024A6D0AFFC07E224B3CA4100258FFF41C0008D8FFF8FE0006B6F98DAA0CA41002600446D1AFFF17422AAA6FFF5C20028A0CA410027FFFA7A00063EF06EF4000436C3CFFF21CA4100286140A50FFF74E000828FFFBFA00054AECA41002934FFC0283A8BB4FFF3DE1069A6FFF882CA41002A0007A2FFCD0A000564D5CFFF0B82AAB4CA41002B8FFF4E4000920FFF9CA0006A8F36DC80CA41002C0046CCDCFFF1601FEAB0FFF5B000084ACA41002DFFFAB80005DEEE8F140023A0BE6FFF2ACA41002E61649E0FFF72A0007D0FFFBE8002562ECA41002F02FB80382D2BC0FFF3AA000940FFF858CA4100300006B8FA6D22002476D00FFF0BE262B0CA4100314FFF4BE0008F2FFF9A4000696F40E1A0CA410032003C6CA2FFF1CE184A40FFF666000838CA410033FFFAF20005BEE9AEF4004388BF4FFF2BCA41003480BA9DAFFF78E000758FFFC100004EEDCA41003570FFF0222CAB16FFF42E06493EFFF8B6CA4100360026EAFD2D1A0004B2D0EFFF0C61B8ABCA4100378FFF5440028BEFFFA1E002668F00E7A0CA41003800430C7AFFF2001C6A48FFF65200083ECA410039FFFB3000056EE94F4C0042FCBEAFFF2FCA41003AA034990FFF7CA000754FE8C14000508DCA41003B56FFF01A19AAE4FFF3B40008CAFFF8B4CA41003C00065AF30D500003CCCACFFF11A12EA7CA41003D2FFF504000840FFF9E20005E6EBCDF00CA41003E00322C5CFFF20410E9BCFFF6B20007A0CA41003FFE8B0600053CDDAEE0000282B78FFF2FCA4100408000982FFF7EC0006FCFE0C2E00243EDCA41004132FFF06C1CCABEFFF43C0008AAFFF8D0CA410042002680F28D840003C4C9CFFF10C0C0A5CA4100430FFF5740007F6FFFA8A0005F4E5EE480CA41004400300BDEFFF24407E9D2FFF6CC000794CA410045FFCB92000526DD6FAE00C2A2B1CFFF36CA410046A000948FFF872000718FB8C86000496DCA41004746FFF08E156AFCFFF49E0008AAFFF994CA410048002626EEAE26000442C82FFF19019CA3CA4100494FFF5CA00084AFFFAE80005CAE48F080CA41004A00306C16FFF27A0069ACFFF77600079ACA41004BFFFC02000560DEAFCC022316B60FFF37CA41004CA004944FFF89A0006C0FE2D44000464CCA41004DEEFFF0F81D2AB0FFF51C0028B6FFF9A0CA41004E000668F1CDF00003C6C7EFFF1B6134A2CA41004F2FFF63E0027DCFFFB3400059EE28F0E0CA41005004344BE2FFF2C802E9A2FFF75A000774CA410051FFEC0A000492D9CFFF032208AFAFFF40CA41005220008F4FFF8C000068EF4CD0800041ECCA410053A8FFF0BC0ECA92FFF53C000814FFF9C0CA410054000586E92E1A002354BF6FFF1F60B29ACA410055AFFF6100007DEFFFB1E00055AE12F5A0CA41005600254BAAFFF2F8000954FFF7D2000728CA410057FD4C3A0004ACD62FFA05822AB02FFF40CA41005860008CCFFF8FE002690F6CD560003D8CCA41005990FFF16219CA64FFF58400084EFFFA32CA41005A0005E6E94E20000374C1CFFF2340429CCA41005B8FFF67A000794FFAB92000546D82F660CA41005C1A29AB5AFFF32400095CFFF81A000716CA41005DFDCC84000474D3CFFF09621AA88FFF44CA41005EA002894FFF95E000650EFAD7A000404CCA41005F98FFF1380CEA7CFFF5C4000810FFFAA4CA410060000566E68E560002DAB8EFFF24000497CA4100614FFF69400074CFD8B720004DAD48F1C0CA410062001E6B0CFFF350000888FFF83400267ECA410063F54C7C00042ECC8FCA086194A7AFFF44CA4100640000870FFF97600062A
08-24 19:37:56.411 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:37:56.412 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'TICK',
08-24 19:37:56.412 8295 8315 D ReactNativeJS: value: 10000,
08-24 19:37:56.412 8295 8315 D ReactNativeJS: location: 'INTERVAL',
08-24 19:37:56.412 8295 8315 D ReactNativeJS: utc: 1598297876411 }
08-24 19:37:56.418 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:37:56.423 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:37:56.447 8295 8316 D ReactNativeBleManager: scan
08-24 19:37:56.448 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:37:56.451 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:37:56.462 11275 11288 D BtGatt.GattService: registerClient() - UUID=63628895-b234-47ba-8b6b-6c36c694f85d
08-24 19:37:56.462 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=63628895-b234-47ba-8b6b-6c36c694f85d, clientIf=15
08-24 19:37:56.463 8295 8308 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=15
08-24 19:37:56.464 11275 8281 D BtGatt.GattService: start scan with filters
08-24 19:37:56.468 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:37:56.476 2998 3432 I WAKELOCK_ACQUIRE: TIMESTAMP=253680268026988, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.478 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=15, status=0, action=1
08-24 19:37:56.478 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 15 status - 0
08-24 19:37:56.479 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:37:56.484 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:37:56.485 2998 4974 I WAKELOCK_RELEASE: TIMESTAMP=253680277370685, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.492 2998 3699 I WAKELOCK_ACQUIRE: TIMESTAMP=253680284364141, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.493 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=15, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:37:56.493 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 15 status - 0
08-24 19:37:56.494 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:37:56.499 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253680291501965, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.505 2998 3589 I WAKELOCK_ACQUIRE: TIMESTAMP=253680297380434, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.506 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=15, status=0, action=0, availableSpace=15
08-24 19:37:56.506 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 15 status - 0
08-24 19:37:56.507 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:37:56.507 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:37:56.508 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:37:56.508 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:37:56.513 2998 8280 I WAKELOCK_RELEASE: TIMESTAMP=253680305012312, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.517 2998 3685 I WAKELOCK_ACQUIRE: TIMESTAMP=253680309409308, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.522 2998 3729 I WAKELOCK_RELEASE: TIMESTAMP=253680314332758, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.526 2998 8278 I WAKELOCK_ACQUIRE: TIMESTAMP=253680318124483, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.530 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253680322650746, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.534 2998 3432 I WAKELOCK_ACQUIRE: TIMESTAMP=253680326883011, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.541 2998 4974 I WAKELOCK_RELEASE: TIMESTAMP=253680333173744, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.546 2998 3729 I WAKELOCK_ACQUIRE: TIMESTAMP=253680337966978, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.550 2998 8278 I WAKELOCK_RELEASE: TIMESTAMP=253680342054625, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.555 2998 3012 I WAKELOCK_ACQUIRE: TIMESTAMP=253680347212496, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.562 2998 8280 I WAKELOCK_RELEASE: TIMESTAMP=253680353915718, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.566 2998 7026 I WAKELOCK_ACQUIRE: TIMESTAMP=253680358854756, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:37:56.852 8295 8317 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:37:56.852 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: FA390000FFFFFF02C01096CFFFAD400E1E2FFFFFFA390001F00C00AFFFFFF00C00AF6AFFF3760087FA39000242FFFD3600C076FFFFFF00E00CFFFFFFFA39000300E00AD22FFF62200E5DCFFFFF400E00FA390004AFFFFFF00A00AFFFFFF00E0109F6FFF9FA3900055400A37CFFFFFF00C00CFFFFFF00E00EFA390006FFFFFF0A200C93CFFFBAE00E21CFFFFFFA390007F00E00CFFFFFF00C010E0CFFF48E00C6FA39000848FFFE2400C00EFFFFFF00C00AFFFFFFFA39000900C00CC76FFF6E400A49EFFFFFF00C01FA39000A0FFFFFF00A00EFFFFFF00A00AA3CFFF9FA39000B6600A2F6FFFFFF00C00AFFFFFF00A00AFA39000CF8AFFF24A00C7D4FFFC7C00E170FFFFFFA39000DF00A00CFFFFFF010010EF6FFF51C00E6FA39000E78FFFF1600A00CFFFFFF00E00AFFFFFFFA39000F00E00CBEEFFF74E00A472FFFFFF01000FA390010CFFFFFF00A00CFFFFFF01A00C90AFFFAFA3900118A00C292FFFFFF00C00CFFFFFF00E00AFA390012ED4FFF28600A894FFFD0800A07CFFFFFFA390013F00A010FFFFFF00A00CD2EFFF5320105FA3900148CFFFF2400E010FFFFFF00C00CFFFFFFFA39001500A00AB2CFFF80E00A33EFFFFFF00A00FA390016AFFFFFF01000AFFFFFF03000A9CAFFFAFA3900177A00A278FFFFFF00C00EFFFFFF00A00EFA390018E64FFF38800A6FCFFFDA800C02CFFFFFFA390019F00E00AFFFFFF00A00CD44FFF59200A5FA39001A90FFFF5A00A00CFFFFFF00A00EFFFFFFFA39001B00E00AAB6FFF7BC00A3A4FFFFFF00A00FA39001CCFFFFFF00C00CFFFFFF0BE00A830FFFBFA39001D7200E16EFFFFFF00A00EFFFFFF00A00EFA39001EF0CFFF3A800A7E6FFFDCE00A072FFFFFFA39001FF00C00CFFFFFF00C00EC96FFF6B600A5FA39002044FFFFFF00E00AFFFFFF010010FFFFFFFA39002101000CB0CFFF9C600E328FFFFFF00A00FA390022EFFFFFF00E00CF70FFF1EE00A834FFFBFA390023A600A14EFFFFFF00A00CFFFFFF010010FA390024E6CFFF46400A66EFFFEA000C00CFFFFFFA390025F00E00CFFFFFF00E00ABE6FFF77A00E4FA390026BEFFFFFF00C00AFFFFFF00E010FFFFFFFA39002702600AA0EFFFA0400A338FFFFFF01000FA390028AFFFFFF00C00AFCEFFF22800A8A0FFFCFA3900292000E0E2FFFFFF01000CFFFFFF01000EFA39002AD74FFF52400E6A0FFFEFA00C016FFFFFFA39002BF01000CFFFFFF00A00CBAAFFF7FC00A3FA39002CDEFFFFFF01000EFFFFFF00A00AFFFFFFFA39002D06A00E9BAFFFAB000E2FAFFFFFF00A00FA39002EEFFFFFF00E010F20FFF3440107E6FFFCFA39002FD000A070FFFFFF00E00CFFFFFF00A00AFA390030D88FFF62400C606FFFFF200E00EFFFFFFA390031F01000EFFFFFF00C00AB0AFFF85600C4FA39003240FFFFFF01000EFFFFFF010010FFFFFFFA3900330CC010932FFFB2200E216FFFFFF01000FA390034EFFFFFF00E010EBAFFF30C00A734FFFDFA3900358000A06EFFFFFF00E00CFFFFFF00A00AFA390036C28FFF5C200C534FFFFDE00A010FFFFFFA390037F01000AFFFFFF00C00AAD2FFF8D200A3FA39003808FFFFFF00E00AFFFFFF00A00AFFFFFFFA39003916A00A89AFFFBCC00E1A6FFFFFF01000FA39003ACFFFFFF00E010E30FFF45C00E72CFFFDFA39003BFE00A042FFFFFF01000CFFFFFF00C00CFA39003CC9AFFF6AA00A4CCFFFFFF01000CFFFFFFA39003DF01000AFFFFFF00C00CA46FFF94C00E3FA39003E08FFFFFF00E00EFFFFFF00A010F84FFFFA39003F19400C836FFFC5C00A0B4FFFFFF00C01FA3900400FFFFFF00E010E50FFF4AA010698FFFEFA3900419600A00CFFFFFF00C00EFFFFFF00C00EFA390042C62FFF6EE00C440FFFFFF00C00AFFFFFFA390043F010010FFFFFF01000A9C4FFFA0E0101FA390044D2FFFFFF00A00AFFFFFF01000EEACFFFFA3900451F400A82AFFFC7800C060FFFFFF00E00FA390046AFFFFFF00A010CCAFFF4DC00C562FFFEFA390047BE00E00CFFFFFF010010FFFFFF00C00AFA390048BD2FFF7D800C39AFFFFFF00C00AFFFFFFA390049F010010FFFFFF08000C944FFFAAC00C2FA39004A14FFFFFF01000AFFFFFF00E010F8CFFFFA39004B368010766FFFD7400C07AFFFFFF00A01FA39004C0FFFFFF00A00ECC2FFF56800A5B8FFFFFA39004D9200C00AFFFFFF00C00EFFFFFF00C00CFA39004EADAFFF84C00E41CFFFFFF00E00AFFFFFFA39004FF00C00EFFFFFF16400C882FFFB8C00C1FA39005090FFFFFF00C00AFFFFFF00A00AF32FFFFA39005135600C714FFFDD800A034FFFFFF00C00FA390052EFFFFFF00E00ECB4FFF6F600E538FFFFFA390053FF01000AFFFFFF01000AFFFFFF00E010FA390054B26FFF924010306FFFFFF00C00CFFFFFFA390055F00E010FFFFFF21600E928FFFBB400A1FA39005656FFFFFF00E010FFFFFF00E00AE94FFFFA39005748400A6E0FFFE6601000CFFFFFF01200FA390058CFFFFFF00C00EC16FFF6B400E47AFFFFFA390059FF00A00AFFFFFF00A010FFFFFF012010FA39005AA1AFFF95A00A268FFFFFF00C00CFFFFFFA39005BF00C00AFFFFFF22600E782FFFCA600A0FA39005C36FFFFFF00C00EFFFFFF00C00AED0FFFFA39005D4A000C6F4FFFF0C00A00AFFFFFF00A01FA39005E0FFFFFF01000EC1AFFF7FC00E402FFFFFA39005FFF00C00EFFFFFF00A00CFFFFFF02E00EFA390060A06FFFA54010264FFFFFF00C00AFFFFFFA390061F00C00AF54FFF2DE00E822FFFCE00100FA390062C8FFFFFF00C00EFFFFFF01000ADE4FFFFA3900635C800C5CAFFFFEC00C00AFFFFFF00E01FA3900640FFFFFF00C00AC4CFFF
08-24 19:37:57.696 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297877922,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297877922,"value":[14841,-99999,13853,16841]}}'
08-24 19:37:57.696 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:37:58.068 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253681859985718, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:01.532 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:38:01.533 11275 17784 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:38:01.534 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:38:01.535 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:38:01.544 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:38:01.546 2998 4974 I WAKELOCK_ACQUIRE: TIMESTAMP=253685338033137, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:01.550 2998 3013 I WAKELOCK_RELEASE: TIMESTAMP=253685341987330, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:01.554 2998 3162 I WAKELOCK_ACQUIRE: TIMESTAMP=253685345928361, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:01.562 2998 20993 I WAKELOCK_RELEASE: TIMESTAMP=253685354097206, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:01.567 2998 12873 I WAKELOCK_ACQUIRE: TIMESTAMP=253685359771144, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:01.569 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=15, status=0, action=1, availableSpace=16
08-24 19:38:01.569 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 15 status - 0
08-24 19:38:01.569 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:38:01.569 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:38:01.569 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:38:03.070 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253686862704153, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:04.507 8295 8308 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:04.510 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: 1F3600000040047F0FFF81E004922FFFFFF004001F3600014FFFFFF004004FFFFFF004004004FFFC1F360002F2004078FFFFFF004004FFFFFC0040021F360003FFFFFF004004FFFFFFC4E0043B6FFFFF1F360004F004004FDEFFF004002EFCFFF7AE00451F360005AEFFF29E0044A6FFFFFF004004FFFFFF1F360006004004FFFFFF7E2004004FFFFFF004001F3600074FFFFFF004002FFFFFF004004FFFFFF71F36000802004862FFFFFF004004FFFFFF0040041F36000916CFFF53A0026CEFFFFFF004004FFFA01F36000A2004004FFFFFF004004FFFFFF2F6002B1F36000B42FFFFFF004004FFFFFF006004FFFFFF1F36000C014002C3CFFF0480049BEFFFFFF0040F1F36000DCFFFFFF004004FFFFFF004002004FFFD1F36000EE000400EFFFFFF004004FFFFFF0040041F36000FFFFFFF004004FDCFFFDF80042DCFFFFF1F360010F004004FFFFFF004002D96FFFBCC00451F36001106FFF452004462FFFFFF004004FFFFFF1F360012004004FFFFFF936004002FFFFFF004001F3600134FFFFFF004004FFFFFF004004F88FFF81F360014DA004718FFFFFF004004FFFFFF0040041F360015128FFF6EA004604FFFFFF004006FFFB21F3600168004004FFFFFF004004FFFFFF4D4004A1F36001736FFFFFF004004FFFFFF004004FFFFFF1F3600181EC004AB2FFF2A6004938FFFFFF004001F360019AFFFFFF002002FFFFFF00C004004FFFF1F36001ADE004004FFFFFF004004FFFFFF0040041F36001BFFFFFF004004F82FFFEFE0041FEFFFFF1F36001CF004004DF6FFF004004C74FFFA8C00441F36001D2AFFF590004264FFFFFF004004FFFFFF1F36001E004004FFFFFFACC004004FFFFFF004001F36001F2FFFFFF004004F48FFF004002E08FFF91F360020E800466EFFFFFF004004FFFFFF0020041F360021006FFF69C0044EAFFFFFF004004FFFFF1F360022F004004FFFFFF002004DDEFFF53200471F3600230CFFFFFF004004FFFFFF004004EBAFFF1F36002400400471EFFFCB00041D4FFFFFF004001F3600254FFFFFF004004FFFFFF0040026B6FFFD1F360026A4004004FFFFFF004004FFFFFF0040041F360027E62FFF006004684FFFEC6004076FFFFF1F360028F004004FFFFFF0040029C2FFF8E000411F3600290EFFFFFF004004FFFFFF004004FFFFFF1F36002A004004CE6FFFAE000400AFFFFFF004001F36002B4FFFFFF004004DA2FFF4040047BEFFFB1F36002C38004004FFFFFF004004FFFFFF0040041F36002DFCAFFF54000431EFFFFFF004004FFFFF1F36002EF004004FFFFFF004004D2CFFF6AA00461F36002F00FFFFFF004004FFFFFF002002DBAFFF1F36003001A004624FFFDA6004178FFFFFF004001F3600314FFFFFF004004FFFFFF1960026ACFFFF1F360032B6004004FFFFFF004004FFFFFF0040021F360033E4AFFF1D00044E6FFFFFF004008FFFFF1F360034F004002FFFFFF004004954FFFA5800401F36003506FFFFFF004002FFFFFF004004FFFFFF1F360036004004BC4FFFCFC006004FFFFFF004001F3600374FFFFFF004004D7AFFF59200475AFFFC1F360038E6004004FFFFFF004004FFFFFF0040041F360039F40FFF6CE00423EFFFFFF002004FFFFF1F36003AF004004FFFFFF004004BE2FFF84E00441F36003B6AFFFFFF004004FFFFFF004002D52FFF1F36003C0CA004568FFFFC8006006FFFFFF004001F36003D2FFFFFF004004FFFFFF2600045D4FFFF1F36003EFF004004FFFFFF004004FFFFFF0040041F36003FCCEFFF3280043E6FFFFFF004004FFFFF1F360040F004004FFFFFF00400280AFFFBF800401F36004104FFFFFF004004FFFFFF004004FFFFFF1F360042008004AB0FFFE36004004FFFFFF004001F3600434FFFFFF004004BDAFFF768004618FFFD1F36004474004004FFFFFF004004FFFFFF0040041F360045E00FFF8AA00419AFFFFFF004002FFFFF1F360046F002004FFFFFF004004B0CFFF98400451F36004738FFFFFF004002FFFFFF004002B54FFF1F3600483C6004462FFFFFF004004FFFFFF004001F3600492FFFFFF004004FFFFFF4AA004542FFFF1F36004AFF004004FFFFFF002004FFFFFF0060041F36004BC12FFF49A004336FFFFFF004004FFFFF1F36004CF004004FFFFFF05A004738FFFDA000401F36004D04FFFFFF004004FFFFFF004004FFFFFF1F36004E166004A3AFFFFA6004002FFFFFF004001F36004F4FF8FFF004004A16FFF94C004508FFFF1F3600500E004004FFFFFF002004FFFFFF0020041F360051C90FFFAF200402EFFFFFF004004FFFFF1F360052F004004FFFFFF0040048DCFFFC2800421F36005382FFFFFF004002FFFFFF0040049D8FFF1F36005452C004328FFFFFF004004FFFFFF004001F3600554FFFFFF004002E84FFF6A200459EFFFF1F360056FF004004FFFFFF004004FF6FFF1920041F360057B12FFF5EA00454EFFFFFF004148FFFFF1F360058F004002FFFFFF2AE00467AFFFE7600401F36005904FFFFFF006004FFFFFF004004FCAFFF1F36005A3A6004AE2FFFF40004004FFFFFF004001F36005B4D52FFF00A0048F2FFFB0600458CFFFE1F36005C5400400EFFFFFF004004FFFFFF0040041F36005DBA4FFFB9C0060D8FFFFFF004004FFFFF1F36005EF004004FE8FFF2C0004834FFFDAC00421F36005FDAFFFFFF004004FFFFFF004004814FFF1F36006084A004206FFFFFF004004FFFFFF004001F3600614FFFFFF004004ED2FFF7B0004520FFFF1F360062FF004004FFFFFF004004EC8FFF4A00041F360063A4AFFF65000440AFFFFFF004006FFFFF1F360064F004004FFFFFF5B0004
08-24 19:38:05.457 8295 8308 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:05.458 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: CB410000B9A0004F6DA8FAE012320AF0FFF42608CB4100012944FFF7C80006C6FB4C9C000496CC6FCB410002FF08E1C6AF2FFF4A60008D2FFF9F6000CB41000365AF02E860003D2C58FFF1C614CA3AFFCB410004F656000832FFFADE0005C4EA6EA40003CB4100051ABF8FFF28C032960FFF752000756FECCB410006C240004CCD82FEA04029AB14FFF38400CB4100070926FFF874000690F80D1E0023EECC0FCB410008FF0C00F6A6EFFF4F8000832FFFA16000CB4100095FAEBADEA0003B6C52FFF1AE0A0A18FFCB41000AF6260007BAFFFB4000052CE10F2400C3CB41000B04B88FFF2E000897CFFF77E002746FEACB41000CBF40004B6D84FFF0201CAAF0FFF41C00CB41000D08D2FFF910000668F50D320003FEC94FCB41000EFF0F80E2A96FFF51200080CFFFA0A000CB41000F5AAEDAEA400032ABECFFF21E0B49CAFFCB410010F6920007A2FF8B6C000568E28F080022CB41001174B78FFF2EA000904FFF84000070CF9CCB410012C5A000460CF2FE20901FEADEFFF3FE00CB41001308F6FFF928000674F4AD5C0023B2C8CFCB410014FF14A080A34FFF5AA000824FFFA5C000CB4100155BAE58E6C000324C1AFFF2400509FAFFCB410016F6DA0007B8FFEC0600050ADB6FEA0243CB4100170AB8EFFF39401A966FFF85C000732FE8CB410018CD400048AD66FFF0A21FEB02FFF4F800CB41001908C4FFF9C6000652F04DA4000420C6CFCB41001AFF1AA1E4A84FFF60E00087EFFFB2E000CB41001B5ECEB2FB200038AC0AFFF30819A9C8FFCB41001CF76A00078AFF6C4C002556DE2FFC01C2CB41001DCEB96FFF3A000090CFFF8F000070CF60CB41001ED48000480D0AFFF10627EAD0FFF4DC00CB41001F08C2FFF9E000263EF86E380003BAC64FCB410020FF19C042A14FFF6B40007C6FFFAE8000CB4100215BADDEF540002C0C0AFFF2E400098AFFCB410022F7860006F4FFFC4000046CD66FFE01A2CB41002308B16FFF3CA0008B8FFF8A2000678FB0CB410024D0200041CCB8FFF0880FCA98FFF50000CB4100252820FFFA20000574E9EE64000302BF8FCB410026FF1AE0129C2FFF63C0007B0FFFB28000CB4100274F6E22F5E00224CB4EFFF2CC00092CFFCB410028F7B4002714FB2C28000486D2AFF002E2CB4100290CAD0FFF3BE0008ACFFF90C000682F76CB41002AD900003CCCA2FFF122130A46FFF58000CB41002B0834FFFA4A0005ECEA4E4800035AC22FCB41002CFF25C0B09C8FFF6E6002778FEEB90000CB41002D576DA6F1A04A34CB52FFF34A0EE95CFFCB41002EF858000730FBAC8E0004C6D0EFFC1042CB41002F54ADAFFF4C606A8BEFFF95800066EEE6CB410030D56000464C50FFF184204A2AFFF5D000CB410031083CFFFAA40025AEDF6E5C0123AEBB6FCB410032FF2D81789AAFFF6D20007ACFC2B30002CB41003350ED60EE008A30AB06FFF3BA0C2906FFCB410034F8540006F6F0AC8C0004D0CEEF661362CB410035BAAB0FFF4EE00889AFFF990000658EDECB410036D9A00443CC1AFFF24A240A02FFF60C02CB410037A82EFF8A880005F2DFEE1200E3BABEEFCB410038FF31A0D2990FFF7B600074CF9CBFE000CB41003955AD0CEBE0BA322AF2FFF3F00EC8EAFFCB41003AF8740006CCF56CD400049EC72FFF1722CB41003B76A42FFF52E002838FF4972000618E40CB41003CD2800040CBA4FFF1E41109F4FFF63E00CB41003D0786FD0A6800051AD3EE36004302B10FCB41003EE433C0B295EFFF740002722F2CB8E000CB41003F4C0CDCE8A0B422CA88FFF446006874FFCB41004048CC0006BEE16B8E018590BEEE1E1C03CB41004152A0EFF45721748AEF7A89A11A6DACE8CB410042C082024DEB28DC03D839A97CE886AE28CB4100436808E509CA15663CC5EC8C2224F8AA4ECB410044664983548E2EC27C81D2796DE4B2E182CB4100455FABD2D2030E46EAA8E3456C3228E0EACB410046C8761C8762D78BBC1AE54EB84DAA37C4CB410047209ACEBC6382B8846E529721C26DECFECB410048CE210E4C6B9AF9E3C82A89E2FFF76E11CB41004967B8F9CB5C06E5B8D36E741B2412B26FCB41004AFE4C424E944FDE8520E4782EC4C30066CB41004B538C20E64222346A8AFF652826A88AE9CB41004CE8C61D06EED24BAC1D854EB44D7A3483CB41004DFA9C6EAE63828A83EE2297217667ECC0CB41004EC9220C4F0ABAE0245838A964E5A73222CB41004FA790D8CA2C168600C02CBE26C46AAA0ECB4100505C47E2D48FAFEE7F602673CECEBA6000CB4100515B4C58D6C278454A36E585342D08A4EBCB41005228B6136702D28B9018C51AB80DA631C3CB410053C09BEEC263222C814E149A813E692C8ECB410054C4C1E64F8AACE1641232C962E6A74C1BCB410055876CDC8A8218259EBF0CCE2D6456A34ECB4100563A53C2CC8CCE968441C86EED4AB5A18ACB4100575A4B76D9A3163FE9F0EBE5F8266870E4CB410058C93617A6A6CEABDA1D44E0AE4D8A3C23CB410059D6946E6E6B824080EE109D017C62AC64CB41005ACA42464A0A86E3049034C926E867861DCB41005BA784DDCA9C1705D4C14D122BC426A58ECB41005C8251A2BE8AAE748741BA6C2D26BA8184CB41005D550AF4D3E3203E4998E345F4280842E4CB41005E091A162680CDCC1A1C84D8AEEDCC3D03CB41005F6A950E7A6EC24E7E2DD2A1418461ABFCCB410060C7C24A4B8A68E0048031E90EE767D21BCB410061E738D8EB541AC57ABA6D4830A47AA16ECB410062985A83088C2EA690C1F0768D3CBF41D8CB41006356AB54DB83C23D69C8EAA6D62C880EE3CB410064E9FC20266AC84C3E2A8
08-24 19:38:06.468 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:38:06.473 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'TICK',
08-24 19:38:06.473 8295 8315 D ReactNativeJS: value: 10000,
08-24 19:38:06.473 8295 8315 D ReactNativeJS: location: 'INTERVAL',
08-24 19:38:06.473 8295 8315 D ReactNativeJS: utc: 1598297886468 }
08-24 19:38:06.482 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:38:06.486 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:38:06.545 8295 8316 D ReactNativeBleManager: scan
08-24 19:38:06.548 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:38:06.551 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:38:06.555 11275 11320 D BtGatt.GattService: registerClient() - UUID=d7e23e2c-dca4-4edf-9572-39175e18ce64
08-24 19:38:06.556 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=d7e23e2c-dca4-4edf-9572-39175e18ce64, clientIf=16
08-24 19:38:06.556 8295 8317 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=16
08-24 19:38:06.556 11275 8279 D BtGatt.GattService: start scan with filters
08-24 19:38:06.562 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:38:06.570 2998 3432 I WAKELOCK_ACQUIRE: TIMESTAMP=253690362516816, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:06.572 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=16, status=0, action=1
08-24 19:38:06.572 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 16 status - 0
08-24 19:38:06.572 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:38:06.576 2998 3685 I WAKELOCK_RELEASE: TIMESTAMP=253690368591055, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:06.582 2998 4973 I WAKELOCK_ACQUIRE: TIMESTAMP=253690373962320, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:06.583 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=16, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:38:06.583 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 16 status - 0
08-24 19:38:06.584 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:38:06.588 2998 3670 I WAKELOCK_RELEASE: TIMESTAMP=253690380417834, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:06.593 2998 10650 I WAKELOCK_ACQUIRE: TIMESTAMP=253690385712009, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:06.595 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=16, status=0, action=0, availableSpace=15
08-24 19:38:06.595 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 16 status - 0
08-24 19:38:06.597 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:38:06.597 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:38:06.597 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:38:06.599 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:38:06.603 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253690395471907, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:06.608 2998 4475 I WAKELOCK_ACQUIRE: TIMESTAMP=253690400571363, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:06.614 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253690406485559, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:06.620 2998 8278 I WAKELOCK_ACQUIRE: TIMESTAMP=253690412050781, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:06.626 2998 3164 I WAKELOCK_RELEASE: TIMESTAMP=253690418036504, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:06.629 2998 8280 I WAKELOCK_ACQUIRE: TIMESTAMP=253690421850955, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:06.635 2998 3432 I WAKELOCK_RELEASE: TIMESTAMP=253690427188282, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:06.640 2998 7026 I WAKELOCK_ACQUIRE: TIMESTAMP=253690431920588, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:06.644 2998 3729 I WAKELOCK_RELEASE: TIMESTAMP=253690436611043, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:06.648 2998 12876 I WAKELOCK_ACQUIRE: TIMESTAMP=253690440057445, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:06.654 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253690446154109, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:06.659 2998 4974 I WAKELOCK_ACQUIRE: TIMESTAMP=253690451781270, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:07.514 8295 8308 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:07.514 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: FB3900000107C2FFFD86010140FFFFFF00C00EFFFB390001FFFF00A00CC76FFF6A400A58CFFFFF60FB3900020C010FFFFFF00E00AFFFFFF00C00EB8EFB390003FFF87A00A432FFFFFF01000EFFFFFF00FB390004C010FFFFFF21401091CFFFBCA00C378FFB390005FFFFF00C010FFFFFF00C00EE32FFF434FB39000600C750FFFDB4010034FFFFFF00E010FFFB390007FFFF00E00CC52FFF6BC00C5A8FFFFA20FB3900080E00CFFFFFF00C00EFFFFFF00E00E9F6FB390009FFF8F000A360FFFFFF00C00CFFFFFF00FB39000AC00EFFFFFF1540107CCFFFC0200A15AFFB39000BFFFFF00C00AFFFFFF00E010D7CFFF482FB39000C00C6CAFFFE66010010FFFFFF00A010FFFB39000DFFFF00E010B30FFF7DA010576FFFF8E0FB39000E0C052FFFFFF01000EFFFFFF06800EB0AFB39000FFFF89C0104C6FFFFFF01000EFFFFFF01FB390010000AEE6FFF3A20109ACFFFB5000A404FFB390011FFFFF00A00EFFFFFF00E00ED4EFFF61CFB39001200C720FFFED000C156FFFFFF00A00EFFFB390013FFFF016010C0EFFF84400C5EAFFFF820FB3900140A014FFFFFF00E00CF28FFF23600A97AFB390015FFFA0E00E440FFFFFF00C00CFFFFFF00FB390016E00AE10FFF38800C6C8FFFD6A010066FFB390017FFFFF00E00CFFFFFF01000AC58FFF65CFB39001800C5CEFFFF3200E00AFFFFFF00C00AFFFB390019FFFF01600EB18FFF82A00A522FFFFFA0FB39001A0A00AFFFFFF00A00AFDCFFF2EC00CA42FB39001BFFFA9C01035CFFFFFF00A00EFFFFFF00FB39001CE00EDDCFFF57E00A874FFFC8A00E25AFFB39001DFFFFF00E00EFFFFFF01000CD52FFF50EFB39001E00C68CFFFE40010060FFFFFF00A00EFFFB39001FFFFF00E00EBEEFFF8A000A58EFFFFFF0FB3900200C00CFFFFFF010010F82FFF1F401093AFB390021FFFB0C00A30CFFFFFF01000EFFFFFF00FB390022E00AD7AFFF55200E734FFFD3600E156FFB390023FFFFF012010FFFFFF00E00CB32FFF726FB39002400C544FFFEC200C036FFFFFF01000AFFFB390025FFFF0D400CA20FFF99000E3B2FFFFFF0FB3900260A00CFFFFFF00E010E4EFFF3C400E8B2FB390027FFFB5400A2BCFFFFFF01000EFFFFFF01FB390028000CCB8FFF5DA00C6E4FFFD7C00E15CFFB390029FFFFF010010FFFFFF00C00EBE4FFF7BAFB39002A00A570FFFF6A00C00CFFFFFF00C00AF7FB39002BCFFF23600C9DAFFF9E801042AFFFFFF0FB39002C0A00CFFFFFF00A00AE6CFFF49400A7B0FB39002DFFFBFA00C1BAFFFFFF00C00CFFFFFF00FB39002EA00CC0CFFF68A00E77CFFFE3A00E044FFB39002FFFFFF01000CFDEFFF0EE00CA68FFF8F8FB39003001053CFFFFFF00E00CFFFFFF00A00CEEFB3900318FFF26200E8DCFFFAAE0102ACFFFFFF0FB3900321000EFFFFFF00A00ACE4FFF4B000A774FB390033FFFC8000E238FFFFFF00E00EFFFFFF00FB390034A00EB10FFF71C00C4F8FFFF1200C012FFB390035FFFFF00E00AFE6FFF07200C9D2FFF964FB39003600E3D6FFFFFF00A00CFFFFFF00E00EE1FB3900372FFF3B600A832FFFAEC00C270FFFFFF0FB3900380A00AFFFFFF00800CCE8FFF5F200A660FB390039FFFE0A00C0BCFFFFFF01000AFFFFFF01FB39003AC00AB72FFF76600A5E8FFFF4400A018FFB39003BFFFFF00C00EF1AFFF20800A980FFFA98FB39003C00E3E0FFFFFF00E00CFFFFFF010010E4FB39003DEFFF47000E848FFFC3000A24AFFFFFF0FB39003E0C00AFFFFFF01000ACC4FFF63800A742FB39003FFFFE2C00C09EFFFFFF00C00AFFFFFF09FB3900404010A60FFF82C00A4ACFFFFFF00C00AFFB390041FFFFF00C010F06FFF23800E9ACFFFA90FB39004200E33EFFFFFF00E00AFFFFFF01000AD1FB390043AFFF4EE00C7C0FFFCD800C18CFFFFFF0FB3900440A010FFFFFF00E00EC6CFFF7280105D8FB390045FFFE9400A012FFFFFF00E00AF8EFFF0FFB390046A00AA8AFFF8AE0104F4FFFFFF00C00EFFB390047FFFFF00E00CE3AFFF3BA00A88EFFFB86FB39004800A2ECFFFFFF00A00AFFFFFF00A00ED3FB3900490FFF52A00A7ECFFFD0200A170FFFFFF0FB39004A1000AFFFFFF01A010C0EFFF7B000E658FB39004BFFFEE200C076FFFFFF00C008FD8FFF17FB39004CC00A9EEFFF9B600C434FFFFFF01000CFFB39004DFFFFF00E00CE00FFF39A00E8AEFFFBC4FB39004E00A22AFFFFFF00E00AFFFFFF01000AC8FB39004F6FFF652010708FFFCEA00E146FFFFFF0FB3900500E00AFFFFFF010010B7CFFF82C00E528FB390051FFFFE000C00CFFFFFF00E00AEA0FFF24FB390052000A972FFF9AC00A392FFFFFF00A00AFFB390053FFFFF00E00ADA0FFF4EE00E78EFFFCAAFB39005400E2A4FFFFFF00E00EFFFFFF00E00EC7FB390055EFFF62400C672FFFDCA00C09CFFFFFF0FB3900560E010FD0FFF0C4010A98FFF83C00C564FB390057FFFF56010010FFFFFF00A00CEE4FFF2CFB390058600C8FEFFFAEA00A332FFFFFF00C00AFFB390059FFFFF01000EDD0FFF4C000A890FFFC78FB39005A00A1DEFFFFFF01000AFFFFFF00C00AB8FB39005BCFFF75C00A5DAFFFE2C00C052FFFFFF0FB39005C0C00AFE8FFF07600CA3EFFF8D200C3C0FB39005DFFFFFF00E00AFFFFFF00A00CE40FFF32FB39005E200C888FFFA8800C308FFFFFF00C00CFFB39005FFFFFF01000CC32FFF55000E62EFFFD06FB39006000C188FFFFFF00E00CFFFFFF01000CBFFB3900612FFF70E00C5CAFFFED800C04AFFFFFF0FB3900621000AF4EFFF196010986FFFA0000C3E8FB390063FFFFFF01000CFFFFFF00C00CE70FFF3FFB390064400C80EFFFB7E00E238
08-24 19:38:08.161 2998 7026 I WAKELOCK_RELEASE: TIMESTAMP=253691953857689, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:09.211 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297889924,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297889924,"value":[14842,-99999,13854,16842]}}'
08-24 19:38:09.211 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:38:11.430 11275 11295 D bt_btif_gattc: btif_gattc_update_properties BLE device name=EpilogE34 len=9 dev_type=2
08-24 19:38:11.528 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: EpilogE34
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 'BleManagerDiscoverPeripheral ', { advertising:
08-24 19:38:11.541 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:38:11.541 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:38:11.541 8295 8315 D ReactNativeJS: localName: 'EpilogE34',
08-24 19:38:11.541 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:38:11.541 8295 8315 D ReactNativeJS: { bytes:
08-24 19:38:11.541 8295 8315 D ReactNativeJS: [ 2,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 1,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 6,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 3,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 3,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 10,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 24,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 17,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 7,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 109,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 217,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 52,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 121,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 65,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 35,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 173,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 179,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 164,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 70,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 229,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 129,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 213,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 231,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 187,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 72,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 5,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 255,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 205,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 171,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 3,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 7,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 10,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 9,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 69,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 112,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 105,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 108,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 111,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 103,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 69,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 51,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 52,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 19,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 255,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 205,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 171,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 227,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 76,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 51,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 104,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 20,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 228,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 212,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 21,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 2,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 2,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 2,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 51,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 240,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 225,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 65,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: 255 ],
08-24 19:38:11.541 8295 8315 D ReactNativeJS: data: 'AgEGAwMKGBEHbdk0eUEjrbOkRuWB1ee7SAX/zasDBwoJRXBpbG9nRTM0E//Nq+NMM2gU5NQVAgICM/DhQf8=',
08-24 19:38:11.541 8295 8315 D ReactNativeJS: CDVType: 'ArrayBuffer' } },
08-24 19:38:11.541 8295 8315 D ReactNativeJS: rssi: -88,
08-24 19:38:11.541 8295 8315 D ReactNativeJS: id: '80:EA:CA:70:01:07',
08-24 19:38:11.541 8295 8315 D ReactNativeJS: name: 'EpilogE34' }
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 'mfgDataBytes value', [ 2,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 1,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 6,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 3,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 3,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 10,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 24,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 17,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 7,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 109,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 217,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 52,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 121,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 65,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 35,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 173,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 179,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 164,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 70,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 229,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 129,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 213,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 231,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 187,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 72,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 5,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 255,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 205,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 171,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 3,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 7,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 10,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 9,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 69,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 112,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 105,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 108,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 111,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 103,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 69,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 51,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 52,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 19,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 255,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 205,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 171,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 227,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 76,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 51,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 104,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 20,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 228,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 212,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 21,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 2,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 2,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 2,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 51,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 240,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 225,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 65,
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 255 ]
08-24 19:38:11.554 8295 8315 I ReactNativeJS: 'mfgDataBytes asHex', '255cdabe34c336814e4d41522233f0e141ff'
08-24 19:38:11.556 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:38:11.593 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:38:11.594 11275 17778 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:38:11.595 8295 8315 D ReactNativeJS: 'connectionLock', { '80:EA:CA:70:01:16': null,
08-24 19:38:11.595 8295 8315 D ReactNativeJS: '80:EA:CA:70:01:05': null,
08-24 19:38:11.595 8295 8315 D ReactNativeJS: '80:EA:CA:70:01:0A': null }
08-24 19:38:11.595 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:38:11.595 8295 8315 I ReactNativeJS: 'BLE Connect reqeusted', '80:EA:CA:70:01:07'
08-24 19:38:11.598 2998 3012 I WAKELOCK_ACQUIRE: TIMESTAMP=253695390318093, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:11.600 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 40
08-24 19:38:11.606 8295 8316 D ReactNativeBleManager: Get connected peripherals
08-24 19:38:11.606 8295 8316 D BluetoothManager: getConnectedDevices
08-24 19:38:11.607 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:0A', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 40
08-24 19:38:11.610 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 40
08-24 19:38:11.611 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:38:11.615 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=16, status=0, action=1, availableSpace=16
08-24 19:38:11.615 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 16 status - 0
08-24 19:38:11.616 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:38:11.616 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:38:11.616 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:38:11.632 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:38:11.663 8295 8315 W ReactNativeJS: 'BLE Connected peripherals: ', [ { name: 'Epilog39C', id: '80:EA:CA:70:01:0A', rssi: -77 },
08-24 19:38:11.663 8295 8315 W ReactNativeJS: { name: 'Epilog69F', id: '80:EA:CA:70:01:16', rssi: -76 },
08-24 19:38:11.663 8295 8315 W ReactNativeJS: { name: 'EpilogE2D', id: '80:EA:CA:70:01:05', rssi: -74 } ], -1
08-24 19:38:11.678 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:05
08-24 19:38:11.678 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:38:11.681 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:38:11.682 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:0A
08-24 19:38:11.683 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:38:11.685 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:38:11.686 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:16
08-24 19:38:11.686 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:38:11.689 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:38:11.709 8295 8316 D ReactNativeBleManager: Connect to: 80:EA:CA:70:01:07
08-24 19:38:11.710 8295 8316 D ReactNativeBleManager: Is Or Greater than M $mBluetoothDevice
08-24 19:38:11.711 8295 8316 D BluetoothGatt: connect() - device: 80:EA:CA:70:01:07, auto: false
08-24 19:38:11.711 8295 8316 D BluetoothGatt: registerApp()
08-24 19:38:11.712 8295 8316 D BluetoothGatt: registerApp() - UUID=b4a88655-0b44-4db2-9961-0fa5c6cf59c1
08-24 19:38:11.713 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:05', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], ' took 113'
08-24 19:38:11.713 11275 12162 D BtGatt.GattService: registerClient() - UUID=b4a88655-0b44-4db2-9961-0fa5c6cf59c1
08-24 19:38:11.714 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=b4a88655-0b44-4db2-9961-0fa5c6cf59c1, clientIf=17
08-24 19:38:11.715 8295 8308 D BluetoothGatt: onClientRegistered() - status=0 clientIf=17
08-24 19:38:11.716 11275 20534 D BtGatt.GattService: clientConnect() - address=80:EA:CA:70:01:07, isDirect=true
08-24 19:38:11.717 11275 11295 D bt_btif_config: btif_get_address_type: Device [80:ea:ca:70:01:07] address type 0
08-24 19:38:11.717 11275 11295 D bt_btif_config: btif_get_device_type: Device [80:ea:ca:70:01:07] type 2
08-24 19:38:11.719 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:16', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], ' took 107'
08-24 19:38:11.730 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:0A', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], ' took 122'
08-24 19:38:11.732 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: 236C00 from peripheral: 80:EA:CA:70:01:05
08-24 19:38:11.735 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 108, 0 ],
08-24 19:38:11.735 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:38:11.735 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:38:11.735 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05' }
08-24 19:38:11.736 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 0 ]
08-24 19:38:11.737 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 0 ]
08-24 19:38:11.745 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 144 action queue is time (1)', { type: 'E_FLASH_INDICATION_REQ',
08-24 19:38:11.745 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:38:11.745 8295 8315 D ReactNativeJS: value: 0,
08-24 19:38:11.745 8295 8315 D ReactNativeJS: location: 'globalErrorModal.clearAlerts',
08-24 19:38:11.745 8295 8315 D ReactNativeJS: utc: 1598297891598 }
08-24 19:38:11.745 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:38:11.747 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: 236C00 from peripheral: 80:EA:CA:70:01:0A
08-24 19:38:11.750 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 108, 0 ],
08-24 19:38:11.750 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:38:11.750 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:38:11.750 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A' }
08-24 19:38:11.751 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 0 ]
08-24 19:38:11.752 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 0 ]
08-24 19:38:11.756 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: 236C00 from peripheral: 80:EA:CA:70:01:16
08-24 19:38:11.761 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 153 action queue is time (1)', { type: 'E_FLASH_INDICATION_REQ',
08-24 19:38:11.761 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:38:11.761 8295 8315 D ReactNativeJS: value: 0,
08-24 19:38:11.761 8295 8315 D ReactNativeJS: location: 'globalErrorModal.clearAlerts',
08-24 19:38:11.761 8295 8315 D ReactNativeJS: utc: 1598297891604 }
08-24 19:38:11.761 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:38:11.764 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 108, 0 ],
08-24 19:38:11.764 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:38:11.764 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:38:11.764 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16' }
08-24 19:38:11.764 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 0 ]
08-24 19:38:11.764 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 0 ]
08-24 19:38:11.767 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 157 action queue is time (1)', { type: 'E_FLASH_INDICATION_REQ',
08-24 19:38:11.767 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:38:11.767 8295 8315 D ReactNativeJS: value: 0,
08-24 19:38:11.767 8295 8315 D ReactNativeJS: location: 'globalErrorModal.clearAlerts',
08-24 19:38:11.767 8295 8315 D ReactNativeJS: utc: 1598297891607 }
08-24 19:38:11.767 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:38:12.603 11275 11304 W bt_smp : smp_br_connect_callback is called on unexpected transport 2
08-24 19:38:12.603 11275 11304 W bt_btif : bta_dm_acl_change info: 0x0
08-24 19:38:12.604 11275 11295 D bt_btif_dm: remote version info [80:ea:ca:70:01:07]: 0, 0, 0
08-24 19:38:12.608 11275 11295 E BluetoothRemoteDevices: state12newState0
08-24 19:38:12.612 11275 11295 D BtGatt.GattService: onConnected() - clientIf=17, connId=785, address=80:EA:CA:70:01:07
08-24 19:38:12.613 8295 8308 D BluetoothGatt: onClientConnectionState() - status=0 clientIf=17 device=80:EA:CA:70:01:07
08-24 19:38:12.613 8295 8308 D ReactNativeBleManager: onConnectionStateChange to 2 on peripheral: 80:EA:CA:70:01:07 with status 0
08-24 19:38:12.613 8295 8295 D BluetoothGatt: discoverServices() - device: 80:EA:CA:70:01:07
08-24 19:38:12.614 8295 8308 D ReactNativeBleManager: Peripheral event (BleManagerConnectPeripheral):80:EA:CA:70:01:07
08-24 19:38:12.615 8295 8308 D ReactNativeBleManager: Connected to: 80:EA:CA:70:01:07
08-24 19:38:12.616 11275 17780 D BtGatt.GattService: discoverServices() - address=80:EA:CA:70:01:07, connId=785
08-24 19:38:12.618 8295 8315 W ReactNativeJS: 'BLE Connected to', '80:EA:CA:70:01:07'
08-24 19:38:12.619 11275 11295 D BtGatt.GattService: onSearchCompleted() - connId=785, status=0
08-24 19:38:12.620 8295 8316 D ReactNativeBleManager: Retrieve services from: 80:EA:CA:70:01:07
08-24 19:38:12.620 8295 8316 D BluetoothGatt: discoverServices() - device: 80:EA:CA:70:01:07
08-24 19:38:12.624 11275 11320 D BtGatt.GattService: discoverServices() - address=80:EA:CA:70:01:07, connId=785
08-24 19:38:12.629 11275 11295 D BtGatt.GattService: onSearchCompleted() - connId=785, status=0
08-24 19:38:12.656 8295 8317 D BluetoothGatt: onSearchComplete() = Device=80:EA:CA:70:01:07 Status=0
08-24 19:38:12.718 8295 8317 D BluetoothGatt: onSearchComplete() = Device=80:EA:CA:70:01:07 Status=0
08-24 19:38:12.730 8295 8315 D ReactNativeJS: 'BLE Service info:', { characteristics:
08-24 19:38:12.730 8295 8315 D ReactNativeJS: [ { properties: { Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '2a00',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '1800' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '2a01',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '1800' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '2a00',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '1800' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '2a01',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '1800' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2902' } ],
08-24 19:38:12.730 8295 8315 D ReactNativeJS: properties: { Indicate: 'Indicate', Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '2a05',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '1801' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { properties: { Indicate: 'Indicate', Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '2a05',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '1801' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '2a29',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '2a24',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '2a25',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '2a27',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '2a26',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '2a29',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '2a24',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '2a25',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '2a27',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '2a26',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' }, { value: null, uuid: '2901' } ],
08-24 19:38:12.730 8295 8315 D ReactNativeJS: properties: { Write: 'Write' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '37d57fa2-805b-49ca-80b6-b05a81964ae2',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' }, { value: null, uuid: '2901' } ],
08-24 19:38:12.730 8295 8315 D ReactNativeJS: properties: { Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '29593a48-3e81-406a-9735-e10acd993202',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { descriptors:
08-24 19:38:12.730 8295 8315 D ReactNativeJS: [ { value: null, uuid: '2902' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { value: null, uuid: '2901' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { value: null, uuid: '2902' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { value: null, uuid: '2901' } ],
08-24 19:38:12.730 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '9c16c3ca-1f05-4089-a0af-aa8c921183ca',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { descriptors:
08-24 19:38:12.730 8295 8315 D ReactNativeJS: [ { value: null, uuid: '2902' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { value: null, uuid: '2901' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { value: null, uuid: '2902' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { value: null, uuid: '2901' } ],
08-24 19:38:12.730 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '351e4d7f-ff54-4b84-9a47-5d6d1234f179',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { descriptors:
08-24 19:38:12.730 8295 8315 D ReactNativeJS: [ { value: null, uuid: '2902' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { value: null, uuid: '2901' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { value: null, uuid: '2902' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { value: null, uuid: '2901' } ],
08-24 19:38:12.730 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: 'ad3f5575-4217-4c7a-8418-2aa9bddd96ee',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { descriptors:
08-24 19:38:12.730 8295 8315 D ReactNativeJS: [ { value: null, uuid: '2902' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { value: null, uuid: '2901' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { value: null, uuid: '2902' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { value: null, uuid: '2901' } ],
08-24 19:38:12.730 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: '64f668be-c025-4dd3-a1fd-ef49d07ffc15',
08-24 19:38:12.730 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { descriptors:
08-24 19:38:12.730 8295 8315 D ReactNativeJS: [ { value: null, uuid: '2902' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { value: null, uuid: '2901' },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: { value: [TOO BIG formatValueCalls 201 exceeded limit of 200],
08-24 19:38:12.730 8295 8315 D ReactNativeJS: uuid: [TOO BIG formatValueCalls 202 exceeded limit of 200] },
08-24 19:38:12.730 8295 8315 D ReactNativeJS: [TOO BIG formatValueCalls 203 exceeded limit of 200] ],
08-24 19:38:12.730 8295 8315 D ReactNativeJS: properties: [TOO BIG formatValueCalls 204 exceeded limit of 200],
08-24 19:38:12.730 8295 8315 D ReactNativeJS: characteristic: [TOO BIG formatValueCalls 205 e
08-24 19:38:12.730 8295 8315 I ReactNativeJS: epilogStateSaga after connect is this before ble_device_information_complete?
08-24 19:38:12.730 8295 8315 D ReactNativeJS: bleCommunicator reading char:D536853F-FCCB-4D07-8F0A-BB9986F29019::80:EA:CA:70:01:07 retryCnt:40
08-24 19:38:12.731 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:12.801 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:38:12.802 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@f59dee0
08-24 19:38:12.803 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:D536853F-FCCB-4D07-8F0A-BB9986F29019::80:EA:CA:70:01:07 retryCnt:40', [], []
08-24 19:38:12.803 8295 8315 D ReactNativeJS: 'generateActionFromMessage', []
08-24 19:38:12.804 8295 8315 W ReactNativeJS: 'epilog last message', { peripheral: '80:EA:CA:70:01:07',
08-24 19:38:12.804 8295 8315 W ReactNativeJS: utc: 1598297892803,
08-24 19:38:12.804 8295 8315 W ReactNativeJS: type: 'INIT',
08-24 19:38:12.804 8295 8315 W ReactNativeJS: errorCnt: 'INIT',
08-24 19:38:12.804 8295 8315 W ReactNativeJS: value: 'none received yet' }
08-24 19:38:12.804 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:38:12.805 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:38:12.805 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:38:12.805 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: d536853f-fccb-4d07-8f0a-bb9986f29019 enable: true
08-24 19:38:12.806 11275 17783 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:07 enable: true
08-24 19:38:12.806 8295 8316 D ReactNativeBleManager: Characteristic d536853f-fccb-4d07-8f0a-bb9986f29019 set INDICATE
08-24 19:38:12.806 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=d536853f-fccb-4d07-8f0a-bb9986f29019
08-24 19:38:12.808 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:38:12.883 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:38:12.884 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'D536853F-FCCB-4D07-8F0A-BB9986F29019'
08-24 19:38:12.934 8295 8315 D ReactNativeJS: 'getting deviceInfo for ', '80:EA:CA:70:01:07'
08-24 19:38:12.934 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A29::80:EA:CA:70:01:07 retryCnt:40
08-24 19:38:12.937 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:13.002 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 11
08-24 19:38:13.003 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@eaf5e41
08-24 19:38:13.004 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A29::80:EA:CA:70:01:07 retryCnt:40', 'Epitel Inc.', [ 69, 112, 105, 116, 101, 108, 32, 73, 110, 99, 46 ]
08-24 19:38:13.005 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A24::80:EA:CA:70:01:07 retryCnt:40
08-24 19:38:13.006 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:13.122 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 6
08-24 19:38:13.123 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@6a91fe6
08-24 19:38:13.127 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A24::80:EA:CA:70:01:07 retryCnt:40', 'A-1011', [ 65, 45, 49, 48, 49, 49 ]
08-24 19:38:13.128 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A25::80:EA:CA:70:01:07 retryCnt:40
08-24 19:38:13.129 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:13.282 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 32
08-24 19:38:13.284 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@f9ed927
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A25::80:EA:CA:70:01:07 retryCnt:40', 'E34C336814E4D41502020233F0E141FF', [ 69,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 51,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 52,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 67,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 51,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 51,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 54,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 56,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 49,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 52,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 69,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 52,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 68,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 52,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 49,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 53,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 48,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 50,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 48,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 50,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 48,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 50,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 51,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 51,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 70,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 48,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 69,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 49,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 52,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 49,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 70,
08-24 19:38:13.293 8295 8315 D ReactNativeJS: 70 ]
08-24 19:38:13.295 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A27::80:EA:CA:70:01:07 retryCnt:40
08-24 19:38:13.296 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:13.442 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 2
08-24 19:38:13.444 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@7f687d4
08-24 19:38:13.447 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A27::80:EA:CA:70:01:07 retryCnt:40', 'X6', [ 88, 54 ]
08-24 19:38:13.448 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A26::80:EA:CA:70:01:07 retryCnt:40
08-24 19:38:13.450 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:13.522 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 6
08-24 19:38:13.524 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@3529d7d
08-24 19:38:13.528 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A26::80:EA:CA:70:01:07 retryCnt:40', '0.13.5', [ 48, 46, 49, 51, 46, 53 ]
08-24 19:38:13.575 8295 8315 I ReactNativeJS: '0.12.0 wiring up', '80:EA:CA:70:01:07'
08-24 19:38:13.577 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 113, 49, 48, 49, 51, 54, 53, 52, 48, 49, 53, 53, 49 ], 40
08-24 19:38:13.579 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:38:13.579 8295 8316 D ReactNativeBleManager: Message(13): 71313031333635343031353531
08-24 19:38:13.580 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:38:13.642 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: 2371 from peripheral: 80:EA:CA:70:01:07
08-24 19:38:13.643 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:07', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 113, 49, 48, 49, 51, 54, 53, 52, 48, 49, 53, 53, 49 ], ' took 65'
08-24 19:38:13.645 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 68 action queue is time (1)', { type: 'E_PASSCODE_SET_REQ',
08-24 19:38:13.645 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:13.645 8295 8315 D ReactNativeJS: location: 'deviceInfoLoadedHandler',
08-24 19:38:13.645 8295 8315 D ReactNativeJS: value:
08-24 19:38:13.645 8295 8315 D ReactNativeJS: { serialNumber: 'E34C336814E4D41502020233F0E141FF',
08-24 19:38:13.645 8295 8315 D ReactNativeJS: passcodeSequence: '401551' },
08-24 19:38:13.645 8295 8315 D ReactNativeJS: utc: 1598297893576 }
08-24 19:38:13.645 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:38:13.646 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:38:13.650 8295 8315 I ReactNativeJS: 'requesting epilog state', {}
08-24 19:38:13.650 8295 8315 D ReactNativeJS: bleCommunicator reading char:29593A48-3E81-406A-9735-E10ACD993202::80:EA:CA:70:01:07 retryCnt:40
08-24 19:38:13.652 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297893650,
08-24 19:38:13.652 8295 8315 D ReactNativeJS: action:
08-24 19:38:13.652 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:38:13.652 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:13.652 8295 8315 D ReactNativeJS: utc: 1598297893649 },
08-24 19:38:13.652 8295 8315 D ReactNativeJS: utcStarted: 1598297893650 } ]
08-24 19:38:13.652 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:13.653 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 113 ],
08-24 19:38:13.653 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:38:13.653 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:38:13.653 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07' }
08-24 19:38:13.653 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 113 ]
08-24 19:38:13.654 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '71', []
08-24 19:38:13.655 8295 8315 W ReactNativeJS: '*** requestCompleteHandler action completed not in queue', { peripheral: '80:EA:CA:70:01:07',
08-24 19:38:13.655 8295 8315 W ReactNativeJS: utc: 1598297893654,
08-24 19:38:13.655 8295 8315 W ReactNativeJS: type: 'E_PASSCODE_SET_REQ_CMPLT' }, [ { utc: 1598297893650,
08-24 19:38:13.655 8295 8315 W ReactNativeJS: action:
08-24 19:38:13.655 8295 8315 W ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:38:13.655 8295 8315 W ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:13.655 8295 8315 W ReactNativeJS: utc: 1598297893649 },
08-24 19:38:13.655 8295 8315 W ReactNativeJS: utcStarted: 1598297893650 } ]
08-24 19:38:13.656 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 4 ] ]
08-24 19:38:13.658 8295 8315 D ReactNativeJS: 'requestHandler replacing existing queue item', 'E_STATE_REQ', [ { utc: 1598297893650,
08-24 19:38:13.658 8295 8315 D ReactNativeJS: action:
08-24 19:38:13.658 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:38:13.658 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:13.658 8295 8315 D ReactNativeJS: utc: 1598297893649 },
08-24 19:38:13.658 8295 8315 D ReactNativeJS: utcStarted: 1598297893650 } ]
08-24 19:38:13.658 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297893650,
08-24 19:38:13.658 8295 8315 D ReactNativeJS: action:
08-24 19:38:13.658 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:38:13.658 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:13.658 8295 8315 D ReactNativeJS: utc: 1598297893657 },
08-24 19:38:13.658 8295 8315 D ReactNativeJS: utcStarted: 1598297893650,
08-24 19:38:13.658 8295 8315 D ReactNativeJS: utcActionUpdated: 1598297893658 } ]
08-24 19:38:13.660 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297893650,
08-24 19:38:13.660 8295 8315 D ReactNativeJS: action:
08-24 19:38:13.660 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:38:13.660 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:13.660 8295 8315 D ReactNativeJS: utc: 1598297893657 },
08-24 19:38:13.660 8295 8315 D ReactNativeJS: utcStarted: 1598297893650,
08-24 19:38:13.660 8295 8315 D ReactNativeJS: utcActionUpdated: 1598297893658 } ]
08-24 19:38:13.722 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 11
08-24 19:38:13.722 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@c628de9
08-24 19:38:13.725 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:29593A48-3E81-406A-9735-E10ACD993202::80:EA:CA:70:01:07 retryCnt:40', { state: 3,
08-24 19:38:13.725 8295 8315 D ReactNativeJS: recordings: 7,
08-24 19:38:13.725 8295 8315 D ReactNativeJS: startPageOfCurrentOrLastRecording: 8539,
08-24 19:38:13.725 8295 8315 D ReactNativeJS: isClockSet: 1,
08-24 19:38:13.725 8295 8315 D ReactNativeJS: lastRecordedPage: 13416,
08-24 19:38:13.725 8295 8315 D ReactNativeJS: recordingSet: 22 }, [ 3, 7, 91, 33, 0, 1, 104, 52, 0, 22, 0 ]
08-24 19:38:13.725 8295 8315 D ReactNativeJS: 'got epilog state', { state: 3,
08-24 19:38:13.725 8295 8315 D ReactNativeJS: recordings: 7,
08-24 19:38:13.725 8295 8315 D ReactNativeJS: startPageOfCurrentOrLastRecording: 8539,
08-24 19:38:13.725 8295 8315 D ReactNativeJS: isClockSet: 1,
08-24 19:38:13.725 8295 8315 D ReactNativeJS: lastRecordedPage: 13416,
08-24 19:38:13.725 8295 8315 D ReactNativeJS: recordingSet: 22 }
08-24 19:38:13.726 8295 8315 D ReactNativeJS: bleCommunicator reading char:F3871FCF-2BF9-4B2A-AC3C-5364ACD22ABE::80:EA:CA:70:01:07 retryCnt:40
08-24 19:38:13.727 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:13.962 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 51
08-24 19:38:13.964 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@8699a6e
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:F3871FCF-2BF9-4B2A-AC3C-5364ACD22ABE::80:EA:CA:70:01:07 retryCnt:40', { amplifierGain: '545.1dB',
08-24 19:38:13.981 8295 8315 D ReactNativeJS: sampleRate: 256,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: physicalMin: -500,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: physicalMax: 500,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: digitalMin: 0,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: digitalMax: 4095,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:38:13.981 8295 8315 D ReactNativeJS: dataPageDurationMS: 10664 }, [ 54,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 53,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 46,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 49,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 100,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 66,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 10,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 50,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 53,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 54,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 10,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 45,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 53,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 48,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 48,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 10,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 53,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 48,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 48,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 10,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 48,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 10,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 52,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 48,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 57,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 53,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 10,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 72,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 80,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 126,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 48,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 46,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 53,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 53,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 72,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 122,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 32,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 76,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 80,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 126,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 57,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 55,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 72,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 122,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 10,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 49,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 48,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 54,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 54,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 52,
08-24 19:38:13.981 8295 8315 D ReactNativeJS: 10 ]
08-24 19:38:13.984 8295 8315 I ReactNativeJS: 'epilog device info', { amplifierGain: '545.1dB',
08-24 19:38:13.984 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:38:13.984 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:38:13.984 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:38:13.984 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:38:13.984 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:38:13.984 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:38:13.984 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 }
08-24 19:38:13.985 8295 8315 D ReactNativeJS: bleCommunicator reading char:339A2BA7-4CBE-4F3D-A1C0-373F1CF456B8::80:EA:CA:70:01:07 retryCnt:40
08-24 19:38:13.986 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:14.042 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:38:14.042 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@118750f
08-24 19:38:14.043 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:339A2BA7-4CBE-4F3D-A1C0-373F1CF456B8::80:EA:CA:70:01:07 retryCnt:40', undefined, []
08-24 19:38:14.043 8295 8315 I ReactNativeJS: 'epilog meta', undefined
08-24 19:38:14.044 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:40
08-24 19:38:14.044 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:14.123 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 20
08-24 19:38:14.124 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@3ae999c
08-24 19:38:14.132 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:40', 3.4420990599994033e+44, [ 0, 15, 111, 86, 0, 0, 0, 5, 0, 38, 0, 19, 0, 24, 0, 0, 0, 8, 7, 228 ]
08-24 19:38:14.132 8295 8315 I ReactNativeJS: 'epilog meta', 3.4420990599994033e+44
08-24 19:38:14.136 8295 8315 W ReactNativeJS: 'Resetting recording data. Epilog reports diff than what we have in state', '80:EA:CA:70:01:07', 'state:0', 'device:7'
08-24 19:38:14.180 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 529 action queue is time (1)', { type: 'E_STATE_REQ',
08-24 19:38:14.180 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:14.180 8295 8315 D ReactNativeJS: utc: 1598297893657 }
08-24 19:38:14.180 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:38:14.182 8295 8315 I ReactNativeJS: 'getting EPILOG_clock', { type: 'E_CLOCK_REQ',
08-24 19:38:14.182 8295 8315 I ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:14.182 8295 8315 I ReactNativeJS: utc: 1598297894181 }
08-24 19:38:14.182 8295 8315 I ReactNativeJS: getting time
08-24 19:38:14.182 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 110 ], 40
08-24 19:38:14.183 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:38:14.183 8295 8316 D ReactNativeBleManager: Message(1): 6E
08-24 19:38:14.184 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297894181,
08-24 19:38:14.184 8295 8315 D ReactNativeJS: action:
08-24 19:38:14.184 8295 8315 D ReactNativeJS: { type: 'E_CLOCK_REQ',
08-24 19:38:14.184 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:14.184 8295 8315 D ReactNativeJS: utc: 1598297894181 },
08-24 19:38:14.184 8295 8315 D ReactNativeJS: utcStarted: 1598297894181 } ]
08-24 19:38:14.185 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:38:14.243 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:07', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 110 ], ' took 61'
08-24 19:38:14.244 8295 8315 D ReactNativeJS: 'getting time done', undefined
08-24 19:38:14.646 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: 236EE407080000001800130026000B000000 from peripheral: 80:EA:CA:70:01:07
08-24 19:38:14.656 2998 4477 I WAKELOCK_RELEASE: TIMESTAMP=253698448036315, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:14.659 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 110, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 38, 0, 11, 0, 0, 0 ],
08-24 19:38:14.659 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:38:14.659 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:38:14.659 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07' }
08-24 19:38:14.664 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 110, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 38, 0, 11, 0, 0, 0 ]
08-24 19:38:14.671 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6e', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 38, 0, 11, 0, 0, 0 ]
08-24 19:38:14.678 8295 8315 D ReactNativeJS: 'epilog clock now,value,drift(ms)', '08/24/2020 19:38:11.000', '08/24/2020 19:38:14.665', 3665
08-24 19:38:14.711 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 529 action queue is time (1)', { type: 'E_CLOCK_REQ',
08-24 19:38:14.711 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:14.711 8295 8315 D ReactNativeJS: utc: 1598297894181 }
08-24 19:38:14.711 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:38:14.711 8295 8315 I ReactNativeJS: 'epilog clock drifted', '80:EA:CA:70:01:07', { utc: 1598297891000, drift: 3665 }
08-24 19:38:14.716 8295 8315 I ReactNativeJS: 'setting EPILOG_clock', { peripheral: '80:EA:CA:70:01:07',
08-24 19:38:14.716 8295 8315 I ReactNativeJS: utc: 1598297894715,
08-24 19:38:14.716 8295 8315 I ReactNativeJS: type: 'E_CLOCK_SET_REQ',
08-24 19:38:14.716 8295 8315 I ReactNativeJS: value: { utc: 1598297891000, drift: 3665 },
08-24 19:38:14.716 8295 8315 I ReactNativeJS: location: 'CLOCK DRIFTED',
08-24 19:38:14.716 8295 8315 I ReactNativeJS: CLOCK_DRIFT_THRESHOLD: 2000,
08-24 19:38:14.716 8295 8315 I ReactNativeJS: deviceState: 3 }
08-24 19:38:14.718 8295 8315 I ReactNativeJS: 'setting time', [ 116, 228, 7, 8, 0, 1, 0, 24, 0, 19, 0, 38, 0, 14, 0, 204, 2 ]
08-24 19:38:14.719 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 116, 228, 7, 8, 0, 1, 0, 24, 0, 19, 0, 38, 0, 14, 0, 204, 2 ], 40
08-24 19:38:14.720 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:38:14.720 8295 8316 D ReactNativeBleManager: Message(17): 74E407080001001800130026000E00CC02
08-24 19:38:14.721 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297894715,
08-24 19:38:14.721 8295 8315 D ReactNativeJS: action:
08-24 19:38:14.721 8295 8315 D ReactNativeJS: { peripheral: '80:EA:CA:70:01:07',
08-24 19:38:14.721 8295 8315 D ReactNativeJS: utc: 1598297894715,
08-24 19:38:14.721 8295 8315 D ReactNativeJS: type: 'E_CLOCK_SET_REQ',
08-24 19:38:14.721 8295 8315 D ReactNativeJS: value: { utc: 1598297891000, drift: 3665 },
08-24 19:38:14.721 8295 8315 D ReactNativeJS: location: 'CLOCK DRIFTED',
08-24 19:38:14.721 8295 8315 D ReactNativeJS: CLOCK_DRIFT_THRESHOLD: 2000,
08-24 19:38:14.721 8295 8315 D ReactNativeJS: deviceState: 3 },
08-24 19:38:14.721 8295 8315 D ReactNativeJS: utcStarted: 1598297894715 } ]
08-24 19:38:14.723 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:38:14.763 2998 3013 I WAKELOCK_ACQUIRE: TIMESTAMP=253698555512984, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:14.810 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:07', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 116, 228, 7, 8, 0, 1, 0, 24, 0, 19, 0, 38, 0, 14, 0, 204, 2 ], ' took 86'
08-24 19:38:14.817 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 99 action queue is time (1)', { peripheral: '80:EA:CA:70:01:07',
08-24 19:38:14.817 8295 8315 D ReactNativeJS: utc: 1598297894715,
08-24 19:38:14.817 8295 8315 D ReactNativeJS: type: 'E_CLOCK_SET_REQ',
08-24 19:38:14.817 8295 8315 D ReactNativeJS: value: { utc: 1598297891000, drift: 3665 },
08-24 19:38:14.817 8295 8315 D ReactNativeJS: location: 'CLOCK DRIFTED',
08-24 19:38:14.817 8295 8315 D ReactNativeJS: CLOCK_DRIFT_THRESHOLD: 2000,
08-24 19:38:14.817 8295 8315 D ReactNativeJS: deviceState: 3 }
08-24 19:38:14.818 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:38:14.825 8295 8315 I ReactNativeJS: 'getting EPILOG_clock', { type: 'E_CLOCK_REQ',
08-24 19:38:14.825 8295 8315 I ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:14.825 8295 8315 I ReactNativeJS: utc: 1598297894821 }
08-24 19:38:14.825 8295 8315 I ReactNativeJS: getting time
08-24 19:38:14.827 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 110 ], 40
08-24 19:38:14.828 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:38:14.829 8295 8316 D ReactNativeBleManager: Message(1): 6E
08-24 19:38:14.834 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:38:14.838 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297894823,
08-24 19:38:14.838 8295 8315 D ReactNativeJS: action:
08-24 19:38:14.838 8295 8315 D ReactNativeJS: { type: 'E_CLOCK_REQ',
08-24 19:38:14.838 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:14.838 8295 8315 D ReactNativeJS: utc: 1598297894821 },
08-24 19:38:14.838 8295 8315 D ReactNativeJS: utcStarted: 1598297894823 } ]
08-24 19:38:14.844 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253698636404224, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:14.934 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:07', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 110 ], ' took 107'
08-24 19:38:14.935 8295 8315 D ReactNativeJS: 'getting time done', undefined
08-24 19:38:15.087 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253698879436616, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:15.203 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: 236EE407080000001800130026000B000000 from peripheral: 80:EA:CA:70:01:07
08-24 19:38:15.215 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 110, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 38, 0, 11, 0, 0, 0 ],
08-24 19:38:15.215 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:38:15.215 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:38:15.215 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07' }
08-24 19:38:15.219 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253699011416921, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:15.224 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 110, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 38, 0, 11, 0, 0, 0 ]
08-24 19:38:15.228 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6e', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 38, 0, 11, 0, 0, 0 ]
08-24 19:38:15.235 8295 8315 D ReactNativeJS: 'epilog clock now,value,drift(ms)', '08/24/2020 19:38:11.000', '08/24/2020 19:38:15.224', 4224
08-24 19:38:15.264 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 441 action queue is time (1)', { type: 'E_CLOCK_REQ',
08-24 19:38:15.264 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.264 8295 8315 D ReactNativeJS: utc: 1598297894821 }
08-24 19:38:15.264 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:38:15.264 8295 8315 I ReactNativeJS: 'epilog clock drifted', '80:EA:CA:70:01:07', { utc: 1598297891000, drift: 4224 }
08-24 19:38:15.265 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:38:15.267 8295 8315 I ReactNativeJS: 'setting EPILOG_clock', { peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.267 8295 8315 I ReactNativeJS: utc: 1598297895266,
08-24 19:38:15.267 8295 8315 I ReactNativeJS: type: 'E_CLOCK_SET_REQ',
08-24 19:38:15.267 8295 8315 I ReactNativeJS: value: { utc: 1598297891000, drift: 4224 },
08-24 19:38:15.267 8295 8315 I ReactNativeJS: location: 'CLOCK DRIFTED',
08-24 19:38:15.267 8295 8315 I ReactNativeJS: CLOCK_DRIFT_THRESHOLD: 2000,
08-24 19:38:15.267 8295 8315 I ReactNativeJS: deviceState: 3 }
08-24 19:38:15.269 8295 8315 I ReactNativeJS: 'setting time', [ 116, 228, 7, 8, 0, 1, 0, 24, 0, 19, 0, 38, 0, 15, 0, 11, 1 ]
08-24 19:38:15.270 8295 8308 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:15.270 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 116, 228, 7, 8, 0, 1, 0, 24, 0, 19, 0, 38, 0, 15, 0, 11, 1 ], 40
08-24 19:38:15.271 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: 20360000FFF896004406FFF7E2004002FFFFFF002036000140028E2FFF696004BA0FFF004002828F20360002FFFFF0040F2FFFFFF004004FFFFFFA2420360003004002FFFFFF004002FFFFFF004004FF20360004FFFF004004FFFFFF942004AD6FFFFFF02036000504004FFFFFF004004004FFF90200460E20360006DAEFFF0043F8FFF506004460FFFFFF00203600074004FFFFFF4CA00488CFFFFFF004002F20360008FFFFF004004F78FFF530004AA2FFF00420360009004BA6FFFFFF0043E0FFFFFF004004FF2036000AFFFF340004002FFFFF600407ED30FFF02036000B04004FFFD86004004FFFFFF004004F4A2036000CFFFC3C004114FFFFFF00400450AFFF292036000DA002A2EF8CBEE00468AFFF00400477EF2036000EFFFFF00403EFFFFFF004002F42FFFB962036000F004004FFFFFF004004D86FFF09E002EB20360010CFFF004004F70FFFB46004986FFFFFF02036001104004FFFFFF004004002FFFAC600455220360012C7CFFF0041C2FFF5A6004312FFFFFF00203600134004FFFFFF66C0047D0FFFFFF004004F20360014FFFFF004004DF8FFF712004A0AFFF00420360015004B16FFFFFF002314FFFFFF002004FF20360016FFFF58A004004FFFFFF004008B7EFFF02036001704004FFFE3E004004FFFFFF006004E3220360018FFFDD200404EFFFFFF004004470FFF4C20360019C0028F4FCCD820045EEFFF008002698F2036001AFFFFF004004FFFFFF01C002ED6FFFD562036001B002004FFFFFF004002C7AFFF22A004D92036001C0FFF004004E08FFFC2A00283AFFFFFF02036001D04002FFFFFF004004004FFFB3C0043EE2036001EB32FFF004058FFF6D0004294FFFFFF002036001F4004FFFFFF7DC00470CFFFFFF004004F20360020FFFFF004004CD4FFF5BC004758FFFED820360021004152FFFFFF002002FFFFFF002004FF20360022FFFF3D400438AFFFE84002004FFFFFF02036002304002FECFFF05C004BC0FFF25000267C20360024FFFEA00041A4FFFFFF004004FFFFFF0320360025E00474AFFFBFC004238FFFFFF004002F20360026FFFFF004002FFFFFF016004BE4FFFD0020360027004004FFFFFF004004EAEFFF004004A3203600284FFF890004688FFFDBC0041B0FFFFFF02036002904002FFFFFF004004B34FFF8A60042602036002AFFFFFF004004FFFFFF004004FFFFFF002036002B4004AF4FFF8A00046A4FFFFFF004004F2036002CFFFFF004004B9EFFF4F60044A8FFFFCC2036002D00409AFFFFFF004004FFFFFF002004FC2036002EEFFF60200421EFFFFFF004002FFFFFF02036002F04004FA8FFF21C004BA6FFF42800461820360030FFFFFF00412CFFFFFF004004FFFFFF2420360031E00465CFFFD0E004030FFFFFF004004F20360032FFFFF004004F52FFF22A004B22FFFE7420360033004004FFFFFF004002D2AFFF0040029A203600346FFF9C400455CFFFEFA004014FFFFFF02036003504004FFFFFF004004A04FFF9DC00215C20360036FFFFFF004004FFFFFF004004FDAFFF00203600372004998FFFAB8004550FFFFFF004004F20360038FFFFF004002A98FFF66C0043C4FFFFFF2036003900401AFFFFFF004004FFFFFF002004DD2036003AAFFF7AC004244FFFFFF004002FFFFFF02036003B04002E0AFFF3EC0049A8FFF5E20024B02036003CFFFFFF004020FFFFFF004004FFFFFF382036003D0004512FFFF52004004FFFFFF004002F2036003EFFFFF004004E1EFFF3DA004A32FFFF602036003F004004FFFFFF004004C48FFF01E0047B203600404FFFBEC004460FFFFFF004004FFFFFF02036004104004FFFFFF02A00292CFFFBD200400620360042FFFFFF004004FFFFFF002004E34FFF0020360043600482AFFFC200043A4FFFFFF002004F20360044FFFFF0040049E0FFF860004278FFFFFF20360045002004FFFFFF004002FFFFFF004002D7203600466FFF91A004126FFFFFF004002FFFFFF02036004704004CF8FFF598004884FFF70A0043E220360048FFFFFF004006FFFFFF004002F3CFFF5B203600490004402FFFFFF004004FFFFFF004002F2036004AFFFFF004004D20FFF6480048C6FFFFFF2036004B004004FFFFFF004004A3AFFF224004632036004CAFFFCFA0023BAFFFFFF004004FFFFFF02036004D04002FFFFFF0CC002848FFFCFA0040042036004EFFFFFF004004FFFFFF004004D78FFF1C2036004F200474CFFFE1C00430CFFFFFF004002F20360050FFFFF004004884FFF9C00040FAFFFFFF20360051004004FFFFFF004004FFFFFF004004C4203600528FFFA66004064FFFFFF002002FB8FFF02036005304004B6CFFF6A8004782FFF8CE00415020360054FFFFFF002004FFFFFF004004F04FFF7320360055C004358FFFFFF004004FFFFFF004004F20360056FFFFF004002CC8FFF75A0047A4FFFFFF20360057004004FFFFFF004002A5EFFF36C0045720360058EFFFEA0004230FFFFFF004004FFFFFF02036005904004FFFFFF31600477AFFFEB60040042036005AFFFFFF002004FFCFFF01E004CBAFFF332036005BA00470CFFFFAE00421AFFFFFF004002F2036005CFFFFF02C00273CFFFB5000400AFFFFFF2036005D004004FFFFFF004004FF6FFF07E004B32036005E4FFFC56004042FFFFFF004004F48FFF02036005F04004A4CFFF7AC0045E8FFF8F200400220360060FFFFFF004004FFFFFF002002CF0FFF7120360061E004108FFFFFF004004FFFFFF004004E20360062FCFFF0040049C6FFF87600452EFFFFFF20360063004002FFFFFF00400281AFFF46200438203600642FFFF9A0040F4FFFFFF
08-24 19:38:15.272 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297895266,
08-24 19:38:15.272 8295 8315 D ReactNativeJS: action:
08-24 19:38:15.272 8295 8315 D ReactNativeJS: { peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.272 8295 8315 D ReactNativeJS: utc: 1598297895266,
08-24 19:38:15.272 8295 8315 D ReactNativeJS: type: 'E_CLOCK_SET_REQ',
08-24 19:38:15.272 8295 8315 D ReactNativeJS: value: { utc: 1598297891000, drift: 4224 },
08-24 19:38:15.272 8295 8315 D ReactNativeJS: location: 'CLOCK DRIFTED',
08-24 19:38:15.272 8295 8315 D ReactNativeJS: CLOCK_DRIFT_THRESHOLD: 2000,
08-24 19:38:15.272 8295 8315 D ReactNativeJS: deviceState: 3 },
08-24 19:38:15.272 8295 8315 D ReactNativeJS: utcStarted: 1598297895266 } ]
08-24 19:38:15.274 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:38:15.274 8295 8316 D ReactNativeBleManager: Message(17): 74E407080001001800130026000F000B01
08-24 19:38:15.276 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:38:15.322 2998 3588 I WAKELOCK_ACQUIRE: TIMESTAMP=253699114855006, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:15.364 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: 2374E407080001001800130026000F000B01 from peripheral: 80:EA:CA:70:01:07
08-24 19:38:15.366 2998 3699 I WAKELOCK_RELEASE: TIMESTAMP=253699158784285, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:15.367 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 116, 228, 7, 8, 0, 1, 0, 24, 0, 19, 0, 38, 0, 15, 0, 11, 1 ],
08-24 19:38:15.367 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:38:15.367 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:38:15.367 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07' }
08-24 19:38:15.368 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 116, 228, 7, 8, 0, 1, 0, 24, 0, 19, 0, 38, 0, 15, 0, 11, 1 ]
08-24 19:38:15.369 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '74', [ 228, 7, 8, 0, 1, 0, 24, 0, 19, 0, 38, 0, 15, 0, 11, 1 ]
08-24 19:38:15.371 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 104 action queue is time (1)', { peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.371 8295 8315 D ReactNativeJS: utc: 1598297895266,
08-24 19:38:15.371 8295 8315 D ReactNativeJS: type: 'E_CLOCK_SET_REQ',
08-24 19:38:15.371 8295 8315 D ReactNativeJS: value: { utc: 1598297891000, drift: 4224 },
08-24 19:38:15.371 8295 8315 D ReactNativeJS: location: 'CLOCK DRIFTED',
08-24 19:38:15.371 8295 8315 D ReactNativeJS: CLOCK_DRIFT_THRESHOLD: 2000,
08-24 19:38:15.371 8295 8315 D ReactNativeJS: deviceState: 3 }
08-24 19:38:15.371 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:38:15.373 8295 8315 I ReactNativeJS: 'getting EPILOG_clock', { type: 'E_CLOCK_REQ',
08-24 19:38:15.373 8295 8315 I ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.373 8295 8315 I ReactNativeJS: utc: 1598297895372 }
08-24 19:38:15.373 8295 8315 I ReactNativeJS: getting time
08-24 19:38:15.374 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 110 ], 40
08-24 19:38:15.375 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297895373,
08-24 19:38:15.375 8295 8315 D ReactNativeJS: action:
08-24 19:38:15.375 8295 8315 D ReactNativeJS: { type: 'E_CLOCK_REQ',
08-24 19:38:15.375 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.375 8295 8315 D ReactNativeJS: utc: 1598297895372 },
08-24 19:38:15.375 8295 8315 D ReactNativeJS: utcStarted: 1598297895373 } ]
08-24 19:38:15.375 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:38:15.376 8295 8316 D ReactNativeBleManager: Message(1): 6E
08-24 19:38:15.377 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:38:15.379 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:07', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 116, 228, 7, 8, 0, 1, 0, 24, 0, 19, 0, 38, 0, 15, 0, 11, 1 ], ' took 107'
08-24 19:38:15.383 8295 8315 W ReactNativeJS: '*** requestCompleteHandler action completed not in queue', { type: 'E_CLOCK_SET_REQ_CMPLT',
08-24 19:38:15.383 8295 8315 W ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.383 8295 8315 W ReactNativeJS: value: [ 116, 228, 7, 8, 0, 1, 0, 24, 0, 19, 0, 38, 0, 15, 0, 11, 1 ],
08-24 19:38:15.383 8295 8315 W ReactNativeJS: utc: 1598297895379 }, [ { utc: 1598297895373,
08-24 19:38:15.383 8295 8315 W ReactNativeJS: action:
08-24 19:38:15.383 8295 8315 W ReactNativeJS: { type: 'E_CLOCK_REQ',
08-24 19:38:15.383 8295 8315 W ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.383 8295 8315 W ReactNativeJS: utc: 1598297895372 },
08-24 19:38:15.383 8295 8315 W ReactNativeJS: utcStarted: 1598297895373 } ]
08-24 19:38:15.383 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 7 ] ]
08-24 19:38:15.385 8295 8315 D ReactNativeJS: 'requestHandler replacing existing queue item', 'E_CLOCK_REQ', [ { utc: 1598297895373,
08-24 19:38:15.385 8295 8315 D ReactNativeJS: action:
08-24 19:38:15.385 8295 8315 D ReactNativeJS: { type: 'E_CLOCK_REQ',
08-24 19:38:15.385 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.385 8295 8315 D ReactNativeJS: utc: 1598297895372 },
08-24 19:38:15.385 8295 8315 D ReactNativeJS: utcStarted: 1598297895373 } ]
08-24 19:38:15.386 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297895373,
08-24 19:38:15.386 8295 8315 D ReactNativeJS: action:
08-24 19:38:15.386 8295 8315 D ReactNativeJS: { type: 'E_CLOCK_REQ',
08-24 19:38:15.386 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.386 8295 8315 D ReactNativeJS: utc: 1598297895384 },
08-24 19:38:15.386 8295 8315 D ReactNativeJS: utcStarted: 1598297895373,
08-24 19:38:15.386 8295 8315 D ReactNativeJS: utcActionUpdated: 1598297895385 } ]
08-24 19:38:15.392 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297895373,
08-24 19:38:15.392 8295 8315 D ReactNativeJS: action:
08-24 19:38:15.392 8295 8315 D ReactNativeJS: { type: 'E_CLOCK_REQ',
08-24 19:38:15.392 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.392 8295 8315 D ReactNativeJS: utc: 1598297895384 },
08-24 19:38:15.392 8295 8315 D ReactNativeJS: utcStarted: 1598297895373,
08-24 19:38:15.392 8295 8315 D ReactNativeJS: utcActionUpdated: 1598297895385 } ]
08-24 19:38:15.403 2998 10650 I WAKELOCK_ACQUIRE: TIMESTAMP=253699195832311, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:15.443 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:07', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 110 ], ' took 70'
08-24 19:38:15.443 8295 8315 D ReactNativeJS: 'getting time done', undefined
08-24 19:38:15.644 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: 236EE407080000001800130026000F000000 from peripheral: 80:EA:CA:70:01:07
08-24 19:38:15.650 2998 12876 I WAKELOCK_RELEASE: TIMESTAMP=253699442312230, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:15.651 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 110, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 38, 0, 15, 0, 0, 0 ],
08-24 19:38:15.651 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:38:15.651 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:38:15.651 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07' }
08-24 19:38:15.652 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 110, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 38, 0, 15, 0, 0, 0 ]
08-24 19:38:15.653 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6e', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 38, 0, 15, 0, 0, 0 ]
08-24 19:38:15.654 8295 8315 D ReactNativeJS: 'epilog clock now,value,drift(ms)', '08/24/2020 19:38:15.000', '08/24/2020 19:38:15.652', 652
08-24 19:38:15.683 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 309 action queue is time (1)', { type: 'E_CLOCK_REQ',
08-24 19:38:15.683 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.683 8295 8315 D ReactNativeJS: utc: 1598297895384 }
08-24 19:38:15.683 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:38:15.685 8295 8315 D ReactNativeJS: 'readChars', { peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.685 8295 8315 D ReactNativeJS: service: '48BBE7D5-81E5-46A4-B3AD-23417934D96D',
08-24 19:38:15.685 8295 8315 D ReactNativeJS: characteristic: 'C4DDC87D-A470-4606-B20A-6EFF9444C725' }
08-24 19:38:15.685 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:40
08-24 19:38:15.686 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.711 8295 8315 D ReactNativeJS: 'startDevicesRecording', [ '80:EA:CA:70:01:07' ]
08-24 19:38:15.714 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297895684,
08-24 19:38:15.714 8295 8315 D ReactNativeJS: action:
08-24 19:38:15.714 8295 8315 D ReactNativeJS: { type: 'E_BATTERY_REQ',
08-24 19:38:15.714 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.714 8295 8315 D ReactNativeJS: utc: 1598297895684 },
08-24 19:38:15.714 8295 8315 D ReactNativeJS: utcStarted: 1598297895685 },
08-24 19:38:15.714 8295 8315 D ReactNativeJS: { utc: 1598297895712,
08-24 19:38:15.714 8295 8315 D ReactNativeJS: action:
08-24 19:38:15.714 8295 8315 D ReactNativeJS: { type: 'E_START_REC_REQ',
08-24 19:38:15.714 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.714 8295 8315 D ReactNativeJS: characteristics:
08-24 19:38:15.714 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:38:15.714 8295 8315 D ReactNativeJS: notify: true,
08-24 19:38:15.714 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:38:15.714 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:38:15.714 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:38:15.714 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:38:15.714 8295 8315 D ReactNativeJS: utc: 1598297895712 } } ]
08-24 19:38:15.718 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:38:15.722 2998 3588 I WAKELOCK_ACQUIRE: TIMESTAMP=253699514747102, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:15.722 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297895684,
08-24 19:38:15.722 8295 8315 D ReactNativeJS: action:
08-24 19:38:15.722 8295 8315 D ReactNativeJS: { type: 'E_BATTERY_REQ',
08-24 19:38:15.722 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.722 8295 8315 D ReactNativeJS: utc: 1598297895684 },
08-24 19:38:15.722 8295 8315 D ReactNativeJS: utcStarted: 1598297895685 },
08-24 19:38:15.722 8295 8315 D ReactNativeJS: { utc: 1598297895712,
08-24 19:38:15.722 8295 8315 D ReactNativeJS: action:
08-24 19:38:15.722 8295 8315 D ReactNativeJS: { type: 'E_START_REC_REQ',
08-24 19:38:15.722 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.722 8295 8315 D ReactNativeJS: characteristics:
08-24 19:38:15.722 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:38:15.722 8295 8315 D ReactNativeJS: notify: true,
08-24 19:38:15.722 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:38:15.722 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:38:15.722 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:38:15.722 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:38:15.722 8295 8315 D ReactNativeJS: utc: 1598297895712 } } ]
08-24 19:38:15.725 8295 8315 D ReactNativeJS: 'readChars', { peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.725 8295 8315 D ReactNativeJS: service: '48BBE7D5-81E5-46A4-B3AD-23417934D96D',
08-24 19:38:15.725 8295 8315 D ReactNativeJS: characteristic: 'C4DDC87D-A470-4606-B20A-6EFF9444C725' }
08-24 19:38:15.725 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:40
08-24 19:38:15.726 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.730 8295 8315 D ReactNativeJS: 'bleCommunicator read error retrying', 40, 'Read failed', '80:EA:CA:70:01:07', 'C4DDC87D-A470-4606-B20A-6EFF9444C725', ' took 4'
08-24 19:38:15.730 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:39
08-24 19:38:15.732 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.733 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:38
08-24 19:38:15.734 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.735 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:37
08-24 19:38:15.736 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.737 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:36
08-24 19:38:15.738 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.740 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:35
08-24 19:38:15.740 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.741 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:34
08-24 19:38:15.741 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.742 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:33
08-24 19:38:15.743 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.743 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:32
08-24 19:38:15.744 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.744 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:31
08-24 19:38:15.745 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.746 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:30
08-24 19:38:15.747 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.748 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:29
08-24 19:38:15.749 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.749 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:28
08-24 19:38:15.750 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.751 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:27
08-24 19:38:15.752 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.753 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:26
08-24 19:38:15.753 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.754 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:25
08-24 19:38:15.754 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.755 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:24
08-24 19:38:15.756 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.757 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:23
08-24 19:38:15.758 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.760 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:22
08-24 19:38:15.761 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.763 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 20
08-24 19:38:15.763 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:21
08-24 19:38:15.764 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.764 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:20
08-24 19:38:15.764 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@3ae999c
08-24 19:38:15.765 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:38:15.770 2998 3699 I WAKELOCK_RELEASE: TIMESTAMP=253699562551571, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:15.891 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 20
08-24 19:38:15.893 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@3ae999c
08-24 19:38:15.901 8295 8315 D ReactNativeJS: 'parseEvent', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 38, 0, 15, 0, 0, 0, 86, 123, 15, 0 ]
08-24 19:38:15.905 8295 8315 I ReactNativeJS: 'parseEvent complete', { utcEventTime: 1598297895000, type: 'V', value: 3963 }
08-24 19:38:15.911 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:20', { utcEventTime: 1598297895000, type: 'V', value: 3963 }, [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 38, 0, 15, 0, 0, 0, 86, 123, 15, 0 ]
08-24 19:38:15.939 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 255 action queue is time (3)', { type: 'E_BATTERY_REQ',
08-24 19:38:15.939 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.939 8295 8315 D ReactNativeJS: utc: 1598297895684 }
08-24 19:38:15.940 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 227 ], [ 214 ] ]
08-24 19:38:15.944 8295 8315 I ReactNativeJS: 'startRecordingHandler', { type: 'E_START_REC_REQ',
08-24 19:38:15.944 8295 8315 I ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:15.944 8295 8315 I ReactNativeJS: characteristics:
08-24 19:38:15.944 8295 8315 I ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:38:15.944 8295 8315 I ReactNativeJS: notify: true,
08-24 19:38:15.944 8295 8315 I ReactNativeJS: buffer: 256 },
08-24 19:38:15.944 8295 8315 I ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:38:15.944 8295 8315 I ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:38:15.944 8295 8315 I ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:38:15.944 8295 8315 I ReactNativeJS: utc: 1598297895712 }
08-24 19:38:15.945 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 97 ], 40
08-24 19:38:15.945 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:38:15.946 8295 8316 D ReactNativeBleManager: Message(1): 61
08-24 19:38:15.948 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:38:15.963 2998 3164 I WAKELOCK_ACQUIRE: TIMESTAMP=253699755436241, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:16.003 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:07', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 97 ], ' took 59'
08-24 19:38:16.164 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: 2361E4070800000018001300260010000000 from peripheral: 80:EA:CA:70:01:07
08-24 19:38:16.175 2998 3589 I WAKELOCK_RELEASE: TIMESTAMP=253699967589149, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:16.180 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 97, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 38, 0, 16, 0, 0, 0 ],
08-24 19:38:16.180 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:38:16.180 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:38:16.180 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07' }
08-24 19:38:16.181 8295 8317 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:16.184 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: CC410000ABCDC640C3AA940E8477023E7BCEDCAACC41000141E056EC16CD62B64B6AE6E365303529CC41000216EE0852274798DC8B5E23461ABDAD42CC4100033564CAA24E765D0316900E7E8EE1F473CC4100042D6EBFA1D6568B50E064043FC9D6E666CC410005922B0830E5A98E1DE68CC4CC1A246518CC410006ADCE1C44C34A93EECA7321FE776DBCA9CC410007619E60ABC0CA02AE494A36DF24FA3388CC410008B6E128341FE752D4AAF218C5A0B64D06CC4100092EE3E89A6E565C62A4830E4A8DA1BA6BCC41000A2CC8B821B4564ABED623A23D69B0E566CC41000B8222680ADEA9E017C61AC60C982324BCCC41000CA8EDFA4883628F8EB275C24C7A0DBCA9CC41000DC1A861CBF0CB62BC47AA4CE6A5362DE8CC41000E7EE6E8A21E4714D16B901EE56CB6ED12CC41000F38A40C98AE2C6082CC86CE789101A468CC410010CCDEC0C1B64FEAA6DC23E0344900E4E6CC410011A021E79ADBA9CE15A5FABACC1A212498CC410012A98DC846E3088E8E627981E4720D5EAACC410013A1A659AB72CD02EC4369F6E365422EA8CC41001478E2888C1C2724D2CB541C856EB06D70CC4100153563DE98EE74662256818E0A9901BE65CC410016CC50BFC21E4D6ABADC641036E970E9C7CC4100171221A7AADF4A7E17C5F0BE2CFC29C47ACC410018A28E0650C3668B4E4680220C744D1CAFCC410019C1885B6BD4CF231C4089DAE645862B08CC41001A5CE7690C1C86B8CCABC6224528B0ED70CC41001B3C83FA970E2264224E81CE1E9AC18065CC41001C2C5CC541F64D2AA4DFA46833A916E827CC41001D8E232754DB4A501AE5D8B90C9825047ACC41001EA18E145162DA898E728581946E8D60B6CC41001F819256AB16D4239641E9DAE3E63230E8CC4100206AE2291E1EA6CCCC6BC41FC4F2B2ADE2CC4100213B0392936EC86DE2447C0E48A301AA63CC4100226C0AC9E26848CA68DC84A4336924E8E7CC410023AA208780D4AADC1D659CBF4CB62D242CCC410024A26E5A5602E4846E368761E2700CDCB5CC41002521C658EB26D1A33C42A9CCE386242628CC4100265EDF09521AE648CB4C1A2024EAAC6D9CCC41002743A356914E246E2238764DA29E016860CC410028EBF0C6422A498A34DEC4AA2C689AE6E7CC410029E41AA6F8D48B221D2558B1ACC42D2432CC41002A99AE0257E2EC852E3E8D61A0678CB4B5CC41002B81B64D8AC0D703443CC910E5066E2527CC41002CDEDC29761C063EC36BD61FE4D8A66DCACC41002D430328930E4074A1F2774DB4A921B65ACC41002ECB76CAA28244CA26DD050030E87CE287CC41002FBE18C6E2CF2B26144524B2ACF02783A4CC41003091EDEA5882687A6DB68BA134616C22B5CC410031E1B64ACA70D12378362944E2C6601EA7CC410032AADB49A81545CAC02C402304A6A38DE2CC41003348432C922E607BA246772DA4A9C19E5FCC410034EBA8CFC2C6470A5AE4057C2CA8A4EAE8CC410035A22126E2D5ABB220258EB5ED743D043ECC4100369D4E766342DC88EE649881B86DAC9CC3CC410037821250CAD6E0844E3B295CE6C7282647CC410038D6DE8A3E1FC652C5AC922904FEAC8E7ECC4100394C237A924EC483A1E674CDFEB561C260CC41003A0BC4D4433E480A6EE545D632E8C4E7E8CC41003BDC1C271ED46BDC218584B66DB43F2410CC41003C9E2EFE69C2E0854E749E62266AAC94C6CC41003DA2A6550AD0E164723EE9A8E8876622A8CC41003E06E32AA41A05F8C24CE42E04C4A74E38CC41003F5462FC902E5A80C21C75CD90B141B459CC4100406B8CD322E042CA14E7A59028085CE3C8CC410041E01AE64CC7EBA818C4E0A8CD06358314CC4100428E6E1A5FE1C6798DBC93A112590BF4C2CC41004381D2466A34DDA43431688CE367921E67CC41004472D6CA6A1945CEBF4CB4288478A42E6ECC4100455082D48DAE9683A1F4716DB2B581C454CC410046EB84D6A3323DA9A8E325DA26A804E028CC410047F01526A8C94BCC1744AEACADC43C2312CC410048924E8C6A61EE74CD8A9B41385CCBC8C2CC410049222C428A42D9043C2D48BAE4476A1887CC41004A0AD84A9E11A572B32CCE28C3E09AADDCCC41004B54626A866DF083415A688CAEB4418454CC41004CAAFAD6432A3AC9C4E78644252802E3E9CC41004D6A186620CA8C78246516A82DE844C390CC41004E96EEB676229C81AE3EA5E1AE61AC86D0CC41004FE2DE4A4A7CEAA51E364920EF08662467CC41005074DA8B521F260CBF2D8E352492A5AE94CC4100515F42E88F2EC29621C06F8D7EC621FE5ACC410052EB6ADE041C402A12EF27242C4872E7EACC410053161FC6A6CBECCC288520B0EE4248E382CC410054978F347F22547D8E30B0E1D664CC02D2CC41005583624FEAA2E5455A35A946EE488A2507CC41005698DB8BBE1E2590BCCDCA3744369F2ECCCC41005763A2FC8C2E749A01E4708CFEC3E1C456CC4100588B3CDD63F63BE9BEEC07142167DAE7EACC410059461C061CC70CAC2684C8A9CE864CC354CC41005A932EF47AE2127E2E04B4018E5E0C08D4CC41005B42FA442A36E945CA3048ACE9A8DE1D46CC41005CF0D0AB761F056CB54D9638A42C9CAEB8CC41005D61C2748B6E74978156686CC2C7A22E4DCC41005E8AF6E22454380944E9270E24E7C2DFCACC41005F0E14861AC2ECC424C46EA84E6C4942FECC4100608D4ED08341A46FAD6CB5815E552B7ECFCC410061C3023E09DEE345922B8858E4090813C6CC410062BCCFEBA21804DCB06DB836236491AE6ECC41006366822A7DADF098A190634C78C362104ACC4100648A9CE243F833C928E6A
08-24 19:38:16.186 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 97, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 38, 0, 16, 0, 0, 0 ]
08-24 19:38:16.190 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '61', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 38, 0, 16, 0, 0, 0 ]
08-24 19:38:16.244 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 531 action queue is time (2)', { type: 'E_START_REC_REQ',
08-24 19:38:16.244 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:16.244 8295 8315 D ReactNativeJS: characteristics:
08-24 19:38:16.244 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:38:16.244 8295 8315 D ReactNativeJS: notify: true,
08-24 19:38:16.244 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:38:16.244 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:38:16.244 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:38:16.244 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:38:16.244 8295 8315 D ReactNativeJS: utc: 1598297895712 }
08-24 19:38:16.244 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 518 ] ]
08-24 19:38:16.245 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 40
08-24 19:38:16.254 8295 8315 I ReactNativeJS: 'requestRealTimeNotificationOn', [ '80:EA:CA:70:01:16',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: '80:EA:CA:70:01:05',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: '80:EA:CA:70:01:0A',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: '80:EA:CA:70:01:07' ], { '80:EA:CA:70:01:16':
08-24 19:38:16.254 8295 8315 I ReactNativeJS: { peripheral: '80:EA:CA:70:01:16',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: recordings: 7,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: recordingInfo: {},
08-24 19:38:16.254 8295 8315 I ReactNativeJS: recordingSet: 15,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: recentEegData: [],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: events: [],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: messages: [],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: isCaughtUp: false,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: realTimePages: { received: 7, lastReceivedTimestamp: 1598297885492 },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: missingPages: { received: 0 },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: notifications: [],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: connectionEvents:
08-24 19:38:16.254 8295 8315 I ReactNativeJS: [ { type: 'BLE_DEVICE_INFORMATION_LOADED',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: utc: 1598297809463,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: lastMessage: undefined } ],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: manufacturerName: 'EpitelInc.',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: modelNumber: 'A-1011',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: serialNumber: '69F0C4E70533151502020263723250FF',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: hardwareRevision: 'X6',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: firmwareRevision: '0.13.5',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: isConnected: true,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: state: 1,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: startPageOfCurrentOrLastRecording: 11965,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: isClockSet: 1,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: lastRecordedPage: 16836,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: deviceInfo:
08-24 19:38:16.254 8295 8315 I ReactNativeJS: { amplifierGain: '545.1dB',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: metadata: NaN,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: lastDeviceMessage: undefined,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: clock: { utc: 1598297808000, drift: 2393 },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: isReady: true,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: V: '' },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: '80:EA:CA:70:01:05':
08-24 19:38:16.254 8295 8315 I ReactNativeJS: { peripheral: '80:EA:CA:70:01:05',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: recordings: 8,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: recordingInfo: {},
08-24 19:38:16.254 8295 8315 I ReactNativeJS: recordingSet: 25,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: recentEegData: [],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: events: [],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: messages: [],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: isCaughtUp: false,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: realTimePages: { received: 4, lastReceivedTimestamp: 1598297887561 },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: missingPages: { received: 0 },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: notifications: [],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: connectionEvents:
08-24 19:38:16.254 8295 8315 I ReactNativeJS: [ { type: 'BLE_DEVICE_INFORMATION_LOADED',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: utc: 1598297833065,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: lastMessage: undefined } ],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: manufacturerName: 'EpitelInc.',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: modelNumber: 'A-1011',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: serialNumber: 'E2DBD69D14E4D41502020233524051FF',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: hardwareRevision: 'X6',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: firmwareRevision: '0.13.5',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: isConnected: true,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: state: 1,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: startPageOfCurrentOrLastRecording: 11360,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: isClockSet: 1,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: lastRecordedPage: 14839,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: deviceInfo:
08-24 19:38:16.254 8295 8315 I ReactNativeJS: { amplifierGain: '545.1dB',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: metadata: NaN,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: lastDeviceMessage: undefined,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: clock: { utc: 1598297832000, drift: 1874 },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: isReady: true,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: V: '' },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: '80:EA:CA:70:01:0A':
08-24 19:38:16.254 8295 8315 I ReactNativeJS: { peripheral: '80:EA:CA:70:01:0A',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: recordings: 9,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: recordingInfo: {},
08-24 19:38:16.254 8295 8315 I ReactNativeJS: recordingSet: 22,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: recentEegData: [],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: events: [],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: messages: [],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: isCaughtUp: false,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: realTimePages: { received: 4, lastReceivedTimestamp: 1598297895317 },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: missingPages: { received: 0 },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: notifications: [],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: connectionEvents:
08-24 19:38:16.254 8295 8315 I ReactNativeJS: [ { type: 'BLE_DEVICE_INFORMATION_LOADED',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: utc: 1598297843256,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: lastMessage: undefined } ],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: manufacturerName: 'EpitelInc.',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: modelNumber: 'A-1011',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: serialNumber: '39C64CDD14E4D41502020233720251FF',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: hardwareRevision: 'X6',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: firmwareRevision: '0.13.5',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: isConnected: true,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: state: 1,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: startPageOfCurrentOrLastRecording: 9227,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: isClockSet: 1,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: lastRecordedPage: 13852,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: deviceInfo:
08-24 19:38:16.254 8295 8315 I ReactNativeJS: { amplifierGain: '545.1dB',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: metadata: NaN,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: lastDeviceMessage: undefined,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: clock: { utc: 1598297844000, drift: 265 },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: isReady: true,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: V: '' },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: '80:EA:CA:70:01:07':
08-24 19:38:16.254 8295 8315 I ReactNativeJS: { peripheral: '80:EA:CA:70:01:07',
08-24 19:38:16.254 8295 8315 I ReactNativeJS: recordings: 7,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: recordingInfo: {},
08-24 19:38:16.254 8295 8315 I ReactNativeJS: recordingSet: 22,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: recentEegData: [],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: events: [],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: messages: [],
08-24 19:38:16.254 8295 8315 I ReactNativeJS: isCaughtUp: false,
08-24 19:38:16.254 8295 8315 I ReactNativeJS: realTimePages: { received: 0 },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: missingPages: { received: 0 },
08-24 19:38:16.254 8295 8315 I ReactNativeJS: notifications: [],
08-24 19:38:16.254 8295 8315 I ReactNativeJS:
08-24 19:38:16.257 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:38:16.257 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:38:16.259 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:38:16.259 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:38:16.261 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:38:16.261 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:38:16.261 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 9c16c3ca-1f05-4089-a0af-aa8c921183ca enable: true
08-24 19:38:16.262 11275 17783 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:38:16.262 11275 11295 W bt_btif : notification already registered
08-24 19:38:16.262 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=9c16c3ca-1f05-4089-a0af-aa8c921183ca
08-24 19:38:16.263 8295 8316 D ReactNativeBleManager: Characteristic buffering 9c16c3ca-1f05-4089-a0af-aa8c921183ca count:256
08-24 19:38:16.263 8295 8316 D ReactNativeBleManager: Characteristic 9c16c3ca-1f05-4089-a0af-aa8c921183ca set NOTIFY
08-24 19:38:16.264 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:38:16.265 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:38:16.265 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:38:16.265 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:38:16.265 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 9c16c3ca-1f05-4089-a0af-aa8c921183ca enable: true
08-24 19:38:16.266 11275 20532 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:38:16.266 11275 11295 W bt_btif : notification already registered
08-24 19:38:16.266 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=9c16c3ca-1f05-4089-a0af-aa8c921183ca
08-24 19:38:16.267 8295 8316 D ReactNativeBleManager: Characteristic buffering 9c16c3ca-1f05-4089-a0af-aa8c921183ca count:256
08-24 19:38:16.267 8295 8316 D ReactNativeBleManager: Characteristic 9c16c3ca-1f05-4089-a0af-aa8c921183ca set NOTIFY
08-24 19:38:16.268 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:38:16.269 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:38:16.269 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:38:16.269 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:38:16.269 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 9c16c3ca-1f05-4089-a0af-aa8c921183ca enable: true
08-24 19:38:16.270 11275 17778 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:0A enable: true
08-24 19:38:16.270 11275 11295 W bt_btif : notification already registered
08-24 19:38:16.270 8295 8316 D ReactNativeBleManager: Characteristic buffering 9c16c3ca-1f05-4089-a0af-aa8c921183ca count:256
08-24 19:38:16.270 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=9c16c3ca-1f05-4089-a0af-aa8c921183ca
08-24 19:38:16.270 8295 8316 D ReactNativeBleManager: Characteristic 9c16c3ca-1f05-4089-a0af-aa8c921183ca set NOTIFY
08-24 19:38:16.273 2998 3670 I WAKELOCK_ACQUIRE: TIMESTAMP=253700064919495, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:16.274 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:38:16.278 2998 20993 I WAKELOCK_RELEASE: TIMESTAMP=253700070615359, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:16.278 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297895725,
08-24 19:38:16.278 8295 8315 D ReactNativeJS: action:
08-24 19:38:16.278 8295 8315 D ReactNativeJS: { type: 'E_FLASH_INDICATION_REQ',
08-24 19:38:16.278 8295 8315 D ReactNativeJS: force: true,
08-24 19:38:16.278 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:16.278 8295 8315 D ReactNativeJS: value: 0,
08-24 19:38:16.278 8295 8315 D ReactNativeJS: location: 'actionTransition.E_READY',
08-24 19:38:16.278 8295 8315 D ReactNativeJS: utc: 1598297895723 },
08-24 19:38:16.278 8295 8315 D ReactNativeJS: utcStarted: 1598297896245 },
08-24 19:38:16.278 8295 8315 D ReactNativeJS: { utc: 1598297896268,
08-24 19:38:16.278 8295 8315 D ReactNativeJS: action:
08-24 19:38:16.278 8295 8315 D ReactNativeJS: { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:38:16.278 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:16.278 8295 8315 D ReactNativeJS: characteristics:
08-24 19:38:16.278 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:38:16.278 8295 8315 D ReactNativeJS: notify: true,
08-24 19:38:16.278 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:38:16.278 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:38:16.278 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:38:16.278 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:38:16.278 8295 8315 D ReactNativeJS: utc: 1598297896264 } } ]
08-24 19:38:16.283 2998 10650 I WAKELOCK_ACQUIRE: TIMESTAMP=253700075313814, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:16.292 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:38:16.297 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:38:16.307 8295 8317 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:38:16.326 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"9C16C3CA-1F05-4089-A0AF-AA8C921183CA","notify":true,"buffer":256} device:80:EA:CA:70:01:05
08-24 19:38:16.326 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"9C16C3CA-1F05-4089-A0AF-AA8C921183CA","notify":true,"buffer":256} device:80:EA:CA:70:01:16
08-24 19:38:16.327 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"9C16C3CA-1F05-4089-A0AF-AA8C921183CA","notify":true,"buffer":256} device:80:EA:CA:70:01:0A
08-24 19:38:16.328 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:38:16.328 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:07', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], ' took 82'
08-24 19:38:16.328 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:38:16.328 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:38:16.328 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 5eb2fd1d-3310-4b67-b09e-933891467fdd enable: true
08-24 19:38:16.329 11275 20531 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:38:16.329 11275 11295 W bt_btif : notification already registered
08-24 19:38:16.329 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=5eb2fd1d-3310-4b67-b09e-933891467fdd
08-24 19:38:16.330 8295 8316 D ReactNativeBleManager: Characteristic 5eb2fd1d-3310-4b67-b09e-933891467fdd set NOTIFY
08-24 19:38:16.331 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:38:16.332 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:38:16.332 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:38:16.332 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:38:16.332 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 5eb2fd1d-3310-4b67-b09e-933891467fdd enable: true
08-24 19:38:16.334 11275 17781 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:38:16.334 11275 11295 W bt_btif : notification already registered
08-24 19:38:16.334 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=5eb2fd1d-3310-4b67-b09e-933891467fdd
08-24 19:38:16.336 8295 8316 D ReactNativeBleManager: Characteristic 5eb2fd1d-3310-4b67-b09e-933891467fdd set NOTIFY
08-24 19:38:16.336 2998 3432 I WAKELOCK_RELEASE: TIMESTAMP=253700128749257, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:16.340 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:38:16.341 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:38:16.341 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:38:16.341 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:38:16.341 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 5eb2fd1d-3310-4b67-b09e-933891467fdd enable: true
08-24 19:38:16.342 11275 11317 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:0A enable: true
08-24 19:38:16.343 11275 11295 W bt_btif : notification already registered
08-24 19:38:16.343 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=5eb2fd1d-3310-4b67-b09e-933891467fdd
08-24 19:38:16.343 8295 8316 D ReactNativeBleManager: Characteristic 5eb2fd1d-3310-4b67-b09e-933891467fdd set NOTIFY
08-24 19:38:16.345 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:38:16.352 2998 4475 I WAKELOCK_ACQUIRE: TIMESTAMP=253700144638646, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:16.372 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:38:16.373 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '5EB2FD1D-3310-4B67-B09E-933891467FDD'
08-24 19:38:16.373 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"5EB2FD1D-3310-4B67-B09E-933891467FDD","notify":true} device:80:EA:CA:70:01:05
08-24 19:38:16.373 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:38:16.373 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:38:16.373 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:38:16.373 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: c4ddc87d-a470-4606-b20a-6eff9444c725 enable: true
08-24 19:38:16.374 11275 17782 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:38:16.374 11275 11295 W bt_btif : notification already registered
08-24 19:38:16.374 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=c4ddc87d-a470-4606-b20a-6eff9444c725
08-24 19:38:16.375 8295 8316 D ReactNativeBleManager: Characteristic c4ddc87d-a470-4606-b20a-6eff9444c725 set NOTIFY
08-24 19:38:16.376 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:38:16.379 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253700171422994, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:16.382 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:38:16.383 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '5EB2FD1D-3310-4B67-B09E-933891467FDD'
08-24 19:38:16.383 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"5EB2FD1D-3310-4B67-B09E-933891467FDD","notify":true} device:80:EA:CA:70:01:16
08-24 19:38:16.384 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:38:16.384 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:38:16.384 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:38:16.384 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: c4ddc87d-a470-4606-b20a-6eff9444c725 enable: true
08-24 19:38:16.385 11275 17779 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:38:16.385 11275 11295 W bt_btif : notification already registered
08-24 19:38:16.385 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=c4ddc87d-a470-4606-b20a-6eff9444c725
08-24 19:38:16.385 8295 8316 D ReactNativeBleManager: Characteristic c4ddc87d-a470-4606-b20a-6eff9444c725 set NOTIFY
08-24 19:38:16.387 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:38:16.389 8295 8317 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:38:16.390 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:0A', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '5EB2FD1D-3310-4B67-B09E-933891467FDD'
08-24 19:38:16.390 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"5EB2FD1D-3310-4B67-B09E-933891467FDD","notify":true} device:80:EA:CA:70:01:0A
08-24 19:38:16.390 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:38:16.390 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:38:16.390 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:38:16.390 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: c4ddc87d-a470-4606-b20a-6eff9444c725 enable: true
08-24 19:38:16.392 11275 20534 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:0A enable: true
08-24 19:38:16.393 11275 11295 W bt_btif : notification already registered
08-24 19:38:16.393 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=c4ddc87d-a470-4606-b20a-6eff9444c725
08-24 19:38:16.393 8295 8316 D ReactNativeBleManager: Characteristic c4ddc87d-a470-4606-b20a-6eff9444c725 set NOTIFY
08-24 19:38:16.394 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:38:16.398 2998 3432 I WAKELOCK_ACQUIRE: TIMESTAMP=253700189932232, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:16.413 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:38:16.413 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'C4DDC87D-A470-4606-B20A-6EFF9444C725'
08-24 19:38:16.413 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"C4DDC87D-A470-4606-B20A-6EFF9444C725","notify":true} device:80:EA:CA:70:01:05
08-24 19:38:16.414 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:38:16.414 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:38:16.414 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:38:16.414 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 351e4d7f-ff54-4b84-9a47-5d6d1234f179 enable: true
08-24 19:38:16.415 11275 11320 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:38:16.415 11275 11295 W bt_btif : notification already registered
08-24 19:38:16.415 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=351e4d7f-ff54-4b84-9a47-5d6d1234f179
08-24 19:38:16.415 8295 8316 D ReactNativeBleManager: Characteristic 351e4d7f-ff54-4b84-9a47-5d6d1234f179 set NOTIFY
08-24 19:38:16.417 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:38:16.417 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'C4DDC87D-A470-4606-B20A-6EFF9444C725'
08-24 19:38:16.418 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:38:16.418 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"C4DDC87D-A470-4606-B20A-6EFF9444C725","notify":true} device:80:EA:CA:70:01:16
08-24 19:38:16.419 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:38:16.419 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:38:16.419 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:38:16.419 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 351e4d7f-ff54-4b84-9a47-5d6d1234f179 enable: true
08-24 19:38:16.420 11275 11288 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:38:16.420 11275 11295 W bt_btif : notification already registered
08-24 19:38:16.420 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=351e4d7f-ff54-4b84-9a47-5d6d1234f179
08-24 19:38:16.421 8295 8316 D ReactNativeBleManager: Characteristic 351e4d7f-ff54-4b84-9a47-5d6d1234f179 set NOTIFY
08-24 19:38:16.422 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253700214053180, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:16.423 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:38:16.430 8295 8317 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:38:16.430 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:0A', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'C4DDC87D-A470-4606-B20A-6EFF9444C725'
08-24 19:38:16.430 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"C4DDC87D-A470-4606-B20A-6EFF9444C725","notify":true} device:80:EA:CA:70:01:0A
08-24 19:38:16.431 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:38:16.431 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:38:16.431 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:38:16.431 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 351e4d7f-ff54-4b84-9a47-5d6d1234f179 enable: true
08-24 19:38:16.432 2998 3164 I WAKELOCK_ACQUIRE: TIMESTAMP=253700224585941, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:16.434 11275 11289 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:0A enable: true
08-24 19:38:16.434 11275 11295 W bt_btif : notification already registered
08-24 19:38:16.434 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=351e4d7f-ff54-4b84-9a47-5d6d1234f179
08-24 19:38:16.434 8295 8316 D ReactNativeBleManager: Characteristic 351e4d7f-ff54-4b84-9a47-5d6d1234f179 set NOTIFY
08-24 19:38:16.436 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:38:16.441 2998 3588 I WAKELOCK_RELEASE: TIMESTAMP=253700233396958, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:16.447 2998 8280 I WAKELOCK_ACQUIRE: TIMESTAMP=253700239534973, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:16.452 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:38:16.452 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '351E4D7F-FF54-4B84-9A47-5D6D1234F179'
08-24 19:38:16.452 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"351E4D7F-FF54-4B84-9A47-5D6D1234F179","notify":true} device:80:EA:CA:70:01:05
08-24 19:38:16.455 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 195 action queue is time (1)', { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:38:16.455 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:38:16.455 8295 8315 D ReactNativeJS: characteristics:
08-24 19:38:16.455 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:38:16.455 8295 8315 D ReactNativeJS: notify: true,
08-24 19:38:16.455 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:38:16.455 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:38:16.455 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:38:16.455 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:38:16.455 8295 8315 D ReactNativeJS: utc: 1598297896257 }
08-24 19:38:16.455 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:38:16.457 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:38:16.457 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '351E4D7F-FF54-4B84-9A47-5D6D1234F179'
08-24 19:38:16.457 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"351E4D7F-FF54-4B84-9A47-5D6D1234F179","notify":true} device:80:EA:CA:70:01:16
08-24 19:38:16.460 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 203 action queue is time (1)', { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:38:16.460 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:38:16.460 8295 8315 D ReactNativeJS: characteristics:
08-24 19:38:16.460 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:38:16.460 8295 8315 D ReactNativeJS: notify: true,
08-24 19:38:16.460 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:38:16.460 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:38:16.460 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:38:16.460 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:38:16.460 8295 8315 D ReactNativeJS: utc: 1598297896255 }
08-24 19:38:16.460 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:38:16.460 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:38:16.466 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:38:16.466 8295 8317 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:38:16.472 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:0A', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '351E4D7F-FF54-4B84-9A47-5D6D1234F179'
08-24 19:38:16.472 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"351E4D7F-FF54-4B84-9A47-5D6D1234F179","notify":true} device:80:EA:CA:70:01:0A
08-24 19:38:16.475 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 212 action queue is time (1)', { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:38:16.475 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:38:16.475 8295 8315 D ReactNativeJS: characteristics:
08-24 19:38:16.475 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:38:16.475 8295 8315 D ReactNativeJS: notify: true,
08-24 19:38:16.475 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:38:16.475 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:38:16.475 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:38:16.475 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:38:16.475 8295 8315 D ReactNativeJS: utc: 1598297896260 }
08-24 19:38:16.475 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:38:16.724 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: 213501006C from peripheral: 80:EA:CA:70:01:07
08-24 19:38:16.732 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 33, 53, 1, 0, 108 ],
08-24 19:38:16.732 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:38:16.732 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:38:16.732 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07' }
08-24 19:38:16.735 2998 3013 I WAKELOCK_RELEASE: TIMESTAMP=253700527177404, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:16.736 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 33, 53, 1, 0, 108 ]
08-24 19:38:16.739 8295 8315 D ReactNativeJS: 'parseMessage error split raw', '21', '35', 1, [ 108 ]
08-24 19:38:16.962 2998 3699 I WAKELOCK_ACQUIRE: TIMESTAMP=253700754094488, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:18.215 8295 8317 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:18.219 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: FC390000FFF00A00EFFFFFF00E00EBF0FFF7FE00FC390001C6A6FFFD2E00A0CCFFFFFF00A00CFFFFFC390002FF01600AAA4FFF7BE00E4FAFFFFFF00CFC39000300CFFFFFF00A00EF14FFF1EE00C9AEFFFC390004F9E0010380FFFFFF01000CFFFFFF00A0FC3900050CD60FFF4A200E80CFFFBE200A2C4FFFFC390006FFF00E00AFFFFFF00A00ECE4FFF65A00FC390007A67EFFFDBE00A03CFFFFFF00E00AFFFFFC390008FF0D400EAB6FFF8B400A5B0FFFF9800CFC390009010FFFFFF01000AEAEFFF2F400A8AEFFFC39000AFB3A0102E8FFFFFF01000AFFFFFF00C0FC39000B10D86FFF4BA00C7DCFFFC6A00E166FFFFC39000CFFF00C00AFFFFFF00C00EBDAFFF77000FC39000DC68CFFFE5000E0E0FFFFFF00E008F90FFC39000EFF07800C952FFF8DC00A3E2FFFFFF010FC39000F00AFFFFFF01000ED78FFF29400C838FFFC390010FADA00E1F8FFFFFF00A010FFFFFF00C0FC3900110CBBCFFF57800A624FFFD74010156FFFFC390012FFF00A00CFFFFFF00E00ABACFFF73A00FC390013C4FCFFFF8E00C00EFFFFFF00A00CF68FFC390014FF1FA0109A6FFF96000A44AFFFFFF00CFC39001500AFFFFFF00C010DF0FFF41000E7B4FFFC390016FCA400A246FFFFFF00A00EFFFFFF00A0FC3900170AD58FFF62000A6CCFFFDF600C012FFFFC390018FFF00A00AFF6FFF082008A28FFF85A00FC390019C462FFFF3000C00AFFFFFF00A00CEDAFFC39001AFF1D200C90AFFFA7A00A332FFFFFF00CFC39001B00CFFFFFF00E010CBCFFF47800A7C0FFFC39001CFCA8010134FFFFFF00A00CFFFFFF00E0FC39001D0EB3CFFF6EC00A54AFFFE4600C114FFFFC39001EFFF00C00CFF8FFF07200CAA8FFF8B001FC39001F03F0FFFFFF00A00AFFFFFF01000AE8EFFC390020FF38600E8D4FFFADA00C342FFFFFF00EFC39002100CFFFFFF00C00ED5CFFF5A200C790FFFC390022FDB000A11EFFFFFF00E00AFFFFFF0240FC39002310C5EFFF75A00E664FFFF3A010042FFFFC390024FFF00E00CFFAFFF21800A9ECFFFA2A00FC390025C458FFFFFF00C010FFFFFF00E00CE32FFC390026FF3F400A90CFFFC3000A29EFFFFFF010FC39002700AFFFFFF00E00ED18FFF65200C6C8FFFC390028FDD400C1A8FFFFFF00C00AFFFFFF0140FC39002910ACCFFF83800C592FFFFC400E00EFFFFC39002AFFF00C00CE9EFFF21E01097AFFFA1C00FC39002BC406FFFFFF00A00CFFFFFF01000ACD0FFC39002CFF3E800C6F8FFFC7800A150FFFFFF00CFC39002D00EFFFFFF00A00CB4CFFF62800A46EFFFC39002EFD7200A00CFFFFFF00C00EED0FFF0160FC39002F0A8F0FFF80800C3B4FFFF7A00A00AFFFFC390030FFF01000AD6AFFF1F4010704FFFA9000FC390031C0EAFFFFFF00C00CFFFFFF00E010C54FFC390032FF49E00A762FFFCA000C0BCFFFFFF00EFC39003300CFFFFFF056010B90FFF80200A614FFFC390034FF5600C014FFFFFF00C00EFFFFFF2940FC3900350CB2AFFFA3C00E4BEFFFFFF00E00CFFFFC390036FFF00A00CF50FFF42600C92EFFFBB401FC39003703BCFFFFFF00C00AFFFFFF00A00ED56FFC390038FF6A200A79AFFFED600C1FCFFFFFF010FC39003900AFFFFFF06E00AC4AFFF87C00C5E6FFFC39003AFFFF00A00CFFFFFF00A00CFECFFF2FA0FC39003B0C9FCFFFAC200A412FFFFFF00C010FFFFC39003CFFF00C00CE34FFF47600A79CFFFCA400FC39003DE23AFFFFFF00A00AFFFFFF00C00ECB0FFC39003EFF6A400A6CEFFFEFE00A084FFFFFF00CFC39003F00AFFFFFF0F200CAF2FFF8BA00C52AFFFC390040FFFF00C00CFFFFFF00A00AF4CFFF2840FC3900410C9BAFFFAF800A38CFFFFFF00C010FFFFC390042FFF00C00EDEEFFF5540107F8FFFD0600FC390043C226FFFFFF00C00AFFFFFF00C00EAC6FFC390044FF72C010502FFFEC600A00CFFFFFF00AFC390045010F32FFF15800CA60FFF96E00E3ACFFFC390046FFFF00C00AFFFFFF00A00EDB0FFF3CA0FC3900470A88EFFFBEE00A31CFFFFFF00C00CFFFFC390048FFF00C00ACB4FFF67400E738FFFE2600FC390049C140FFFFFF00A00AFFFFFF0DE00CB78FFC39004AFF80600A638FFFFFF008014FFFFFF00EFC39004B00AF5AFFF27400E972FFFA3200A410FFFC39004CFFFF00C00AFFFFFF00E00AD72FFF3DA0FC39004D0C7DEFFFB7800A2A0FFFFFF00C00EFFFFC39004EFFF00C00ACB8FFF53600C70CFFFDAC00FC39004FA188FFFFFF01000EFFFFFF02200AA98FFC390050FF88200E494FFFFFF00C00EFFFFFF00EFC39005100EF32FFF26A00C8F2FFFA9200C34CFFFC390052FFFF00A00AFFFFFF00C010CCAFFF3840FC3900530A60EFFFD4200C016FFFFFF00E00CFFFFC390054FFF00A00AB08FFF61C00A45AFFFFFF00FC390055C00AFFFFFF00C00CFFFFFF00E00A916FFC390056FF8C200A27CFFFFFF00E00CFFFFFF00EFC39005700CF1AFFF19400A726FFFB5600A07CFFFC390058FFFF00C00AFFFFFF00A010CEEFFF4500FC3900590C5F2FFFE4800A00AFFFFFF00A00AFFFFC39005AFFF00A00AAA8FFF74800A382FFFFFF01FC39005B000AFFFFFF00A00AFFFFFF01000A884FFC39005CFF98C00C1A6FFFFFF00C00EFFFFFF00EFC39005D00AE44FFF2E6010748FFFC6400A0B4FFFC39005EFFFF00C00EFFFFFF00A00EC10FFF6440FC39005F0A552FFFEE601000AFFFFFF00E00AFFFFC390060FFF00A00CA3AFFF88401038EFFFFFF00FC390061C00AFFFFFF01000AF64FFF0DE00E7F4FFC390062FFA0200C164FFFFFF00A00AFFFFFF00EFC39006300ED44FFF27400C59EFFFDB000A00AFFFC390064FFFF00A010FFFFFF00C
08-24 19:38:18.471 2998 3729 I WAKELOCK_RELEASE: TIMESTAMP=253702262784713, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:20.940 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297901926,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297901926,"value":[14843,-99999,13855,16843]}}'
08-24 19:38:20.940 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:38:25.892 8295 8308 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:25.895 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: 21360000004BFCFFF004004004FFFB84004834FF21360001FFFF004002FFFFFF004004FFFFFF2D602136000204002FFFFFA00416ACD2FFF002002FFF21360003CB600400CFFFFFF002002FFFFFFC7E0021360004437EFFFFFF004002A7EFFF116004D3EF21360005FFB2E00475CFFF006002794FFFFFF00421360006006FFFFFF004004FFFFFFB4A002004FF21360007FFFF004002C70FFF004004F82FFF00402136000802FFFFFFA36002A08FFFFFF004004FFF21360009FFF004004004FFF98600464CE50FFF002136000A4264FFF63A0043DAFFFFFF004004FFFF2136000BFF6140049F4FFFFFF004004FFFFFF0022136000C002E72FFF564004ABAFFF04C004B2EFF2136000DFFFF004338FFFFFF002004FFFFFF20602136000E04004FFFFF000404CE9EFFF002004FFF2136000FD5E004002FFFFFF004004FCEFFFE3000213600104120FFFFFF004002848FFF408004A2AF21360011FFDA400457EFFFFFF004002FFFFFF00421360012004FFFFFF012004E50FFFD4E002002FF21360013FFFF004002FFFFFF004004B7CFFF30002136001404C72FFFBA80049E6FFFFFF002004FFF21360015FFF002004004FFFC72004326A3CFFF00213600164090FFF6AA0041D8FFFFFF004004FFFF21360017FF9400046A4FFFFFF004004FFFFFF00421360018004AC2FFF50C004600FFF07A0028D2FF21360019FFFF004004FFFFFF004004FFFFFF6D002136001A02002FFFFFF00200273EFFF004004FFF2136001BE4C004002FFFFFF004004CE0FFFFFF002136001C409EFFFFFF004002770FFF73C0047A6F2136001DFFFDE00445CFFF3280023F6FFFFFF0022136001E002FFFFFF342004B4EFFFE2C004002FF2136001FFFFF002004762FFF3FC004D10FFF2DE02136002004CECFFFE8A00458EFFFFFF004002FFF21360021FFF082004002FFFDFE0041F09CEFFF00213600224002FFF820004004FFFFFF004004F8CF21360023FFB160045CEFFFFFF004004FFFFFF0042136002400296EFFF6AE004308FFFFFF004066FF21360025FFFF004002FFFFFF004002ED0FFF69602136002604466FFFFFF004002FFFFFF004004E9E21360027FFF31A004A20FFF5080043DCFFFFFF00213600282004FFFFFF004004FFFFFF3F4004528F21360029FFEB0004004FFFFFF004002FFFFFF0042136002A002DFAFFF3EE0048D8FFFFE4004002FF2136002BFFFF004004B7AFFF008004716FFFB2202136002C043BCFFFF32004004FFFFFF004002FFF2136002DFFF004004A12FFFC12004004FFFFFF002136002E4002FFFFFF002004E06FFF23200489EF2136002FFFC4000236AFFFFFF004004FFFFFF004213600300047FAFFF7C80042ACFFFFFF002002FF21360031FFFF004004FFFFFF004004CA4FFF9CE02136003204348FFFFFF004004FFFFFF004002C5C21360033FFF57A0028CCFFF6860041D4FFFFFF00213600344004FFFFFF002004FFFFFF58200440EF21360035FFFFF004004FFFFFF004004FFFFFF00421360036004E2EFFF6BE002824FFFFFF004004FF21360037FFFF004004A60FFF2800046D2FFFDCC02136003804372FFFFFF002004FFFFFF004004FFF21360039FFF26E004978FFFE40004004FFFFFF002136003A4002FFFFFF004004D36FFF436004734F2136003BFFE52004412FFFFFF004002FFFFFF0062136003C0045CAFFFA9200407AFFFFFF004002FF2136003DFFFF002004FFFFFF004004C30FFFBC402136003E04004FFFFFF004004FFFFFF004004B3A2136003FFFF848002822FFF7E60041D0FFFFFF00213600404002FFFFFF002004F12FFF780004246F21360041FFFFF004004FFFFFF004002FFFFFF24021360042004BF4FFF8660046A6FFFFFF004004FF21360043FFFF004004902FFF3D60025DCFFFF8A021360044041F8FFFFFF004004FFFFFF004004FBC21360045FFF416004874FFFFE0004004FFFFFF00213600464004FFCFFF094004BE2FFF63C0045A6F21360047FFFFF00415CFFFFFF004004FFFFFF116213600480044D2FFFBF8004004FFFFFF004004FF21360049FFFF004002FAAFFF1140029E0FFFD0A02136004A04192FFFFFF004004FFFFFF0040049FC2136004BFFF96C004590FFF9F0004004FFFFFF002136004C4004FFFFFF004004E78FFF8FC004152F2136004DFFFFF004004FFFFFF004002F72FFF20E2136004E0049C0FFF9EA0044EEFFFFFF004004FF2136004FFFFF0040026BCFFF5EE0042FAFFFFFF02136005004008FFFFFF004004FFFFFF004004E5821360051FFF6120026ECFFFFFF004004FFFFFF00213600524004E20FFF1B40049D2FFF6C00023AEF21360053FFFFF004004FFFFFF004004FFFFFF2D8213600540022B2FFFD98004004FFFFFF004004FF21360055FFFF004004D56FFF2BE004816FFFE9A0213600560410EFFFFFF004002E56FFF0040047E421360057FFFA8000445AFFFB66006004FFFFFF00213600584002FFFFFF004002CC4FFFBC0004008F21360059FFFFF004004FFFFFF002002E1CFFF3EC2136005A002848FFFC720043C8FFFFFF004002FF2136005BFFFF004004614FFF7E40041C4FFFFFF02136005C04004FFFFFF004002FFFFFF004004D202136005DFFF7A400464EFFFFFF004002FFFFFF002136005E4004CD8FFF3FC0048E0FFF888002380F2136005FFFFFF004002FFFFFF002004FFFFFF44021360060002280FFFF1E004002FFFFFF004004FF21360061FFFF004004D74FFF4B400287EFFFFF202136006202006FFFFFF004002F26FFF0040026B621360063FFFC8400419EFFFFD0002004FFFFFF00213600644004FFFFFF004002A70
08-24 19:38:26.000 8295 8315 D ReactNativeJS: 'sendingPages reasons:', true, true
08-24 19:38:26.481 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:38:26.678 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297907671,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297907671,"value":[14844,-99999,13856,16844]}}'
08-24 19:38:26.679 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:38:26.839 8295 8317 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:26.842 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: CD4100001A26DACF2B6417253AB52D462E247C99CD410001EE7C56822E82CE2C95A18C666C8CC181CD410002E24FAACCDCA3FA358958E666AE1C07C2CD410003E2CA381145B6BDACC823E44CA2EE1A4BCD41000482EE86AE4A7BE1A06F8CF2AAE0F0532BCD4100052ACC221A39E9B2E4C554278848E2A914CD41000613C69ECF0BDC1FA51AB1AD6E3B63B89DCD410007AEAA68C26E830E3299C17E672CB6C8E2CD41000814530AE4E4C48035E940EC07BA23A792CD410009E00AA418465ABDCD062EC4A4A88E6A53CD41000A02DA90CEE28A61C86FCDA0BD81D656EBCD41000B2CDB63684309B8E9A62A2BE844E1E93ECD41000C194718CE6C2C1AA50CAFAE123A638496CD41000D2E9271E1FC7E4DECA7615A64EC3CCA42CD41000E524B0AAEE0248C342908EAA7E21FA754CD41000FDCAAE41725BEBC0D3C2AE42A9F4E6E5CCD41001022E687AE9C8C21946F0CF4BD01D6554BCD410011A2D8C3823A89AAEAA648248806E549DECD4100121C6638C56C082124CEAE4DE24423A895CD410013EE7472423A802E1AA7C16A61EC0ACCC2CD4100143C48EA72E9254C2BA894E748701F273ACD410015D94B121F65ECBA4D54332454A26EA25ECD41001602A6862EBE93C1A4698D0AC661DE516BCD41001702DC63E43E8952E846C825C7F4DFCA24CD410018198654C88C4021A480ABCE3E44C3148ECD410019EE767B21D872CD9AAB21DA5CCBA6CDA2CD41001ACC4489E6E1C4E02B28B2E528221906F6CD41001BD28B4813A514B0ED5A31C37E956E7261CD41001CA23E7E8DE294A16E666C66BC81964EAACD41001DDCD6A39032C93CEA86BA1CC72EDA8A48CD41001E1505D8BD2C5223E456A12DC44863068ACD41001F6E347961A2728D74A66140554BACD002CD410020983949A8E3855A2307FAE1086E16E632CD410021CAAB5815651EAB2D3C33E38497CE6E61CD41002201F87FAE0E9DE128672C8CC6A1F2484ACD41002394E5C442338928E6076220A7B4DCAA66CD41002419C5E4BE2CB02B2496A72E5A51031C8DCD4100256E848441B2724D90B921CA570B62D823CD4100261C3FE9DEE826062A4868E249181446A8CD410027CB8BB81CA4FAB46DC43CC37E96CEDC6DCD41002862807DEE2AA2A1A4666C54CA228A4F0ACD410029F2E164A638A94CEDE78220879CDECB04CD41002A1CE600BE0D50330482A6AEA257A2EE8FCD41002B6E648BC21C748D98BA41FE5D6B98DBA3CD41002C78402A0AEE863A2B8882E8C9B61E2692CD41002DCBEC7A21C54AB08E1049A3D09B2EB474CD41002E42767FAE2CA721BC648C76CD82644A8ACD41002F8CE9C4E8344902EA482E22C75CDA6B22CD4100301D25FCBDED242FA47AA2AE6E5A03028DCD4100312E829201BE6DCD5AC0A1EC544B18DC23CD410032BA3BA98EE986BA260818E7A9BC1A8666CD410033C86C5C2024CCAF0E3047632A8FCEA472CD410034E1DC6F4D98A7015C5A4B94C8626A4129CD410035EED924DE26C85CE227CE14A6E4D0CACCCD4100361344CEB12CF42D036695CE185A421E7ECD410037CE0A8AE14463EC84BD01704FEA9CD643CD4100384C36093AE2A6A01DA7A6DE49E812A5BCCD410039BFAC68230472A56DDE49E2F88F8E4A79CD41003AC1BE73CD9CA9C1785A2BB2CE82D641C9CD41003BEAE745602C4868E3E8A21D26EED22B90CD41003C1C6566B1ED4C35E3D49F2E7663029E86CD41003DCE729C21A4658CE0C3622E4C2ACCE1E4CD41003E643CA97CEC67722807F2E5CA601D4656CD41003FC56CF029C4B8AA8E6E52834692AEEE86CD41004021FA74ADA2B581DA5D2BB4D4832C434ACD41004102E7A5C22DC8B8E728C81C06D2D12BE8CD4100421C2528B4EDFC3D039C952E9268E2947FCD4100430E029C81B8694C80C641EE4EEAD8E2A4CD41004458330950E9476E1E6770DE8ABC1925B8CD410045BF6CF22CC43CA30E5053430C8BAE7882CD41004681E8740D70B3616059AB46D643203D29CD410047ECE825F224484EE169421966A2C7EBDACD4100481D44EEAE4D963CE3BA966E9A6A62247FCD4100494E6CA2C15262ECB2CA22264B6A9AE5E4CD41004AA6384966EEC8161FA7A6E28AEA17A5FACD41004BBFED642BA472A96ED655E2C48F2EEC8BCD41004CC19A6F4DBABEE14059CBCEDF22DA3DAACD41004D4EFF8644162836FE4A6C004650DFCDEACD41004E06A3F2BC0FFF35C202986FFF78005477CD41004F2F52B3C002578D36E2E10C3CAAE0FFF3CD410050F21988F4FFF82A00A70CE9CC540044BECD410051C20EE21D22F49FEFEA5900F6864F8694CD410052200460CDC2BAC12E4F2B26D5E3643429CD4100536AE7460C1DE76CDE896A0C45B4CEED2CCD41005407637CAA4F1834818E90AFEC75000075CD4100554EE8B540004CECC0E421322D2A6CFD44CD41005694100850FCA8AE008662E4EC3800049ECD410057BCCEE41BA25E9C4FE859C0087F0F8897CD410058C000596D6CD280383BAB14F063301B89CD41005970FE6694084792F18A8C00055ECEADC6CD41005A0BE3A8ABCFA83941768C0FC48180206DCD41005BCE64B760184F6C42E2C192340A44F904CD41005CFA142892FD48EE004646E52C96026456CD41005DBAAF2C2882A29A2FFF61C0347E0FDCA6CD41005EC0005B6DBCE4001A3A8BA6FFF3321069CD41005F68FFF75A002740F96C0A000566D20C88CD410060192450B02F903E613E904FFF8AE00071CD4100614F3AD2400045CC9EFFF1D229AA76FFF5CD410062D404E8A0FFFA5E000648EA0DDE014466CD410063C4AFFF2761BCA0CFFF6B80007CAFF0B7CD410064400052AD9CF0A06E346
08-24 19:38:28.896 8295 8309 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:28.899 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: FD3900008A6FFFAE800A2B8FFFFFF00A00AFFFFFFD390001F00E00EBC6FFF4C400C6E8FFFD0A00E0FD390002FEFFFFFF00A00CFF8FFF00A00AA4CFFFFD3900035EC00A51AFFFE4C00E00AFFFFFF00C00FD390004EEA8FFF11800E8EAFFF8D400C39CFFFFFD390005FF00A00AFFFFFF00A00AE2EFFF2EC00CFD39000677EFFFAF000C1BCFFFFFF00A00AFFFFFFD390007F00C010C80FFF5A200A660FFFD4A00A0FD39000896FFFFFF00E010FFFFFF01A00AA82FFFFD390009854010490FFFFEE00A00AFFFFFF01000FD39000ACEE2FFF1DA00CA4EFFFA2600A296FFFFFD39000BFF00A00CFFFFFF00A00AD26FFF47200CFD39000C716FFFC6000C244FFFFFF00C00CFFFFFFD39000DF00C00CBDAFFF70200A5E8FFFEC000E0FD39000E34FFFFFF00C00AFC6FFF08800CB0EFFFFD39000F8B600C57CFFFFFF00A00CFFFFFF00C00FD390010CE12FFF37600A8E0FFFB3E00A31AFFFFFD390011FF00A00CFFFFFF00E00CD38FFF51000CFD3900126C4FFFD7800A12AFFFFFF00E00AFFFFFFD390013F01600EB40FFF6DE00E636FFFF4800C0FD3900140AFFFFFF00C010FF6FFF13600E9A8FFFFD390015A0C00C34CFFFFFF01000AFFFFFF00E01FD3900160ED2FFF37400C876FFFB1000A22AFFFFFD390017FF00C00AFFFFFF00A00AD12FFF5B600EFD3900186FCFFFD3800A162FFFFFF01000CFFFFFFD390019F00E00AB90FFF76400C524FFFF5000A0FD39001A0CFFFFFF00C00CFE6FFF09E00C894FFFFD39001BA3600A27CFFFFFF00C008FFFFFF00A01FD39001C0D7EFFF37600E72CFFFCE600E01CFFFFFD39001DFF00A00AFFFFFF00C00CCA0FFF61E00CFD39001E4C0FFFFC000C00AFFFFFF01000AFFFFFFD39001FF00C00E9C6FFF8D201032EFFFFFF00A0FD3900200AFFFFFF01000AFACFFF22200E850FFFFD3900219C200A238FFFFFF00A00CFFFFFF00E00FD390022CCE0FFF42A00A60CFFFDF200C00AFFFFFD390023FF01000CFFFFFF00C00EB6CFFF76800AFD390024410FFFFFF00A00AFFFFFF00C00EFFAFFFD390025F03A00C95AFFF9B400A2AAFFFFFF00E0FD3900260AFFFFFF00C00AE58FFF35E00A7F6FFFFD390027C1000C104FFFFFF01000AFFFFFF01000FD390028ED0AFFF59800A5C2FFFF0A00E00CFFFFFD390029FF00A00AFFFFFF00C00EAAEFFF830010FD39002A49AFFFFFF00E00AFFFFFF00C010F64FFFD39002BF0E400C7E8FFFB06010144FFFFFF00A0FD39002C0CFFFFFF00C00ADD4FFF2EC00C674FFFFD39002DCE000E132FFFFFF01000AFFFFFF00C00FD39002EABFAFFF66A00C454FFFFAE010010FFFFFD39002FFF00C00CFFFFFF01000A93AFFF8F600EFD3900301CAFFFFFF00C00AFFFFFF00E00CF04FFFD390031F14C00A86AFFFB5A00A0A4FFFFFF00C0FD3900320AFFFFFF00C00CC88FFF55400A5F8FFFFD390033E3600A00AFFFFFF00C00AFFFFFF00A00FD390034EBACFFF7A601043AFFFFFF00E00AFFFFFD390035FF00C00CFFFFFF0BA00A90CFFFA4C00CFD39003624EFFFFFF00E00CFFFFFF00A00EE70FFFD390037F35400A7A8FFFD5C01005AFFFFFF00E0FD3900380AFFFFFF00E00EC82FFF62600E5E0FFFFD390039F1C00A00AFFFFFF00A00EFFFFFF00C00FD39003AAACEFFF86400E42CFFFFFF00A00AFFFFFD39003BFF00C00CFB6FFF1B400C92EFFFB3800CFD39003C214FFFFFF00A00AFFFFFF00E00ADFCFFFD39003DF45C00E6FCFFFD9E01006EFFFFFF00A0FD39003E0CFFFFFF00E00AC42FFF75400A5E2FFFFD39003FFE800E00CFFFFFF00A010FFFFFF00E00FD390040AAC8FFF98800A334FFFFFF00C00AFFFFFD390041FF00A00CF86FFF1DA00A82CFFFBB200CFD39004209AFFFFFF00A00AFFFFFF00A00ECB2FFFD390043F4B000A582FFFE5401000AFFFFFF00C0FD3900440AFFFFFF00C00AB6EFFF6D200A4AEFFFFD390045FFF00A00AFFFFFF00E00AFE0FFF01000FD390046A870FFFA3400C226FFFFFF00C00CFFFFFD390047FF00A00AF1AFFF2A600E728FFFCEE010FD39004800EFFFFFF00C00CFFFFFF01000CCB6FFFD390049F53C00C606FFFFD600A00AFFFFFF00C0FD39004A10FFFFFF00C00AA44FFF88C00C37CFFFFD39004BFFF00A00AFFFFFF00A00AFFFFFF02400FD39004CA922FFFB8600A184FFFFFF00A00AFFFFFD39004DFF00A00CE9CFFF3B800A6F4FFFE3A00EFD39004E09AFFFFFF00C00AFFFFFF00C00AC1AFFFD39004FF6A000A4FCFFFFFF00A00CFFFFFF00C0FD3900500CFFFFFF00C00EA1CFFF90800E326FFFFD390051FFF00A00EFFFFFF00C00AF4EFFF16E00FD390052A810FFFC1A00A180FFFFFF00A00CFFFFFD390053FF00C00AE00FFF49800C5DEFFFF0400CFD39005400AFFFFFF010010FFFFFF00A00CB04FFFD390055F78200A406FFFFFF00C00AFFFFFF00A0FD3900560CFFFFFF00C00E94EFFFA9C00C1E8FFFFD390057FFF00C00AFFFFFF00A00EEA0FFF1E800FD390058A750FFFD3000A00CFFFFFF00C00AFFFFFD390059FF00E00AC10FFF50200C4F8FFFFCE00AFD39005A00CFFFFFF00C00AFFFFFF00C00CA32FFFD39005BF82A00C21CFFFFFF01000AFFFFFF00A0FD39005C0AFFFFFF00E00E926FFFA5200A144FFFFD39005DFFF00E00AFFFFFF00C00AE80FFF36000FD39005EA67AFFFE4E00C010FFFFFF00C00AFFFFFD39005FFF00C00AC54FFF60601045AFFFFFF00EFD39006000AFFFFFF00A00CFFFFFF00E00AA48FFFD390061F91E00E2BEFFFFFF00C00AFFFFFF00C0FD3900620CFFFFFF05C00A76AFFFC3400C044FFFFD390063FFF00A00CFFFFFF00E00EE22FFF34400FD390064C5E6FFFF5000C00AFFF
08-24 19:38:36.490 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:38:36.501 8295 8315 W ReactNativeJS: 'requestHandler stuck item trying again ', 20, { utc: 1598297895725,
08-24 19:38:36.501 8295 8315 W ReactNativeJS: action:
08-24 19:38:36.501 8295 8315 W ReactNativeJS: { type: 'E_FLASH_INDICATION_REQ',
08-24 19:38:36.501 8295 8315 W ReactNativeJS: force: true,
08-24 19:38:36.501 8295 8315 W ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:36.501 8295 8315 W ReactNativeJS: value: 0,
08-24 19:38:36.501 8295 8315 W ReactNativeJS: location: 'actionTransition.E_READY',
08-24 19:38:36.501 8295 8315 W ReactNativeJS: utc: 1598297895723 },
08-24 19:38:36.501 8295 8315 W ReactNativeJS: utcStarted: 1598297896245 }
08-24 19:38:36.505 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 40
08-24 19:38:36.508 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:38:36.508 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:38:36.511 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:38:36.516 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:38:36.571 8295 8309 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:36.573 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: 22360000C00002004FFFFFF004004FFFFFF00400223600012CFCFFF82C00436AFFFFFF004004FFFF22360002FA004002FFFFFF004002FFFFFFC0C00422360003622FFFFFF004004FFFFFF0020027E8FF22360004F9DC0045DAFFFCE200445EFFFFFF00402236000504FFFFFF004004FFFFFF7AA004004FFF22360006FFF004004B98FFF004004FFFFFF00600223600072FFFFFF002002A3AFFFFFF004008FFFF22360008FF004004B70FFF4F8002742FFFFFF00422360009010FFFEC2004004FFFFFF004002FFFFF2236000AF2C2002D96FFFFFF004004FFFFFF00202236000B027D4FFF142002BC2FFFA20002914FFF2236000CDA00041A6FFFFFF004002FFFFFF004002236000D292CFFFDB400400EFFFFFF004002FFFF2236000EFF004002FFFFFF002002FB2FFFE5E0042236000F568FFFFFF004004FFFFFF0040046E4FF22360010FB8E0043D0FFFFFF004120FFFFFF00402236001104FFFFFF004002FFFFFF8C4004004FFF22360012FFF00400496AFFF004004FFFFFF34C00223600134DA4FFF0620047FAFFFFFF004004FFFF22360014FF004004C84FFF6A8004538FFFFFF00422360015002FFFFFF004002FFFFFF002004FFFFF22360016F496004B9CFFFFFF004002FFFFFF00202236001702562FFF2FA00297AFFFD6A00266EFFF22360018E5C0041A8FFFFFF004002FFFFFF0040022360019211AFFFFFF004004FFFFFF004004FFFF2236001AFF004002FFFFFF004004DEAFFFF760042236001B43CFFFFFF002002FFFFFF004004532FF2236001CFD2A0021C8FFFFFF00400CFFFFFF00402236001D04FFFFFF004004FFFFFFA3A004004FFF2236001EFFF004002738FFF002002FA6FFF628002236001F2B20FFF16A0026E6FFFFFF004002FFFF22360020FF002002B24FFF8D00043B6FFFFFF00422360021002FFFFFF004002FFFFFF002004FFFFF22360022F66A00468EFFFFFF004002FFFFFF00402236002302CEEFFF0040026B6FFFD54004066FFF22360024FFF004004FFFFFF002002FFFFFF01A002236002529E2FFFE9A004002FFFFFF004004FFFF22360026FF004002D4AFFF3F20025BCFFFFF600422360027004FFFFFF002004FFFFFF004002506FF22360028F96C004006FFFFFF004002FFFFFF00402236002902FFFFFF004004AECFFFB4C004230FFF2236002AFFF002004FFFFFF004004CDCFFF520002236002B26B4FFFA58004004FFFFFF004004FFFF2236002CFF002002FF4FFF6320041FCFFFFFF0042236002D002FFFFFF004004FFFFFF004004B74FF2236002EF80E0023A8FFFFFF004004FFFFFF00402236002F04BCCFFF0F000251CFFFF4E004008FFF22360030FFF004004FFFFFF004004FFFFFF1DE002236003148E4FFFFFA004002FFFFFF004004FFFF22360032FF004002C18FFF5D2002486FFFFFF00222360033002FFFFFF002002FFFFFF004004422FF22360034FC34004002FFFFFF004004FFFFFF00202236003504FFFFFF00600497AFFFDBA004146FFF22360036FFF004004FFFFFF004004B36FFF69A0022360037453AFFFCDA004002FFFFFF002002FFFF22360038FF004004F30FFF8BA004130FFFFFF00222360039004FFFFFF004004FFFFFF0040029C0FF2236003AF9B20042D0FFFFFF004002FFFFFF00402236003B04AD8FFF272002464FFFFFF002004FFF2236003CFFF004004FFFFFF004004F98FFF3AC002236003D47FAFFFFFF004002FFFFFF004004FFFF2236003EFF004004A98FFF80C0022CEFFFFFF0042236003F002FFFFFF004004FFFFFF0160042FEFF22360040FD78004002FFFFFF004004FFFFFF00402236004104FF8FFF1AA004838FFFE3C00402AFFF22360042FFF004004FFFFFF0020049CAFFF95A0022360043441AFFFEE8004002FFFFFF004004FFFF22360044FF004002E4AFFFA82004006FFFFFF00422360045004FFFFFF002002F84FFF1A8004880FF22360046FBFA0041A2FFFFFF004002FFFFFF004022360047048DAFFF4F200233AFFFFFF004002FFF22360048FFF004004FFFFFF004004E98FFF520002236004945F6FFFFFF004004FFFFFF004004FFCF2236004AFF018002952FFFA920041A2FFFFFF0022236004B004FFFFFF002004FFFFFF1FC00414EFF2236004CFF9C002002FFFFFF004004FFFFFF00402236004D04E20FFF3A60046A0FFFF76004004FFF2236004EFFF004002FFFFFF0040048DCFFFB62002236004F4294FFFFFF004002FFFFFF004004FFFF22360050FF004002CD6FFFC9A002004FFFFFF00422360051004FFFFFF004002DD6FFF45C00473AFF22360052FDE400408EFFFFFF004004FFFFFF00402236005302620FFF7EC0042A0FFFFFF004004FFF22360054FFF004004FFFFFF002002D2AFFF7FA00223600554558FFFFFF002004FFFFFF002002F9EF22360056FF1D00027A4FFFD38004088FFFFFF00422360057004FFFFFF004002FFFFFF3FE0040BCFF22360058FFFF004004FFFFFF004002FFFFFF00402236005904D78FFF638004570FFFFFF004004FFF2236005AFFF004004FFFFFF004002790FFFCD6002236005B40CCFFFFFF004004FFFFFF004002FFFF2236005CFF006002BB2FFFE8A004004FFFFFF0042236005D002FFFFFF004004C72FFF76A00459EFF2236005EFFEE002004FFFFFF004004FFFFFF00202236005F0271CFFF954004178FFFFFF004004FFF22360060FFF002004FFFFFF004004B34FFF9E20022360061441EFFFFFF004002FFFFFF002002D46F22360062FF4B20046ACFFFF80004004FFFFFF00422360063002FFFFFF004004FFFFFF626004004FF22360064FFFF004002FFFFFF004
08-24 19:38:37.327 2998 3162 I WAKELOCK_ACQUIRE: TIMESTAMP=253721119556673, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.331 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=3 connected=0 conn_id=771 reason=0x0008
08-24 19:38:37.331 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=4 connected=0 conn_id=772 reason=0x0008
08-24 19:38:37.332 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=5 connected=0 conn_id=773 reason=0x0008
08-24 19:38:37.332 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=6 connected=0 conn_id=774 reason=0x0008
08-24 19:38:37.332 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=7 connected=0 conn_id=775 reason=0x0008
08-24 19:38:37.332 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=8 connected=0 conn_id=776 reason=0x0008
08-24 19:38:37.333 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=9 connected=0 conn_id=777 reason=0x0008
08-24 19:38:37.333 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=10 connected=0 conn_id=778 reason=0x0008
08-24 19:38:37.333 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=11 connected=0 conn_id=779 reason=0x0008
08-24 19:38:37.333 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=12 connected=0 conn_id=780 reason=0x0008
08-24 19:38:37.334 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=13 connected=0 conn_id=781 reason=0x0008
08-24 19:38:37.334 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=14 connected=0 conn_id=782 reason=0x0008
08-24 19:38:37.334 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=15 connected=0 conn_id=783 reason=0x0008
08-24 19:38:37.334 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=16 connected=0 conn_id=784 reason=0x0008
08-24 19:38:37.334 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=17 connected=0 conn_id=785 reason=0x0008
08-24 19:38:37.335 11275 11304 I bt_btm_sec: btm_sec_disconnected clearing pending flag handle:67 reason:8
08-24 19:38:37.337 8295 8309 E ReactNativeBleManager: Error onCharacteristicWrite:133
08-24 19:38:37.342 8295 8315 D ReactNativeJS: 'bleCommunicator write error retrying', 40, 'Error writing status: 133', '80:EA:CA:70:01:07', '37D57FA2-805B-49CA-80B6-B05A81964AE2', ' took 837'
08-24 19:38:37.346 11275 11295 D BtGatt.GattService: onDisconnected() - clientIf=17, connId=785, address=80:EA:CA:70:01:07
08-24 19:38:37.347 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 39
08-24 19:38:37.348 8295 8309 D BluetoothGatt: onClientConnectionState() - status=8 clientIf=17 device=80:EA:CA:70:01:07
08-24 19:38:37.348 8295 8309 D ReactNativeBleManager: onConnectionStateChange to 0 on peripheral: 80:EA:CA:70:01:07 with status 8
08-24 19:38:37.348 8295 8309 D BluetoothGatt: close()
08-24 19:38:37.348 8295 8309 D BluetoothGatt: unregisterApp() - mClientIf=17
08-24 19:38:37.349 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:38:37.349 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:38:37.351 11275 17777 D BtGatt.GattService: unregisterClient() - clientIf=17
08-24 19:38:37.352 8295 8309 D BluetoothGatt: cancelOpen() - device: 80:EA:CA:70:01:07
08-24 19:38:37.352 8295 8309 D BluetoothGatt: close()
08-24 19:38:37.352 8295 8309 D BluetoothGatt: unregisterApp() - mClientIf=0
08-24 19:38:37.353 11275 20533 E BtGatt.ContextMap: Context not found for ID 17
08-24 19:38:37.353 11275 20533 E BtGatt.GattService: writeCharacteristic() - No connection for 80:EA:CA:70:01:07...
08-24 19:38:37.353 8295 8309 D ReactNativeBleManager: Peripheral event (BleManagerDisconnectPeripheral):80:EA:CA:70:01:07
08-24 19:38:37.353 8295 8309 D ReactNativeBleManager: Disconnect
08-24 19:38:37.355 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:38:37.355 8295 8309 D ReactNativeBleManager: Peripheral event (BleManagerDisconnectPeripheral):80:EA:CA:70:01:07
08-24 19:38:37.356 11275 11295 E BluetoothRemoteDevices: state12newState1
08-24 19:38:37.357 8295 8315 D ReactNativeJS: 'BleManagerDisconnectPeripheral ', { status: 0, peripheral: '80:EA:CA:70:01:07' }
08-24 19:38:37.358 8295 8315 W ReactNativeJS: 'Device Disconnected', '80:EA:CA:70:01:07'
08-24 19:38:37.360 11275 11275 D BluetoothMapService: onReceive
08-24 19:38:37.360 11275 11275 D BluetoothMapService: onReceive: android.bluetooth.device.action.ACL_DISCONNECTED
08-24 19:38:37.429 8295 8315 D ReactNativeJS: 'device disconnected current request queue is 2', [ { utc: 1598297916502,
08-24 19:38:37.429 8295 8315 D ReactNativeJS: action:
08-24 19:38:37.429 8295 8315 D ReactNativeJS: { type: 'E_FLASH_INDICATION_REQ',
08-24 19:38:37.429 8295 8315 D ReactNativeJS: force: true,
08-24 19:38:37.429 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:37.429 8295 8315 D ReactNativeJS: value: 0,
08-24 19:38:37.429 8295 8315 D ReactNativeJS: location: 'actionTransition.E_READY',
08-24 19:38:37.429 8295 8315 D ReactNativeJS: utc: 1598297895723 },
08-24 19:38:37.429 8295 8315 D ReactNativeJS: utcStarted: 1598297916503,
08-24 19:38:37.429 8295 8315 D ReactNativeJS: retries: 1 },
08-24 19:38:37.429 8295 8315 D ReactNativeJS: { utc: 1598297896268,
08-24 19:38:37.429 8295 8315 D ReactNativeJS: action:
08-24 19:38:37.429 8295 8315 D ReactNativeJS: { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:38:37.429 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:37.429 8295 8315 D ReactNativeJS: characteristics:
08-24 19:38:37.429 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:38:37.429 8295 8315 D ReactNativeJS: notify: true,
08-24 19:38:37.429 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:38:37.429 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:38:37.429 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:38:37.429 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:38:37.429 8295 8315 D ReactNativeJS: utc: 1598297896264 } } ], { type: 'BLE_DEVICE_DISCONNECTED',
08-24 19:38:37.429 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:37.429 8295 8315 D ReactNativeJS: utc: 1598297917358 }
08-24 19:38:37.430 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'BLE_DEVICE_DISCONNECTED',
08-24 19:38:37.430 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:38:37.430 8295 8315 D ReactNativeJS: utc: 1598297917358 }
08-24 19:38:37.439 8295 8317 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:37.439 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: CE410000FFF4AA0008AEFFF984000624F08EE800CE4100010412B52FC2194112A64FFF5D6000816FCE410002FFABA000556E7CEF0000310BB0FFF2B0CE41000300A970FFF71600078CFEABAE000522D7CE4100046F9E02C22AB80FFF374000920FFF8DA0CE410005006C2F98CFC000470D08FFF0EE1F0AE8CE410006FFF4D20008B6FFF9B4000640F2EE5800CE41000703AEC70FFF1DE16CA1AFFF69E0007D4FCE410008FFB200005ACE0CF5C00838EBD8FFF2CECE4100090009B6FFF79A000734FF4C6C0024B6D6CE41000A2FFF09E2B4B32FFF41603E904FFF90E0CE41000B026FCF70D6600045CD1CFFF1441E0A9ACE41000CFFF59200083EFFFA700005B8EAEE0600CE41000D0318BE6FFF1CA0229CAFFF67E00076EFCE41000EFAB060004CCDE0FE800226CB3AFFF32ECE41000F0028E4FFF7AA0026F8F76C6400245AD2CE410010CFF807C174AB8FFF400000872FFF9720CE4100110063AF0AD6A0003B6C40FFF17E192A42CE410012FFF554000838FFFA700005D2E8CECC00CE4100132324C0CFFF2820009C2FFF77C00074AFCE410014FFBF400054CDDAFEC0282E8B8AFFF3B4CE410015000934FFF8B20006E4FDAD520004F8CFCE4100166FFF112298AD2FFF55C0028DCFFF9EA0CE41001700692F3CE4A0003F4CC0FFF1A4104A3ACE410018FFF68A0027F2FFFB2400055CE5CF7000CE410019A3A4BBAFFF2B809A9F0FFF77C0007A0FCE41001AFFC440004FEDA2FFF028286B36FFF446CE41001B000910FFF8EA0006E6F82D32000464D0CE41001C2FFF0E0180ABAFFF53C000878FFFA4C0CE41001D00614ECCEB0000390C1AFFF20E13AA00CE41001EFFF6AE00082CFFFB5400055EE2CF8C00CE41001F22C6BDAFFF334000936FFF7DA0006F4FCE410020B6C300004C4D3AFFF03C256AF6FFF440CE4100210008E6FFF93E000656F54DE40003CECACE4100228FFF17419EA3AFFF5B000284AFFFA540CE41002302604EA4E2800037CC00FFF1F800A9D2CE410024FFF70E00078CFFFB6800052CDC0FF401CE410025A2C6B2AFFF3B4008934FFF8140006F8FCE410026CECE4000496D2CFFF0CA1AAAF4FFF4C0CE410027000866FFF9A2002634F32DEE000406C4CE4100284FFF19A18EA2AFFF5DE000818FFFAFE0CE4100290058AE92F26006332BD6FFF2C402C98CCE41002AFFF75800077AFFCBE000050ED8CFF602CE41002B2224B44FFF3CE0008DCFFF8EA0006BAFCE41002C80D5A000464CB0FFF10E1D4AC0FFF520CE41002D000888FFFA10000610F28E3C000378C6CE41002E8FFF2020BAA2EFFF6AC0007A0FFFB2E0CE41002F00592E04F5A00231EB92FFF2D601A9BECE410030FFF7D200273CFE4C940004F0D6AFFF08CE41003181D8AF4FFF4680008C8FFF8FC002686FCE4100326CD30000414CC0FFF14C118A6CFFF568CE41003300083AFFFA5A0005B4E58E5C00038CC1CE410034AFFF2040BE9A8FFF6900007C6FFCB8A0CE41003500518DDEF80000258B38FFF3240028F0CE410036FFF81C000706FB4C3E00046ED10FFF05CE41003701AEB1CFFF48400085AFFF934002628ECE410038B4DB2000396C06FFF19C09AA04FFF564CE4100390007F6FFFA5800058EE4EEA2002306C2CE41003A6FFF28A0089AAFFF73A00074EFDCB760CE41003B004ACD9CF340221F6B20FFF342000914CE41003CFFF834000666F8CCE60023CECA6FFF09CE41003D2176A8AFFF502000888FFF9CE00062CECE41003ED6E14000396C74FFF1C4016A0EFFF630CE41003F0007C2FFFB38000578E42F44014336BDCE4100402FFF2CE0DC9ACFFF7AE00275AFFCC6C0CE410041024C8DDCFFF09029AB36FFF47A00091CCE410042FFF93C000690F84D62000452CF6FFF11CE410043816AAC4FFF57000080CFFFA48000630ECE41004486EC600039CC32FFF25C0DCA62FFF6B4CE410045000812FFFB860005ACE28FDC01C2F8BDCE4100468FFF39A0B29B4FFF890000778FFECE60CE41004702540D7AFFF0E631CB4AFFF48A004936CE410048FFF9B20006C8FD6DEC00043ECCEFFF1FCE410049A218AA2FFF66E000892FFFAD2000618ECE41004ACAED40023A2C46FFF2A40EA9DCFFF76ACE41004B000784FFEBFA000534D88FAE07E2EAB8CE41004C6FFF3D605294CFFF89C00072CFDAD300CE41004D00478D60FFF108230AF0FFF5020028C2CE41004EFFF9BA00064CF10DFA0023F6C70FFF17CE41004FE0A4A2AFFF6360007E4FFFAE8000564ECE41005034F180002A6B76FFF2B400899EFFF756CE410051000712FE6BEC0004C8D84FF60101D6B2CE410052CFFF3B40008CCFFF8AE0006A8F56CE20CE41005300428C9CFFF0D012AA7AFFF4D8000870CE410054FFF9E20005C0EACE0A00035CC3CFFF1DCE410055C06C994FFF692002776FFAAC0000558DCE410056CCF26000266BBAFFF2F800096EFFF798CE410057000706FBAC5A000466D52FFF0481D4ACCE4100580FFF3F40008B0FFF8F80006BCF2ED800CE410059003D0CC0FFF15C0CEA38FFF59000082ACE41005AFFFA40000598E82E320002F0BE2FFF21CE41005B407E9D0FFF6B800075AFFFBA80004BCDCE41005C98FC800428CB2CFFF37600097CFFF81ACE41005D0006D6FCACAE0024AAD2AFFF0901E2AFCE41005E2FFF4880008B8FFF9AE000678F0ADFA0CE41005F003DEC4EFFF17416AA40FFF5DA00280ECE410060FFFACE000598E50EC60002DCBC4FFF27CE410061E0689A2FFF732000764FF6C0A00251CDCE41006294FFA02E2A4B4CFFF3D00008EEFFF8AECE410063000698FA2D24000418CC2FFF112152A9CE410064CFFF4E6000844FFF98E
08-24 19:38:37.460 8295 8315 D ReactNativeJS: 'BleManagerDisconnectPeripheral ', { status: 8, peripheral: '80:EA:CA:70:01:07' }
08-24 19:38:37.460 8295 8315 I ReactNativeJS: 'BleManagerDisconnectPeripheral not emitting because of status value', { status: 8, peripheral: '80:EA:CA:70:01:07' }
08-24 19:38:37.460 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 38
08-24 19:38:37.474 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:38:37.474 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:38:37.478 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:38:37.503 8295 8315 W ReactNativeJS: 'bleCommunicator write error retry done', 38, 'Device is not connected', '80:EA:CA:70:01:07', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], ' took 999'
08-24 19:38:37.523 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:38:37.556 8295 8316 D ReactNativeBleManager: scan
08-24 19:38:37.557 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:38:37.559 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:38:37.565 11275 20531 D BtGatt.GattService: registerClient() - UUID=443f557f-ab22-41fc-bb9b-0f2975ab731e
08-24 19:38:37.566 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=443f557f-ab22-41fc-bb9b-0f2975ab731e, clientIf=17
08-24 19:38:37.566 8295 8317 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=17
08-24 19:38:37.566 11275 17777 D BtGatt.GattService: start scan with filters
08-24 19:38:37.572 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:38:37.583 2998 4475 I WAKELOCK_RELEASE: TIMESTAMP=253721374974175, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.586 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:38:37.588 2998 12875 I WAKELOCK_ACQUIRE: TIMESTAMP=253721380210023, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.590 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=17, status=0, action=1
08-24 19:38:37.590 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 17 status - 0
08-24 19:38:37.590 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:38:37.595 2998 10650 I WAKELOCK_RELEASE: TIMESTAMP=253721387134490, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.599 2998 3012 I WAKELOCK_ACQUIRE: TIMESTAMP=253721391618413, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.600 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=17, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:38:37.600 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 17 status - 0
08-24 19:38:37.601 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:38:37.606 2998 3588 I WAKELOCK_RELEASE: TIMESTAMP=253721398489503, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.612 2998 3699 I WAKELOCK_ACQUIRE: TIMESTAMP=253721404650294, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.614 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=17, status=0, action=0, availableSpace=15
08-24 19:38:37.614 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 17 status - 0
08-24 19:38:37.615 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:38:37.615 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:38:37.615 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:38:37.616 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:38:37.619 2998 8278 I WAKELOCK_RELEASE: TIMESTAMP=253721411794131, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.624 2998 3729 I WAKELOCK_ACQUIRE: TIMESTAMP=253721416732282, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.629 2998 12876 I WAKELOCK_RELEASE: TIMESTAMP=253721421338796, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.633 2998 3588 I WAKELOCK_ACQUIRE: TIMESTAMP=253721425669502, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.638 2998 3013 I WAKELOCK_RELEASE: TIMESTAMP=253721430335169, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.642 2998 7026 I WAKELOCK_ACQUIRE: TIMESTAMP=253721434060405, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.646 2998 3670 I WAKELOCK_RELEASE: TIMESTAMP=253721438151228, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.651 2998 3164 I WAKELOCK_ACQUIRE: TIMESTAMP=253721443884268, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.657 2998 3589 I WAKELOCK_RELEASE: TIMESTAMP=253721449461777, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.662 2998 3685 I WAKELOCK_ACQUIRE: TIMESTAMP=253721454633523, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.667 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253721459778281, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:37.674 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253721466565256, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:38.683 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297919673,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297919673,"value":[14845,-99999,13857,16845]}}'
08-24 19:38:38.683 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:38:39.176 2998 4974 I WAKELOCK_RELEASE: TIMESTAMP=253722968685413, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:39.554 8295 8308 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:39.554 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: FE39000000C00CFFFFFF00A00CA32FFF92200C38FE3900018FFFFFF00A00AFFFFFF00E00AFFFFFF1FE3900027600C894FFFBE200A122FFFFFF00A00AFE390003FFFFFF01000CDD8FFF4FA00C66CFFFEEFE390004000C00CFFFFFF01000EFFFFFF01000CBFE390005D6FFF75C010460FFFFFF00E00AFFFFFFFE39000600A00AFFFFFF01800CA14FFF9F800C29FE390007EFFFFFF00E00AFFFFFF00C00AEE4FFF2FE390008AE00A758FFFD3C00C08AFFFFFF01000AFE390009FFFFFF01000CD52FFF58600C5C4FFFF6FE39000A600C00AFFFFFF00C010FFFFFF00A00CAFE39000BC2FFF85000A3D0FFFFFF00C00EFFFFFFFE39000C00A00AFFFFFF09600C8BEFFFB7400C19FE39000DEFFFFFF00E00EFFFFFF00E00EF22FFF3FE39000E3C00A750FFFD7000A020FFFFFF00C00EFE39000FFFFFFF00A00CD7AFFF6C200A548FFFFFFE390010F00C010FFFFFF00C00AFFFFFF00C00AAFE390011F2FFF99E00A37CFFFFFF00A00EFFFFFFFE39001200A00EFCEFFF1680108B8FFFC4600A24FE3900134FFFFFF00E00AFFFFFF00A00CD66FFF4FE390014C600C6DAFFFF0C00A010FFFFFF010010FE390015FFFFFF00A00AC86FFF6FA0104B6FFFFFFE390016F01000AFFFFFF01000CFFFFFF058010AFE39001722FFF9DA00A3A6FFFFFF00A00CFFFFFFFE39001800A00CFECFFF23400C7CCFFFCA000C08FE3900192FFFFFF00C00AFFFFFF00A00AE22FFF5FE39001A1C00A69CFFFFAC00C00EFFFFFF00E00EFE39001BFFFFFF00C00CBA8FFF8A800A3B0FFFFFFE39001CF00A00AFFFFFF01000CFFFFFF07800C9FE39001DB4FFFB2800E1F2FFFFFF00C00AFFFFFFFE39001E00A00EE94FFF3F000E7FAFFFDAC00E16FE39001F4FFFFFF00E00EFFFFFF00E00ACD2FFF6FE3900204400A5DAFFFFFC00C010FFFFFF00C00AFE390021FFFFFF00A00AAA4FFF8A200A386FFFFFFE390022F00A00CFFFFFF01000CFFFFFF1DE00E8FE39002348FFFC2000A1ACFFFFFF00A00EFFFFFFFE39002400A00EEB4FFF43C00A718FFFE3400A00FE390025CFFFFFF00E00CFFFFFF01000CC80FFF6FE390026E600A4D4FFFFEC00C00AFFFFFF00A00AFE390027FFFFFF00E00C9B0FFF9C800E270FFFFFFE390028F010010FFFFFF00E010FBCFFF21400A8FE390029A4FFFC1800A190FFFFFF00E010FFFFFFFE39002A00A00AD88FFF55400A654FFFF1C01000FE39002BAFFFFFF00A010FFFFFF00A00CBFEFFF7FE39002CF000A41CFFFFFF01000AFFFFFF00A00AFE39002DFFFFFF04A00E916FFF9EE00A2D0FFFFFFE39002EF00A00CFFFFFF01200EEA6FFF2C40107FE39002F4CFFFDCE00C06EFFFFFF00C00EFFFFFFFE39003000E010CD0FFF5380105B6FFFFC400C00FE390031AFFFFFF00C010FFFFFF00A00CB36FFF7FE390032FA00C376FFFFFF00A00EFFFFFF00C00EFE390033FFFFFF0C200C93CFFFB0800C0F4FFFFFFE390034F00E00EFFFFFF00C00AEA0FFF3E800A7FE390035C0FFFE0800C018FFFFFF00E00AFFFFFFFE39003600E00CC98FFF7600104FAFFFFF600E00FE390037CFFFFFF00A00EFFFFFF00E00AA88FFF9FE3900383400A2F4FFFFFF00C00AFFFFFF00A00AFE390039FB0FFF21E00C808FFFC0600C13AFFFFFFE39003AF00C00AFFFFFF01000AE0CFFF4E600C6FE39003B24FFFE7200E00EFFFFFF00C010FFFFFFFE39003C00C00ABF6FFF7B400A494FFFFFF00E00FE39003DCFFFFFF00C00AFFFFFF04200AA36FFFAFE39003E4200A2A0FFFFFF00C00CFFFFFF01000AFE39003FF44FFF35200E85EFFFD0600A04AFFFFFFE390040F00E00CFFFFFF01000CD72FFF5C400C6FE390041A4FFFF7000A00CFFFFFF00E010FFFFFFFE39004200A00CAAAFFF8AC00C34AFFFFFF00E01FE3900430FFFFFF00E010FFFFFF08600A92EFFFAFE390044E000C1BCFFFFFF00E00AFFFFFF00C00AFE390045E68FFF3CE010762FFFD0C00E00EFFFFFFE390046F00E00EFFFFFF00A00AC7EFFF6880104FE3900478CFFFFFF01000AFFFFFF00E00AFFFFFFFE39004801000EAAAFFF8FA00E3C2FFFFFF00A00FE390049CFFFFFF00E010FFAFFF1A400A89CFFFCFE39004A3200A19EFFFFFF00E00EFFFFFF00C010FE39004BE3EFFF49600A67EFFFEA400E00CFFFFFFE39004CF00E00EFFFFFF00A00AC3CFFF76000A5FE39004D82FFFFFF01000EFFFFFF00A00CFFFFFFFE39004E01000C9D6FFFA4600C2D8FFFFFF00A00FE39004FEFFFFFF00E00EF90FFF23C00C8B0FFFCFE390050C600A12AFFFFFF00E00EFFFFFF00C00CFE390051D80FFF59A00C5F8FFFF7600E00CFFFFFFE390052F00A010FFFFFF00C00AB06FFF81400E3FE390053C0FFFFFF010010FFFFFF00A00EFFFFFFFE39005402200A978FFFA7E00A396FFFFFF00A00FE390055CFFFFFF00A00AEBEFFF37800A720FFFDFE390056CA00A05CFFFFFF01000AFFFFFF01000AFE390057C8CFFF63C00C532FFFFFF00A00CFFFFFFE390058F01000CFFFFFF00C010B22FFF86600C3FE3900599EFFFFFF01000CFFFFFF01000CFFFFFFFE39005A18600C81AFFFC6A00C1C0FFFFFF01000FE39005BAFFFFFF010010E28FFF38000E6CCFFFDFE39005CF600C00AFFFFFF00A00AFFFFFF00A00EFE39005DB9AFFF6F200E40AFFFFF800C00AFFFFFFE39005EF01000EFFFFFF00C00E954FFF98C00C2FE39005F30FFFFFF00C00AFFFFFF00A010F70FFFFE39006019A00A7DCFFFB8800A0D4FFFFFF00C01FE3900610FFFFFF00A00CCD2FFF49A00C606FFFEFE3900628000A00CFFFFFF00E00AFFFFFF00A00CFE390063B36FFF7F400E456FFFFFF01000CFFFFFFE390064F01000EFFFFFF09E00C
08-24 19:38:42.614 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:38:42.615 11275 11317 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:38:42.616 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:38:42.618 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:38:42.623 2998 4974 I WAKELOCK_ACQUIRE: TIMESTAMP=253726415309216, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:42.665 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253726457878438, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:42.672 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253726464445030, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:42.677 2998 12873 I WAKELOCK_RELEASE: TIMESTAMP=253726469316504, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:42.683 2998 4477 I WAKELOCK_ACQUIRE: TIMESTAMP=253726475651588, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:42.685 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=17, status=0, action=1, availableSpace=16
08-24 19:38:42.685 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 17 status - 0
08-24 19:38:42.685 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:38:42.686 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:38:42.686 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:38:44.187 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253727979002699, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.533 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:38:46.535 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'TICK',
08-24 19:38:46.535 8295 8315 D ReactNativeJS: value: 10000,
08-24 19:38:46.535 8295 8315 D ReactNativeJS: location: 'INTERVAL',
08-24 19:38:46.535 8295 8315 D ReactNativeJS: utc: 1598297926533 }
08-24 19:38:46.536 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:38:46.557 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:38:46.563 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:38:46.609 8295 8316 D ReactNativeBleManager: scan
08-24 19:38:46.612 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:38:46.615 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:38:46.620 11275 17784 D BtGatt.GattService: registerClient() - UUID=d3a113f1-2623-4706-bdb5-b6d99b19480c
08-24 19:38:46.621 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=d3a113f1-2623-4706-bdb5-b6d99b19480c, clientIf=18
08-24 19:38:46.621 8295 8317 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=18
08-24 19:38:46.622 11275 17778 D BtGatt.GattService: start scan with filters
08-24 19:38:46.626 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:38:46.640 2998 3699 I WAKELOCK_ACQUIRE: TIMESTAMP=253730431908431, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.641 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=18, status=0, action=1
08-24 19:38:46.641 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 18 status - 0
08-24 19:38:46.642 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:38:46.647 2998 3670 I WAKELOCK_RELEASE: TIMESTAMP=253730439427355, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.653 2998 12873 I WAKELOCK_ACQUIRE: TIMESTAMP=253730445803379, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.655 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=18, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:38:46.655 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 18 status - 0
08-24 19:38:46.656 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:38:46.661 2998 3588 I WAKELOCK_RELEASE: TIMESTAMP=253730453303814, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.665 2998 4973 I WAKELOCK_ACQUIRE: TIMESTAMP=253730457108890, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.666 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=18, status=0, action=0, availableSpace=15
08-24 19:38:46.666 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 18 status - 0
08-24 19:38:46.666 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:38:46.666 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:38:46.666 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:38:46.667 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:38:46.670 2998 3699 I WAKELOCK_RELEASE: TIMESTAMP=253730462244698, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.674 2998 3670 I WAKELOCK_ACQUIRE: TIMESTAMP=253730466092663, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.678 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253730470899972, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.682 2998 3589 I WAKELOCK_ACQUIRE: TIMESTAMP=253730474616557, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.686 2998 3685 I WAKELOCK_RELEASE: TIMESTAMP=253730478800521, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.690 2998 7026 I WAKELOCK_ACQUIRE: TIMESTAMP=253730482886556, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.695 2998 8278 I WAKELOCK_RELEASE: TIMESTAMP=253730487320703, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.699 2998 3729 I WAKELOCK_ACQUIRE: TIMESTAMP=253730491127491, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.704 2998 3164 I WAKELOCK_RELEASE: TIMESTAMP=253730496047779, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.708 2998 3588 I WAKELOCK_ACQUIRE: TIMESTAMP=253730500774498, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.714 2998 3432 I WAKELOCK_RELEASE: TIMESTAMP=253730506374771, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:46.718 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253730510789579, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:47.248 8295 8308 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:47.250 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: 23360000FFFFFF00200263AFFFBCA0021A2FFFFF23360001F004004FFFFFF004004FFFFFF010002F23360002D0FFFD56002002FFFFFF0040026C8FFF23360003004002E56FFF960004A50FFF6FA0025223360004AFFFFFF002002FFFFFF004002626FFFC233600053A004258FFFFFF002002FFFFFF00400423360006FFFFFF002004FFFFFF9EC004788FFFFF23360007F004004FFFFFF002002584FFF918004623360008A2FFFFFF004246FFFFFF002002FFFFFF23360009004002FFFFFF488004002FFFFFF004002336000A2AA8FFF002002FFFFFF1EC002F7CFFF32336000B640025AAFFFFFF002072FFFFFF0020022336000CFFFFFF23C00464AFFFFFF004002FFFFF2336000DF002002FFFFFF004004FFFFFF1A8002E2336000E7CFFFF92004002FFFFFF0040024BAFFF2336000F13E002CA8FFFC560027D8FFF7BA0044923360010EFFFFFF004002FFFFFF00200257AFFFD23360011FE004098FFFFFF004004FFFFFF00400223360012FFFFFF002002FFFFFFC26004624FFFFF23360013F002004FFFFFF004004548FFF61600242336001468FFFFFF00409AFFFFFF004002FFFFFF23360015004002FFFFFF636002002FFFFFF00400233600164806FFF002004FFFFFF3C8002D84FFF023360017040029D8FFFFFF002004FFFFFF00400223360018FFFFFF4700043FCFFFFFF004004FFFFF23360019F002004FFFFFF004004FFFFFF360002C2336001A3AFFFFFF004002FFFFFF00400226AFFF2336001B258004A88FFFE4C004676FFF904004322336001C2FFFFFF002002FFFFFF0040024ACFFFF2336001DCA004004FFFFFF004004FFFFFF0040022336001EFFFFFF1420028ACFFFD76004558FFFFF2336001FF002002FFFFFF00400219CFFFD3E0023233600206EFFFFFF004004FFFFFF002004FFFFFF23360021004002FFFFFF866004002FFFFFF00200233600224B92FFF002002FFFFFF24C00298EFFF923360023C000214CFFFFFF004004FFFFFF00400223360024FFFFFF3BA002280FFFFFF004004FFFFF23360025F004004FFFFFF004004DD8FFF4BE004523360026EEFFFFFF002004FFFFFF002002FB8FFF23360027004004824FFFC6A0041C6FFFFF000400233600282FFFFFF004002FFFFFF004002B94FFFE2336002986002004FFFFFF004004FFFFFF0040022336002AD62FFF3F0002642FFFF22004006FFFFF2336002BF002002FFFFFF00400259EFFF90E00402336002CC6FFFFFF004004FFFFFF004002FFFFFF2336002D002002BA4FFF90C0043D4FFFFFF004002336002E4FFFFFF002004DD6FFF4080047A4FFFB2336002F8600200AFFFFFF002002FFFFFF00200223360030FFFFFF58A004156FFFFFF004002FFFFF23360031F002002FFFFFF004004C70FFF71A00442336003268FFFFFF004004FFFFFF004002E60FFF23360033052002684FFFE34004024FFFFFF00400233600342FFFFFF004004FFFFFF00A002A8AFFFF233600359E004002FFFFFF002004FFFFFF00400423360036C4EFFF6C20024D6FFFFFF004002FFFFF23360037F004004FFFFFF00200445AFFFB1C00402336003806FFFFFF004002FFFFFF004004FFFFFF23360039004004A76FFFAFA004312FFFFFF004002336003A2FFFFFF004002C5AFFF5B800454EFFFE2336003B28004004FFFFFF004004FFFFFF0040042336003CFFFFFF7EE002032FFFFFF002004FFFFF2336003DF004002FFFFFF004004ADCFFF8DE00442336003E18FFFFFF004002FFFFFF002002C88FFF2336003F2420044D8FFFFF4004004FFFFFF00400233600402FFFFFF002004F90FFF2080028B2FFFF23360041FF004004FFFFFF004002FFFFFF00400223360042AA6FFF9160043FAFFFFFF004002FFFFF23360043F004004FFFFFF00200235AFFFCA400402336004404FFFFFF002002FFFFFF004002FFFFFF233600450A600299AFFFD160041ACFFFFFF00400233600462FFFFFF002004BA8FFF76A002476FFFF23360047FF004002FFFFFF004002FFFFFF00200423360048F32FFF9A8004002FFFFFF004004FFFFF23360049F004002FFAFFF13A004986FFFB4A00422336004A86FFFFFF002004FFFFFF002002ABCFFF2336004B444004478FFFFFF004004FFFFFF004002336004C4FFFFFF002002E82FFF444002832FFFF2336004DFF004002FFFFFF002002FFFFFF0040022336004E90CFFFB48004330FFFFFF004002FFFFF2336004FF004002FFFFFF08A0021B6FFFE3400202336005004FFFFFF004002FFFFFF004002F60FFF233600512900027DAFFFE4800406CFFFFFF00400233600524FFFFFF002002970FFF96E00434AFFFF23360053FF002004FFFFFF004002FFFFFF00400423360054D90FFFB32004002FFFFFF004002FFFFF23360055F004002E3AFFF3C8004714FFFD6E00402336005652FFFFFF004004FFFFFF004002968FFF23360057640004304FFFFFF004004FFFFFF00400233600584FFFFFF004004D0CFFF614004664FFFF23360059FF004002FFFFFF004002FFFFFF02C0022336005A74EFFFDD4004152FFFFFF004004FFFFF2336005BF004002FFFFFF2EC004014FFFFFF00402336005C02FFFFFF004004FFFFFF004002E0AFFF2336005D4FA004656FFFFF6004004FFFFFF004002336005E2FFFFFF004002854FFFB700041E6FFFF2336005FFF004002FFFFFF004004FFFFFF00400223360060C5CFFFD82004002FFFFFF004004FFFFF23360061F004004CE4FFF672004666FFFF0000402336006204FFFFFF004002FFFFFF00200484AFFF233600637F00021F8FFFFFF004004FFFFFF00200233600644FFFFFF004002C2AFFF
08-24 19:38:48.158 8295 8309 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:48.159 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: CF4100005A4E64E0A00036AC32FFF1D400EA9EFFCF410001F6EE00074AFFFB7C00050ADC0FFF0142CF410002E4B66FFF35202A93EFFF7F0000722FB4CF410003CC2000478D3CFFF08617EAC2FFF49800CF4100040892FFF97C000604F1ADAA0003EAC34FCF410005FF1720DAA62FFF5C40027FCFFFADC000CF41000655EE6AF040002DCBCAFFF2B006899AFFCF410007F73400077EFEABC80004F8DC6F5C0102CF4100080CB46FFF386000908FFF8B20006A2F66CF410009D02000466CB0FFF0A8268A7EFFF4DA00CF41000A089AFFF9DC00062EF28E4E000390C5CFCF41000BFF1C20429F8FFF6820007A8FFFAD4000CF41000C584E14EC6000302BC4FFF2C80009A6FFCF41000DF770000732FEACA20004E6D54FFF0D22CF41000E94B18FFF44600290AFFF8E60026D0F7CCF41000FD28000432CB8FFF0E4102A5CFFF56C00CF4100100810FFFA5E0025E8E94E8C000380BC2FCF410011FF1E009C9E0FFF68400079EFF4B2C000CF410012512DF6F6200A210B26FFF33E000956FFCF410013F7E400270CFACC3A0004ECD4CFFF0861CF410014EEB38FFF4660008E6FFF956000666F3ACF410015DD80003B4C7CFFF16213CA54FFF57400CF4100160830FFFA440005ACEAEEA40002FAC02FCF410017FF2480029C4FFF746002768FECBE4000CF41001854AD70FDA01E308B9EFFF3B2000944FFCF410019F83A000694FB0CF6000442CFAFFF1001CF41001AE2A96FFF4E0000896FFF9B2002660EFECF41001BDB600239AC6EFFF14A086A20FFF64000CF41001C07BEFFFB1000052CE26EF200030CB88FCF41001DFF2940029CEFFF740000740FF6BFE000CF41001E4AED84FFE0401BEAA4FFF3B20008A8FFCF41001FF890000696F72CE400043ECDAFFF0BA1CF41002040AB2FFF500000826FFFA3A0025A6E92CF410021E3A000310C04FFF2040A29DAFFF66A00CF410022078EFFCAE000053EDE2F0200029CBBAFCF410023FF2D000094AFFF7C800070EF8AC78000CF4100244ACD18FFF04E1B4B02FFF40A0008DEFFCF410025F9080006A8F5CD5E0003CECBEFFF1361CF4100260AA12FFF56600080AFFFA860005DAE86CF410027E4A000394BFEFFF23C01C9FEFFF6CE00CF4100282782FFFBA20004D6DE4FBC0322C2B44FCF410029FF38E00091AFFF81C000718FACCC8000CF41002A498D28FFF08C1ECAD4FFF4E40008B0FFCF41002BF98E000642EE8D500003FEC76FFF1801CF41002C0AA24FFF58A0007F4FFFAAC000570E70CF41002DEBC00232CB9EFFF26E00E988FFF74A00CF41002E077CFEEBE400052ED6AFFF03C2A8B74FCF41002FFF3F4000902FFF8C60026CCFCAD20000CF41003047ACCEFFF12E254AB8FFF5380008A2FFCF410031F9C8000654F0AE3A0003CCC50FFF1AC1CF41003208A26FFF6820007DCFFFB28000580E2ECF410033EF600432ABC6FFF2C60009BEFFF7A600CF410034073AFFFC7A0004C6DAAFFF06225CB04FCF410035FF47600C8CEFFF9180006A8F7AD94000CF410036448CBCFFF13A170AD6FFF5B4000866FFCF410037FA82000638EA4E760003B4C34FFF1E60CF410038B09F4FFF6760007D4FFCB3E0024F4DEECF410039F56000274B4CFFF324000906FFF7F000CF41003A0702F9EC540004C2D38FFF0801C2B06FCF41003BFF46A00087AFFF95A000606F2CDAC000CF41003C406C2AFFF15A0CCA16FFF5AC000824FFCF41003DFA640005DCE42E9C0002BAC3EFFF2940CF41003E0299CFFF734000750FF4BA8000532DD2CF41003FFC60162E4B6EFFF364000924FFF82A00CF41004006A0F6ECC0000406C96FFF0AC1AAA72FCF410041FF4C2002860FFF9900005FEEE2DB8000CF410042366C60FFF170032A2AFFF5CE0007E2FFCF410043FAE8000592E0AF5200232EBB8FFF28C1CF410044229A8FFF74A000790FFCC6E0004FADC4CF410045FFF06E2A0B42FFF43E018912FFF94E00CF41004606D2F94D8E0004A8D02FFF10C248AF8FCF410047FF5C80008BAFFFA8A00066CF48F1E006CF410048436C58FFF2AA274AA0FFF6EA00684AFFCF410049FB7A0005A0E32FAE02233EBEEFFF3940CF41004AFA9A2FFF822000792FFACEC000536DA8CF41004BFFF0A02E6B88FFF4A800092EFFF95000CF41004C06DEFD6DCC000430CC2FFF17E188A90FCF41004DFF5F000082CFFFA6A0005CAEBAEC4000CF41004E38CC0CFFF2280089E8FFF6EC00079AFFCF41004FFBC000054ADACF4803628EB5EFFF37C0CF41005002944FFF834002738FDACC200048AD48CF410051FFF0B61C0ABEFFF4E400089CFFF9DE00CF410052065CEE4D7C0003CEC54FFF1920ACA48FCF410053FF5D00007C8FFFAC8000538E36F12000CF410054300BAEFFF2C40069C4FFF73800074AFFCF4100556BA40004D4D6AFE00061DAB4EFFF3760CF410056008D4FFF85A000680F64CCE0003CCCAECF410057FFC0C21449F8FFF47C000834FFF93400CF41005805A8EA0D740002C0B92FFF160006986FCF410059FF5F2002768FDEA820004E2DC0E10000CF41005A22CB5CFFF296000948FFF6FC0006A8F8CF41005B0BE6000440CD6F58030138A94FFF3D60CF41005C008A6FFF838000634EF4CE2000344C8CCF41005DFFF0C60149E2FFF4F40007A2FF498A00CF41005E0584E34D880022A2B7EFFF1C0000992FCF41005FFF65A00071AFE4B020004A4D80F2E004CF410060204B2CFFF3420028E6FFF79E00068EF9CF410061AC34000496D5AFE006E1AAAC6FFF46E0CF41006200884FFF972000622EECD900023C0C92CF410063FFF1580FAA50FFF59C000826FFFA8C00CF4100642596E60EB6000306BDC
08-24 19:38:48.227 2998 8278 I WAKELOCK_RELEASE: TIMESTAMP=253732019318561, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:50.195 8295 8309 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:50.195 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: FF390000FFFB0C0101C4FFFFFF00C00EFFFFFF00FF390001C00AC78FFF3E000E744FFFD6400E01EFFF390002FFFFF00E00CFFFFFF00A010CBAFFF67CFF39000301054EFFFFF800C00CFFFFFF01000AFFFF390004FFFF00A00EA3AFFF90800A2EEFFFFFF0FF3900050C00CFFFFFF00A00AFFFFFF174010950FF390006FFFBB400C10CFFFFFF01000CFFFFFF00FF390007A00CE70FFF4A800A5FCFFFE92010010FFF390008FFFFF010010FFFFFF00C00ACDAFFF706FF39000900C3FAFFFFFF00C00CFFFFFF00E00AFFFF39000AFFFF00C00EAA2FFFA0C00E414FFFFFF0FF39000B1000EFFFFFF00E010F3EFFF26200C816FF39000CFFFD1000A0EEFFFFFF00C010FFFFFF00FF39000DE00EDB6FFF51200C5B4FFFF7A01000EFFF39000EFFFFF00E00EFFFFFF00C00AADAFFF7B0FF39000F00C3F6FFFFFF00E00CFFFFFF00E010FFFF390010FFFF05800A8DCFFFA9400A138FFFFFF0FF3900111000AFFFFFF00E00AF14FFF2D000C7EEFF390012FFFD1C00C00EFFFFFF01000EFFFFFF01FF390013000CBFAFFF6A400A50CFFFFEE00A010FFF390014FFFFF01000EFFFFFF00C00CB5AFFF8BCFF39001500A378FFFFFF01000AFFFFFF01000CFFFF390016FFFF110010970FFFB0800E1E2FFFFFF0FF3900170C00AFFFFFF00C00EE0CFFF44E01069CFF390018FFFE9400E024FFFFFF01000EFFFFFF01FF390019000ACD8FFF64800E498FFFFFF010010FFF39001AFFFFF010010FFFFFF0120109DCFFF950FF39001B00A30EFFFFFF00C00CFFFFFF00A00EFFFF39001CFFFF26600C7FAFFFC8C00E118FFFFFF0FF39001D0C00AFFFFFF00A00EE64FFF4860106D0FF39001EFFFECC01000CFFFFFF00E00AFFFFFF00FF39001FA010C14FFF7B201040AFFFFFF00C00CFFF390020FFFFF00C00EFFFFFF06800A9C2FFFA26FF39002101022CFFFFFF00A00EFFFFFF00A010F4FF390022CFFF2CC0107ACFFFD2E010070FFFFFF0FF3900231000EFFFFFF01000ED8CFFF5A800C606FF390024FFFFD400E00EFFFFFF01000AFFFFFF00FF390025C010B00FFF8D600E3C6FFFFFF00E00CFFF390026FFFFF00E008FFFFFF08600C7F6FFFB78FF39002700C1CAFFFFFF01000CFFFFFF00E00AF7FF390028AFFF30E010748FFFE0C00E00EFFFFFF0FF3900290E010FFFFFF00A00EC04FFF61200A54EFF39002AFFFFCC00E00EFFFFFF00E00CFFFFFF01FF39002B000EA84FFF97000E30CFFFFFF00C00CFFF39002CFFFFF00A00EFFFFFF15000C8E2FFFB76FF39002D00A0FAFFFFFF00E00AFFFFFF00E00ED9FF39002E8FFF48C00A670FFFE6600A00CFFFFFF0FF39002F0C00AFFFFFF00C00AC24FFF75C00A456FF390030FFFFFF00C00EFFFFFF00E00CFFFFFF02FF390031C00A9F0FFF9BE00C32EFFFFFF01000AFFF390032FFFFF00C00AF6CFFF27401068AFFFCA6FF39003300E07CFFFFFF00C00CFFFFFF00A00AD4FF390034AFFF4A600E60AFFFEE400C00EFFFFFF0FF3900350E00EFFFFFF00E00AA26FFF74600C366FF390036FFFFFF00C010FFFFFF00E00AFFFFFF03FF3900372010812FFFA24010082FFFFFF00A00AFFF390038FFFFF00C00ADB0FFF23E00E638FFFC58FF39003900A018FFFFFF00C00CFFFFFF00E00CB7FF39003ACFFF54C010446FFFF4401000EFFFFFF0FF39003B0E00AFFFFFF00A00CA8CFFF83000A264FF39003CFFFFFF00C00AFFFFFF010010FC6FFF0FFF39003DC00A832FFFB3E00C190FFFFFF01000EFFF39003EFFFFF00A00AE10FFF43C00C6ECFFFE78FF39003F00E010FFFFFF00A00EFFFFFF00C00ACAFF3900406FFF6D200E536FFFFFF00C00EFFFFFF0FF3900410E010FFFFFF00C010A36FFF9A200E332FF390042FFFFFF00E00EFFFFFF01000CFFFFFF25FF390043A00C89CFFFC9000A14AFFFFFF01000EFFF390044FFFFF00C00EE94FFF52600C6D6FFFF5CFF39004500A018FFFFFF00A00CFFFFFF00A00AC3FF390046EFFF83000C516FFFFFF01000AFFFFFF0FF3900470A010FFFFFF03000EA5EFFFB3000A2AEFF390048FFFFFF01000EFFFFFF01000CF82FFF3FFF3900498010888FFFD0E0101CCFFFFFF00A00CFFF39004AFFFFF00A00AD62FFF62800A5DCFFFFFEFF39004B00E00EFFFFFF01000EFFFFFF00C010B7FF39004C8FFF82600A3D2FFFFFF00A00CFFFFFF0FF39004D0E00CFFFFFF10200E932FFFBD000C23EFF39004EFFFFFF01000EFFFFFF00A00AF68FFF3DFF39004FC00E6E2FFFE0A00C00CFFFFFF00C010FFF390050FFFFF00E00AC7AFFF65000C576FFFFB8FF39005100A010FFFFFF00A00AFFFFFF00E00EA5FF390052AFFF99E00A328FFFFFF00A00AFFFFFF0FF3900530C00CFFFFFF17800A96EFFFC4200A188FF390054FFFFFF00C00AFFFFFF00A00AE88FFF53FF390055A00E756FFFEC600A050FFFFFF01000EFFF390056FFFFF00E00ACF2FFF79E00E474FFFFFFFF39005700E00CFFFFFF01000CFFFFFF01400EA8FF3900588FFF9F600A32CFFFFFF00E00CFFFFFF0FF3900590C00EFB6FFF2AA01087CFFFD32010130FF39005AFFFFFF00E00AFFFFFF010010DEAFFF57FF39005B800C5C6FFFF7600E00AFFFFFF00A010FFF39005CFFFFF01000CB82FFF7D600C474FFFFFFFF39005D00C00AFFFFFF010010FFFFFF0EC01097FF39005E2FFFAF400A26CFFFFFF01000CFFFFFF0FF39005F0C00AF98FFF34600A7A8FFFDB401000EFF390060FFFFFF010010FFFFFF00A00ECE0FFF69FF39006180104E4FFFFDC00E00CFFFFFF01000AFFF390062FFFFF00C00EA76FFF88C00E2D4FFFFFFFF39006301000AFFFFFF010010FFFFFF0D000E8BFF3900640FFFAFC00A1AEFFFFFF
08-24 19:38:50.733 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297931675,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297931675,"value":[14846,-99999,13858,16846]}}'
08-24 19:38:50.733 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:38:51.696 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:38:51.697 11275 17781 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:38:51.698 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:38:51.700 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:38:51.714 2998 12875 I WAKELOCK_ACQUIRE: TIMESTAMP=253735506047704, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:51.719 2998 8278 I WAKELOCK_RELEASE: TIMESTAMP=253735511331154, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:51.723 2998 3729 I WAKELOCK_ACQUIRE: TIMESTAMP=253735515454866, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:51.728 2998 3164 I WAKELOCK_RELEASE: TIMESTAMP=253735520391554, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:51.735 2998 3588 I WAKELOCK_ACQUIRE: TIMESTAMP=253735527192316, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:51.737 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=18, status=0, action=1, availableSpace=16
08-24 19:38:51.737 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 18 status - 0
08-24 19:38:51.737 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:38:51.737 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:38:51.737 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:38:53.237 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253737029718887, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.546 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:38:56.548 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'TICK',
08-24 19:38:56.548 8295 8315 D ReactNativeJS: value: 10000,
08-24 19:38:56.548 8295 8315 D ReactNativeJS: location: 'INTERVAL',
08-24 19:38:56.548 8295 8315 D ReactNativeJS: utc: 1598297936547 }
08-24 19:38:56.549 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:38:56.593 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:38:56.597 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:38:56.621 8295 8316 D ReactNativeBleManager: scan
08-24 19:38:56.622 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:38:56.625 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:38:56.628 11275 11289 D BtGatt.GattService: registerClient() - UUID=51f0efcd-9eb8-4668-b8b6-c4db2ea47829
08-24 19:38:56.629 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=51f0efcd-9eb8-4668-b8b6-c4db2ea47829, clientIf=19
08-24 19:38:56.629 8295 8309 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=19
08-24 19:38:56.630 11275 17784 D BtGatt.GattService: start scan with filters
08-24 19:38:56.633 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:38:56.642 2998 8280 I WAKELOCK_ACQUIRE: TIMESTAMP=253740434196646, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.646 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=19, status=0, action=1
08-24 19:38:56.646 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 19 status - 0
08-24 19:38:56.647 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:38:56.652 2998 3699 I WAKELOCK_RELEASE: TIMESTAMP=253740444541638, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.660 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253740451820617, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.663 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=19, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:38:56.663 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 19 status - 0
08-24 19:38:56.663 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:38:56.668 2998 12876 I WAKELOCK_RELEASE: TIMESTAMP=253740460738012, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.672 2998 4477 I WAKELOCK_ACQUIRE: TIMESTAMP=253740464758745, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.674 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=19, status=0, action=0, availableSpace=15
08-24 19:38:56.674 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 19 status - 0
08-24 19:38:56.675 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:38:56.675 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:38:56.675 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:38:56.676 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:38:56.679 2998 3013 I WAKELOCK_RELEASE: TIMESTAMP=253740471491318, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.685 2998 4973 I WAKELOCK_ACQUIRE: TIMESTAMP=253740477703386, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.691 2998 3670 I WAKELOCK_RELEASE: TIMESTAMP=253740483332997, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.695 2998 3012 I WAKELOCK_ACQUIRE: TIMESTAMP=253740487334992, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.700 2998 4477 I WAKELOCK_RELEASE: TIMESTAMP=253740492263993, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.706 2998 3685 I WAKELOCK_ACQUIRE: TIMESTAMP=253740498624691, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.712 2998 3699 I WAKELOCK_RELEASE: TIMESTAMP=253740504112085, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.717 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253740509079487, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.723 2998 12876 I WAKELOCK_RELEASE: TIMESTAMP=253740515761233, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.728 2998 8280 I WAKELOCK_ACQUIRE: TIMESTAMP=253740520301958, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.738 2998 3013 I WAKELOCK_RELEASE: TIMESTAMP=253740530172272, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:56.746 2998 3162 I WAKELOCK_ACQUIRE: TIMESTAMP=253740537935004, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:57.988 8295 8317 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:58.001 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: 243600000040D4FFFFFA004002FFFFFF002002FF24360001FFFF00400293AFFFFFF004002F6EFFF02436000202002FFFFFF004002FFFFFF002002EC424360003FFFFFF0043E2FFFFFF002002FFFFFF00243600044002594FFFFBE004238FFFFFF00406AF24360005FFFFF002002FFFFFF004002FFFFFFBAC24360006002002FFFFFF0040026A6FFF004004FF243600070FFF8C6002C4EFFF2A40027D0FFFFFF02436000804002FFFFFF004002B7AFFFA6C0043B224360009FFFFFF002004FFFFFF004002FFFFFF002436000A2002FFFFFF8640029C4FFFFFF004002F2436000BFFFFF0020042D8FFF74E0047E8FFFFFF2436000C002426FFFFFA002070FFFFFF004002FF2436000DFFFF270002022FFFFFF002002CF4FFF02436000E02002FFFFFF01C002FFFFFF002004C1C2436000FFFFFFF0021F0FFFFFF002002FFFFFF0424360010E002316FFFC76002004FFFFFF004002F24360011FFFFF002002FFFFFF006002F86FFFD8E24360012004002FFFFFF0040043F8FFF004002D1243600136FFFA30004850FFF39A0025A4FFFFFF02436001404002FFFFFF002002964FFFB8000215824360015FFFFFF004004FFFFFF004002FFFFFF00243600162002FFFFFF9EC0046F2FFFFFF002002F24360017FFFFF002002018FFF8BE004528FFFFFF243600180041A8FFFFFF002016FFFFFF002002FF24360019FFFF35A004002FFFFFF004004AA8FFF02436001A02002FFFFFF0B2004E94FFF002002AAE2436001BFFFFFF002122FFFFFF002002FFFFFF222436001CC0020FCFFFFFF004004FFFFFF004004F2436001DFFFFF002002FFFFFF112002E50FFFECE2436001E004002FFFFFF004002124FFF01A002B82436001F4FFFC3200276AFFF4720044EAFFFFFF02436002002002FFFFFF002002916FFFD9400401424360021FFFFFF004002FFFFFF002002FFFFFF00243600222004C4CFFFBDC002362FFFFFF004002F24360023FFFFF00400299CFFF43800241AFFFFFF24360024002002FFFFFF004002FFFFFF004002E824360025EFFF4E8004656FFFFFF004004FFFFFF02436002602002FF0FFF004002920FFF96C0020DC24360027FFFFFF002002FFFFFF004002FFFFFF0C24360028A0020FCFFFE74004002FFFFFF004002F24360029FFFFF004002E68FFF316002704FFFED42436002A004004FFFFFF002002FFFFFF002002862436002BCFFFA3C004276FFFF88004002FFFFFF02436002C02002FFFFFF002004CC0FFFC440020022436002DFFFFFF004002FFFFFF002002F1CFFF3E2436002E60027B2FFFDCE0040C2FFFFFF002002F2436002FFFFFF0020027EAFFF70E0042A8FFFFFF24360030004004FFFFFF002002FFFFFF004002DB243600310FFF6C60045D6FFFFFF004004FFFFFF02436003204002FD0FFF1F00028E2FFFC6C00414224360033FFFFFF002004FFFFFF004004FFFFFF3F243600344002110FFFFFF004004FFFFFF004004F24360035FFFFF002002DBAFFF51E0025B6FFFFFF24360036004004FFFFFF002004FFFFFF0040027E24360037AFFFCDE004206FFFFFF004002FFFFFF02436003802004FFFFFF004002B70FFFD9400200224360039FFFFFF002002FFFFFF002004C8EFFF6E2436003A60045E0FFFFBA004002FFFFFF002004F2436003BFFFFF002004680FFF99E004170FFFFFF2436003C004002FFFFFF004004FFFFFF004002BF2436003D8FFF91A0044C0FFFFFF004002FFFFFF02436003E02002E62FFF3640026B8FFFF6A0040042436003FFFFFFF004002FFFFFF004002FFFFFF4F243600408002002FFFFFF004004FFFFFF002002F24360041FFFFF004004D44FFF56A004336FFFFFF24360042004002FFFFFF002004FFFFFF0040026B24360043CFFFD1C004002FFFFFF002002FFFFFF02436004402002FFFFFF00200474EFFFFFF00200224360045FFFFFF002002FFFFFF002002DF8FFF3224360046E00425CFFFFFF002002FFFFFF002002F24360047FFFFF004002FFFFFF20A00239AFFFFFF24360048004002FFFFFF002004FFFFFF002004FF24360049FFFF5760022C4FFFFFF004002FFFFFF02436004A02004FFFFFF002002986FFFFFF0040022436004BFFFFFF002002FFFFFF002002F44FFF5F2436004C8004002FFFFFF002004FFFFFF002002F2436004DFFFFF002002856FFFB5C004004FFFFFF2436004E002002FFFFFF004004FFFFFF002002432436004F0FFFFFF002004FFFFFF004004FFFFFF02436005004002FFFFFF266004912FFFFFF00400424360051FFFFFF004002FFFFFF002002A96FFFA22436005240043F0FFFFFF004002FFFFFF002004F24360053FFFFF01E002340FFFC70004004FFFFFF24360054004004FFFFFF004002FFFFFF0180029C243600552FFFD80004212FFFFFF002002FFFFFF02436005604002B08FFF7B60025FCFFFFFF00200424360057FFFFFF004004FFFFFF004002F92FFF9F243600580004002FFFFFF004002FFFFFF004002F24360059FCFFF2AA0049F0FFFAE400421CFFFFFF2436005A002004FFFFFF004002B3EFFF454004442436005B4FFFFFF002002FFFFFF004002FFFFFF02436005C02004F00FFF3FA002824FFFFFF0040042436005DFFFFFF002002FFFFFF002002A3CFFFC82436005E80042D4FFFFFF004004FFFFFF004004F2436005FFFFFF0F200417CFFFEFA004002FFFFFF24360060002004FFFFFF004002F4CFFF1CE0027A243600612FFFF220040E6FFFFFF002002FFFFFF02436006202002966FFFA02004358FFFFFF00400224360063FFFFFF004004FFFFFF004002D8CFFFC0243600646004002FFFFFF004002
08-24 19:38:58.250 2998 8278 I WAKELOCK_RELEASE: TIMESTAMP=253742042001163, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:58.591 11275 11295 D bt_btif_gattc: btif_gattc_update_properties BLE device name=EpilogE34 len=9 dev_type=2
08-24 19:38:58.700 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: EpilogE34
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 'BleManagerDiscoverPeripheral ', { advertising:
08-24 19:38:58.716 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:38:58.716 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:38:58.716 8295 8315 D ReactNativeJS: localName: 'EpilogE34',
08-24 19:38:58.716 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:38:58.716 8295 8315 D ReactNativeJS: { bytes:
08-24 19:38:58.716 8295 8315 D ReactNativeJS: [ 2,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 1,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 6,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 3,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 3,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 10,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 24,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 17,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 7,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 109,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 217,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 52,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 121,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 65,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 35,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 173,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 179,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 164,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 70,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 229,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 129,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 213,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 231,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 187,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 72,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 5,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 255,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 205,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 171,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 4,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 7,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 10,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 9,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 69,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 112,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 105,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 108,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 111,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 103,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 69,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 51,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 52,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 19,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 255,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 205,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 171,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 227,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 76,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 51,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 104,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 20,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 228,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 212,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 21,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 2,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 2,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 2,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 51,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 240,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 225,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 65,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: 255 ],
08-24 19:38:58.716 8295 8315 D ReactNativeJS: data: 'AgEGAwMKGBEHbdk0eUEjrbOkRuWB1ee7SAX/zasEBwoJRXBpbG9nRTM0E//Nq+NMM2gU5NQVAgICM/DhQf8=',
08-24 19:38:58.716 8295 8315 D ReactNativeJS: CDVType: 'ArrayBuffer' } },
08-24 19:38:58.716 8295 8315 D ReactNativeJS: rssi: -75,
08-24 19:38:58.716 8295 8315 D ReactNativeJS: id: '80:EA:CA:70:01:07',
08-24 19:38:58.716 8295 8315 D ReactNativeJS: name: 'EpilogE34' }
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 'mfgDataBytes value', [ 2,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 1,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 6,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 3,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 3,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 10,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 24,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 17,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 7,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 109,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 217,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 52,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 121,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 65,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 35,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 173,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 179,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 164,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 70,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 229,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 129,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 213,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 231,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 187,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 72,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 5,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 255,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 205,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 171,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 4,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 7,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 10,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 9,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 69,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 112,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 105,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 108,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 111,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 103,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 69,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 51,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 52,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 19,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 255,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 205,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 171,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 227,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 76,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 51,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 104,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 20,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 228,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 212,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 21,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 2,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 2,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 2,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 51,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 240,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 225,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 65,
08-24 19:38:58.739 8295 8315 I ReactNativeJS: 255 ]
08-24 19:38:58.741 8295 8315 I ReactNativeJS: 'mfgDataBytes asHex', '255cdabe34c336814e4d41522233f0e141ff'
08-24 19:38:58.766 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:38:58.768 8295 8315 D ReactNativeJS: 'connectionLock', { '80:EA:CA:70:01:16': null,
08-24 19:38:58.768 8295 8315 D ReactNativeJS: '80:EA:CA:70:01:05': null,
08-24 19:38:58.768 8295 8315 D ReactNativeJS: '80:EA:CA:70:01:0A': null,
08-24 19:38:58.768 8295 8315 D ReactNativeJS: '80:EA:CA:70:01:07': null }
08-24 19:38:58.768 8295 8315 I ReactNativeJS: 'BLE Connect reqeusted', '80:EA:CA:70:01:07'
08-24 19:38:58.769 8295 8316 D ReactNativeBleManager: Get connected peripherals
08-24 19:38:58.769 8295 8316 D BluetoothManager: getConnectedDevices
08-24 19:38:58.773 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 40
08-24 19:38:58.780 8295 8317 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:38:58.781 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: D041000027801299CFFF74E00078AFF4BF800053D0410001CDB0EEC01C296B1EFFF39400694CFFF8D0410002BE0006B0FACD24000400CF6FFF14411ED0410003A94FFF566000870FFFA14000602EAAE0D0410004C000384C2AFFF1DA0809FEFFF60E0007D04100059CFFFB3400053ADBAF260042F0B86FFFD04100062E600A94CFFF7A000073CFCEC220004CD04100076D8CFFF0481DAB1EFFF46E0008E0FFF9D04100084C00065EF42D40002454CC6FFF1301E0D0410009A9CFFF57600086AFFFA800025C8EAAEBD041000AC00035ABD6FFF2720A69B2FFF6CE0007D041000BB4FF8B4C000558DD6F7C00624CB98FFFD041000C346000956FFF7E80006A6FB4CCE00044D041000DECEAFFF09824AAACFFF4640008C4FFF9D041000E2A00262EF3ADDA00038CC8EFFF146094D041000FA3EFFF64C0007CEFFFA9C0005BCE30ECD0410010000034CB9AFFF2440009C2FFF6D40007D041001154FFCC080004B0D72FF802E26CB08FFFD04100123A0000904FFF8640006ECF70CCC00040D04100134D42FFF0D410CA86FFF4FE000804FFFAD0410014060005D0EB8E020003CEBDAFFF1B80C0D0410015A1EFFF6180027C6FFFAE2000518E14EFD0410016E0002A2B76FFF2F600294AFFF75C0007D04100173CFC0BC4000478D3AFCA0241C4B08FFFD04100183AE00089AFFF93A000676F30D4E0023FD04100196C8AFFF1420F2A4CFFF53C000856FFFAD041001A240005D6EB4E26000320C0AFFF210000D041001B9B8FFF6C4000784FFAB72000530DBAF5D041001C80122E8B5AFFF36C0069A6FFF8640006D041001DCAFDACD800049CD36FFF0BE1E2AD8FFFD041001E49E0008B4FFF93400067CF72D9400041D041001F6CA2FFF12C0C0A4EFFF5F2000820FFFBD0410020000005D2E36EE60063E4BDEFFF27A0D8D04100219F6FFF73E000798FFFBBA0024E2D92FED0410022A012240B12FFF3B40008D8FFF88A0006D0410023F6F9AD0C0004A4D04FFF0BA250AF8FFFD04100244E8000902FFF9F8002626F46E5800238D0410025AC70FFF200102A44FFF69C0007D4FFFBD0410026080005D8E66F7000034CBE4FFF2CA000D0410027994FFF7E4002734FF4C90000484D76FFD0410028F0261B4B36FFF3EE0028F6FFF8DE0006D04100297AFCADBE0003A4D5CFFF05E018AC4FFFD041002A5740007FAFFFACC002564FBCFC600025D041002B2CC4FFF0BA000A68FFF6D2000736FFFCD041002C500003A2FAAFFF000000C66FFF23A000D041002D96CFFF88400061AFFFEB000023CF6AFFD041002EF000000BEEFFF42A0008A6FFFAA00004D041002F52FFFFFF000002F04FFF000000AF2FFFD041003066A000704FFFCCC0001BCFFFFFF00000D04100310EEEFFF000000B3EFFF73A0006AAFFFFD04100325A00010AFFFFFF000000DE6FFF2A4002D04100338C2FFFA9A000328FFFFFF000000FFFFFD0410034F002000C8CFFF578002772FFFC060002D041003596FFFFFF000000ECEFFF028000ACAFFFD041003681000061AFFFD7A000254FFFFFF00000D04100370DD2FFF21C000A1AFFF912000630FFFED04100389800222CFE2FFF000000BC2FFF394000D041003991CFFF9E800063EFFFF380002B2E00FFD041003AF000000B36FFF526002810FFFAC60005D041003B94F8CF6E0022BAC88FFF10E002A1CFFFD041003C65C000794FFFB420004F4E56F9C00022D041003D2BAEFFF2D600092EFFF82C0006E4FDCCD041003E82000490D92FFF0381A2B22FFF45C000D041003F8C2FFF954000618F1EDBC0003B4C6EFFD0410040F16E0DAA0CFFF58C000828FFFA720005D0410041CCEB8ECE0002CAC1EFFF2720029D2FFFD0410042714000790FFFBE6000492DC4F4000823D04100436B88FFF2D400090EFFF7F000067EFA0CD0410044BE0003DECE6FFF04A124A8EFFF4A6000D0410045866FFF91E000618F40DC400036CC46FFD0410046F13A018A38FFF6020027E8FFFB080005D041004796E20F3E000358BE6FFF268050996FFFD0410048796000792FFFBFC00049CDECFFF0261ED04100498B5AFFF4040008F2FFF8D40006B4F66DD041004A1A000444CD8FFF0C21A6AB4FFF4E6000D041004B888FFFA04000622EE0E7A0003E2C2CFFD041004CF1F60E8A40FFF6540007CCFFFB340005D041004D7CE2CF5E0022A8BF6FFF2FA000970FFFD041004E7D600072AFF6C640004EAD82FFF04829D041004F2B22FFF40C00290EFFF942000688FA8DD0410050C00003D2CD8FFF15C116A6EFFF576000D041005188CFFFA4E0005D0ED2ED4000348C5EFFD0410052F220000A06FFF710000794FFFBD20005D041005326DEAF960562EABC8FFF36404A93CFFFD041005483200074EFECCE400049CDA4FFF0A81FD04100554AFAFFF5100008DAFFF9DA002672F10DD0410056E40003ACC98FFF1320AEA20FFF5D8000D04100577BEFFFA82002530E06E940002C6B94FFD0410058F25800098CFFF6CC000742FECB9A0004D0410059ACD94FDE0001CCB3AFFF34A0008DEFFFD041005A88600064CF60CEA0003EECDEFFF08C10D041005BAA9AFFF49E000824FFF97E0025BEF04DD041005CF20002ECC36FFF19A0489CCFFF660000D041005D7CAFFFAF2002536E3AF38000304BD0FFD041005EF2C400096CFFF776000734FF8C880004D041005FCCD54FFF040234B4AFFF3E40008F8FFFD04100608EA0006EAFC2D980003E2D32FFF12814D04100616A8AFFF566000852FFFA7C002602ED0ED0410062F00003C2C36FFF2280FAA72FFF708000D04100637E4FFFBCE00055AE52FFF02230CB90FFD0410064F37E00098AFFF87A000
08-24 19:38:58.783 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:0A', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 40
08-24 19:38:58.788 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 40
08-24 19:38:58.803 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:05
08-24 19:38:58.803 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:38:58.804 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:38:58.805 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:0A
08-24 19:38:58.805 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:38:58.806 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:38:58.806 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:16
08-24 19:38:58.806 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:38:58.808 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:38:58.813 8295 8315 W ReactNativeJS: 'BLE Connected peripherals: ', [ { name: 'Epilog39C', id: '80:EA:CA:70:01:0A', rssi: -77 },
08-24 19:38:58.813 8295 8315 W ReactNativeJS: { name: 'Epilog69F', id: '80:EA:CA:70:01:16', rssi: -76 },
08-24 19:38:58.813 8295 8315 W ReactNativeJS: { name: 'EpilogE2D', id: '80:EA:CA:70:01:05', rssi: -74 } ], -1
08-24 19:38:58.815 8295 8316 D ReactNativeBleManager: Connect to: 80:EA:CA:70:01:07
08-24 19:38:58.815 8295 8316 D ReactNativeBleManager: Is Or Greater than M $mBluetoothDevice
08-24 19:38:58.816 8295 8316 D BluetoothGatt: connect() - device: 80:EA:CA:70:01:07, auto: false
08-24 19:38:58.817 8295 8316 D BluetoothGatt: registerApp()
08-24 19:38:58.818 8295 8316 D BluetoothGatt: registerApp() - UUID=d91ef442-f00e-4e56-9228-a625aa436c49
08-24 19:38:58.819 2998 12875 I WAKELOCK_ACQUIRE: TIMESTAMP=253742611119709, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:38:58.819 11275 17782 D BtGatt.GattService: registerClient() - UUID=d91ef442-f00e-4e56-9228-a625aa436c49
08-24 19:38:58.820 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=d91ef442-f00e-4e56-9228-a625aa436c49, clientIf=20
08-24 19:38:58.821 8295 8309 D BluetoothGatt: onClientRegistered() - status=0 clientIf=20
08-24 19:38:58.822 11275 8276 D BtGatt.GattService: clientConnect() - address=80:EA:CA:70:01:07, isDirect=true
08-24 19:38:58.822 11275 11295 D bt_btif_config: btif_get_address_type: Device [80:ea:ca:70:01:07] address type 0
08-24 19:38:58.822 11275 11295 D bt_btif_config: btif_get_device_type: Device [80:ea:ca:70:01:07] type 2
08-24 19:38:58.842 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:05', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], ' took 69'
08-24 19:38:58.843 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:16', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], ' took 54'
08-24 19:38:58.850 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:0A', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], ' took 67'
08-24 19:38:58.853 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: 236C00 from peripheral: 80:EA:CA:70:01:05
08-24 19:38:58.855 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 108, 0 ],
08-24 19:38:58.855 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:38:58.855 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:38:58.855 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05' }
08-24 19:38:58.855 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 0 ]
08-24 19:38:58.855 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 0 ]
08-24 19:38:58.857 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 85 action queue is time (1)', { type: 'E_FLASH_INDICATION_REQ',
08-24 19:38:58.857 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:38:58.857 8295 8315 D ReactNativeJS: value: 0,
08-24 19:38:58.857 8295 8315 D ReactNativeJS: location: 'globalErrorModal.clearAlerts',
08-24 19:38:58.857 8295 8315 D ReactNativeJS: utc: 1598297938770 }
08-24 19:38:58.857 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:38:58.858 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: 236C00 from peripheral: 80:EA:CA:70:01:16
08-24 19:38:58.861 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 108, 0 ],
08-24 19:38:58.861 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:38:58.861 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:38:58.861 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16' }
08-24 19:38:58.862 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 0 ]
08-24 19:38:58.862 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 0 ]
08-24 19:38:58.865 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 76 action queue is time (1)', { type: 'E_FLASH_INDICATION_REQ',
08-24 19:38:58.865 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:38:58.865 8295 8315 D ReactNativeJS: value: 0,
08-24 19:38:58.865 8295 8315 D ReactNativeJS: location: 'globalErrorModal.clearAlerts',
08-24 19:38:58.865 8295 8315 D ReactNativeJS: utc: 1598297938784 }
08-24 19:38:58.865 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:38:58.869 8295 8420 D ReactNativeBleManager: onCharacteristicChanged: 236C00 from peripheral: 80:EA:CA:70:01:0A
08-24 19:38:58.871 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 108, 0 ],
08-24 19:38:58.871 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:38:58.871 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:38:58.871 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A' }
08-24 19:38:58.871 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 0 ]
08-24 19:38:58.871 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 0 ]
08-24 19:38:58.874 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 93 action queue is time (1)', { type: 'E_FLASH_INDICATION_REQ',
08-24 19:38:58.874 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:38:58.874 8295 8315 D ReactNativeJS: value: 0,
08-24 19:38:58.874 8295 8315 D ReactNativeJS: location: 'globalErrorModal.clearAlerts',
08-24 19:38:58.874 8295 8315 D ReactNativeJS: utc: 1598297938777 }
08-24 19:38:58.874 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:39:00.856 8295 8309 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:39:00.859 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: 003A000000CFFFFFF00E00EFFFFFF00E00A900FF003A0001FFD400A00AFFFFFF00E00AFFFFFF00A0003A00020EFFFFFF242010352FFFFFF00A00AFFF003A0003FFF00E010FFFFFF00E00EB32FFF83600003A0004A012FFFFFF00A00AFFFFFF00C00EFFFF003A0005FF00E0106BAFFFDB800E00EFFFFFF00A003A000600AFFFFFF00C010FDAFFF41000A604FF003A0007FFFF01000AFFFFFF00A00AFFFFFF00A0003A00080AC3EFFF84400A374FFFFFF00C00CFFF003A0009FFF00A00CFFFFFF06E01096EFFFBB000003A000AC23EFFFFFF00C00EFFFFFF00A00AEBEF003A000BFF4D800A664FFFDC400C090FFFFFF00E003A000C00CFFFFFF00E00AC4CFFF69000A4BCFF003A000DFFFF00C00AFFFFFF00A00CFFFFFF00C0003A000E10A82FFF92200A316FFFFFF00E00AFFF003A000FFFF00A00AF5AFFF1B200C836FFFC4200003A0010A04CFFFFFF01000EFFFFFF00A010DF0F003A0011FF4B000C6C2FFFECA00C00CFFFFFF00C003A001200EFFFFFF00A00ABECFFF79400A410FF003A0013FFFF00A00EFFFFFF00E00EFFFFFF00E0003A00140E988FFFACC00C2BAFFFFFF01000CFFF003A0015FFF01000EFC2FFF2680108D2FFFD3C00003A0016A0CCFFFFFF00C00CFFFFFF00A00AD70F003A0017FF64A00C58CFFFF8A00C00AFFFFFF010003A0018010FFFFFF00A00ABA6FFF83401037CFF003A0019FFFF00A00AFFFFFF00A00EFFFFFF1040003A001A0C9A0FFFB12010254FFFFFF00E00AFFF003A001BFFF00E00EE1EFFF41800C6D2FFFDFE00003A001CC00CFFFFFF00C00CFFFFFF00E010DB0F003A001DFF61A00A4E6FFFFF400A00CFFFFFF00E003A001E00AFFFFFF01000AA50FFF94C00E3BEFF003A001FFFFF010010FFFFFF01000AFFFFFF1A20003A00200A806FFFC6200A200FFFFFF00A00CFFF003A0021FFF00E010EACFFF51C00E72EFFFEC600003A0022C010FFFFFF00C00AFFFFFF01000EC28F003A0023FF7AC01040AFFFFFF00C010FFFFFF00A003A002400EFFFFFF00E00CAB4FFFA2600E370FF003A0025FFFF00E00EFFFFFF01000EF70FFF2F80003A0026107BAFFFC700100D0FFFFFF00E00EFFF003A0027FFF00C00CDACFFF54200C5B2FFFFC800003A0028A00AFFFFFF00E00CFFFFFF00C00EB8EF003A0029FF7D20104B0FFFFFF00A010FFFFFF00C003A002A010FFFFFF0A600E81CFFFA7400E23AFF003A002BFFFF00E00AFFFFFF00A00EF0AFFF34A0003A002C0A7BEFFFD6600E030FFFFFF00E00CFFF003A002DFFF00A00ED1AFFF68400C4CCFFFFEC00003A002EE00EFFFFFF00A00EFFFFFF00E00AB12F003A002FFF8E200C2ECFFFFFF00A00AFFFFFF010003A003000EFFFFFF11000C8AEFFFBC800C1A4FF003A0031FFFF00A00AFFFFFF00A00EDBCFFF4740003A00320A612FFFDFA00C00EFFFFFF00E012FFF003A0033FFF00A010CB6FFF71800C43EFFFFFF00003A0034E010FFFFFF01000EFFFFFF01A010A32F003A0035FFA2C00A264FFFFFF010010FFFFFF010003A003600AF92FFF29200C7D0FFFC8A00A192FF003A0037FFFF00E010FFFFFF00C010DAEFFF54A0003A00380A668FFFF1E00A012FFFFFF00A00CFFF003A0039FFF01000EB8AFFF86800C432FFFFFF00003A003AA00AFFFFFF010010FFFFFF03E00CA28F003A003BFFAEE0101CCFFFFFF00A00EFFFFFF00A003A003C00CF62FFF37C00C828FFFD6200E100FF003A003DFFFF01000CFFFFFF00C010C78FFF6A80003A003E0A5ACFFFFB800E00CFFFFFF00C00CFFF003A003FFFF01000CAD0FFF8B200E328FFFFFF00003A0040E00AFFFFFF00C00AFD4FFF11600C93AF003A0041FFB3400A234FFFFFF00C00EFFFFFF00E003A0042010E10FFF4540106CAFFFE5800E024FF003A0043FFFF00C00EFFFFFF00C00CC0CFFF6540003A00440C5CAFFFFFF00A00EFFFFFF010010FFF003A0045FFF01000EA1AFFFA5C0103A4FFFFFF01003A00460010FFFFFF00A00EFBEFFF20000E75CF003A0047FFCBA00A068FFFFFF00A010FFFFFF00C003A0048010D80FFF44A00E642FFFE9C00C030FF003A0049FFFF00C00CFFFFFF01000CABEFFF7D00003A004A0A464FFFFFF00E010FFFFFF00E00EFFF003A004BFFF02800E9FEFFFAB800A288FFFFFF00003A004CA010FFFFFF00C00CF18FFF2A8010818F003A004DFFCBC00A12CFFFFFF00E00AFFFFFF00A003A004E00ECB6FFF5CA00E516FFFFFF01000AFF003A004FFFFF00A00AFFFFFF01000EA72FFF84C0003A00500C376FFFFFF00A00AFFFFFF01000CF9E003A0051FFF11800E89CFFFB2800E24EFFFFFF00003A0052C010FFFFFF00E00CE46FFF3D600A6D2F003A0053FFDDE00A086FFFFFF00C00EFFFFFF010003A005400AC36FFF62200A54AFFFFFF01000AFF003A0055FFFF01000AFFFFFF00C00E9FCFFF93E0003A00560A352FFFFFF00A00AFFFFFF00A00EF7E003A0057FFF14800A7E4FFFC0A0100CCFFFFFF01003A0058000AFFFFFF00A00CCFAFFF45000E568F003A0059FFE2200E010FFFFFF00E00AFFFFFF012003A005A010B94FFF70E00C3CAFFFFFF01000EFF003A005BFFFF00E00CFFFFFF00C00C93EFFF9620003A005C101EEFFFFFF00C00CFFFFFF00E00EE34003A005DFFF24200E6C2FFFC5200C024FFFFFF00003A005EE00AFFFFFF00C00AD2CFFF534010578F003A005FFFF4600C00AFFFFFF00E00EFFFFFF00C003A0060010B3CFFF8500103EEFFFFFF00C00CFF003A0061FFFF00E00AFFFFFF07000A8F2FFFB260003A00620A1BAFFFFFF01000CFFFFFF00E00AEF8003A0063FFF36400C74AFFFDF400A016FFFFFF00003A0064E010FFFFFF00C00CC94
08-24 19:39:01.615 2998 20993 I WAKELOCK_RELEASE: TIMESTAMP=253745406746507, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:01.649 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:39:01.649 11275 11320 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:39:01.650 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:39:01.652 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:39:01.657 2998 12876 I WAKELOCK_ACQUIRE: TIMESTAMP=253745448904577, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:01.661 2998 4974 I WAKELOCK_RELEASE: TIMESTAMP=253745453782139, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:01.665 2998 3432 I WAKELOCK_ACQUIRE: TIMESTAMP=253745457814960, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:01.671 2998 3729 I WAKELOCK_RELEASE: TIMESTAMP=253745463115373, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:01.675 2998 12873 I WAKELOCK_ACQUIRE: TIMESTAMP=253745467422178, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:01.676 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=19, status=0, action=1, availableSpace=16
08-24 19:39:01.676 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 19 status - 0
08-24 19:39:01.676 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:39:01.676 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:39:01.677 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:39:02.622 2998 3588 I WAKELOCK_RELEASE: TIMESTAMP=253746414250147, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:02.638 2998 12876 I WAKELOCK_ACQUIRE: TIMESTAMP=253746430107334, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:02.696 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297943677,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297943677,"value":[14847,-99999,13859,16847]}}'
08-24 19:39:02.696 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:39:02.884 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=3 connected=0 conn_id=771 reason=0x003e
08-24 19:39:02.884 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=4 connected=0 conn_id=772 reason=0x003e
08-24 19:39:02.884 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=5 connected=0 conn_id=773 reason=0x003e
08-24 19:39:02.884 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=6 connected=0 conn_id=774 reason=0x003e
08-24 19:39:02.885 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=7 connected=0 conn_id=775 reason=0x003e
08-24 19:39:02.885 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=8 connected=0 conn_id=776 reason=0x003e
08-24 19:39:02.885 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=9 connected=0 conn_id=777 reason=0x003e
08-24 19:39:02.885 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=10 connected=0 conn_id=778 reason=0x003e
08-24 19:39:02.886 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=11 connected=0 conn_id=779 reason=0x003e
08-24 19:39:02.886 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=12 connected=0 conn_id=780 reason=0x003e
08-24 19:39:02.886 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=13 connected=0 conn_id=781 reason=0x003e
08-24 19:39:02.886 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=14 connected=0 conn_id=782 reason=0x003e
08-24 19:39:02.886 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=15 connected=0 conn_id=783 reason=0x003e
08-24 19:39:02.887 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=16 connected=0 conn_id=784 reason=0x003e
08-24 19:39:02.887 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=17 connected=0 conn_id=785 reason=0x003e
08-24 19:39:02.887 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=18 connected=0 conn_id=786 reason=0x003e
08-24 19:39:02.887 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=19 connected=0 conn_id=787 reason=0x003e
08-24 19:39:02.888 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=20 connected=0 conn_id=788 reason=0x003e
08-24 19:39:02.888 11275 11304 I bt_btm_sec: btm_sec_disconnected clearing pending flag handle:67 reason:62
08-24 19:39:02.890 11275 11295 D BtGatt.GattService: onConnected() - clientIf=20, connId=0, address=80:EA:CA:70:01:07
08-24 19:39:02.891 8295 8308 D BluetoothGatt: onClientConnectionState() - status=133 clientIf=20 device=80:EA:CA:70:01:07
08-24 19:39:02.891 8295 8308 D ReactNativeBleManager: onConnectionStateChange to 0 on peripheral: 80:EA:CA:70:01:07 with status 133
08-24 19:39:02.891 8295 8308 D BluetoothGatt: close()
08-24 19:39:02.891 8295 8308 D BluetoothGatt: unregisterApp() - mClientIf=20
08-24 19:39:02.894 11275 17780 D BtGatt.GattService: unregisterClient() - clientIf=20
08-24 19:39:02.895 8295 8308 D BluetoothGatt: cancelOpen() - device: 80:EA:CA:70:01:07
08-24 19:39:02.895 8295 8308 D BluetoothGatt: close()
08-24 19:39:02.897 8295 8308 D BluetoothGatt: unregisterApp() - mClientIf=0
08-24 19:39:02.898 8295 8308 D ReactNativeBleManager: Peripheral event (BleManagerDisconnectPeripheral):80:EA:CA:70:01:07
08-24 19:39:02.898 8295 8308 D ReactNativeBleManager: Disconnect
08-24 19:39:02.899 8295 8308 D ReactNativeBleManager: Peripheral event (BleManagerDisconnectPeripheral):80:EA:CA:70:01:07
08-24 19:39:02.902 8295 8315 D ReactNativeJS: 'BleManagerDisconnectPeripheral ', { status: 0, peripheral: '80:EA:CA:70:01:07' }
08-24 19:39:02.902 8295 8315 W ReactNativeJS: 'Device Disconnected', '80:EA:CA:70:01:07'
08-24 19:39:02.961 8295 8315 D ReactNativeJS: 'device disconnected current request queue is 0', [], { type: 'BLE_DEVICE_DISCONNECTED',
08-24 19:39:02.961 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:02.961 8295 8315 D ReactNativeJS: utc: 1598297942902 }
08-24 19:39:02.962 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:39:03.000 8295 8315 D ReactNativeJS: 'BleManagerDisconnectPeripheral ', { status: 133, peripheral: '80:EA:CA:70:01:07' }
08-24 19:39:03.001 8295 8315 I ReactNativeJS: 'BleManagerDisconnectPeripheral not emitting because of status value', { status: 133, peripheral: '80:EA:CA:70:01:07' }
08-24 19:39:04.139 2998 4973 I WAKELOCK_RELEASE: TIMESTAMP=253747931795340, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.580 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:39:06.582 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'TICK',
08-24 19:39:06.582 8295 8315 D ReactNativeJS: value: 10000,
08-24 19:39:06.582 8295 8315 D ReactNativeJS: location: 'INTERVAL',
08-24 19:39:06.582 8295 8315 D ReactNativeJS: utc: 1598297946580 }
08-24 19:39:06.583 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:39:06.599 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:39:06.602 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:39:06.631 8295 8316 D ReactNativeBleManager: scan
08-24 19:39:06.632 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:39:06.633 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:39:06.637 11275 8276 D BtGatt.GattService: registerClient() - UUID=8a0b59c8-7bd3-428a-a019-74015380215a
08-24 19:39:06.637 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=8a0b59c8-7bd3-428a-a019-74015380215a, clientIf=20
08-24 19:39:06.638 8295 8317 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=20
08-24 19:39:06.638 11275 11317 D BtGatt.GattService: start scan with filters
08-24 19:39:06.642 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:39:06.654 2998 4477 I WAKELOCK_ACQUIRE: TIMESTAMP=253750446347362, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.656 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=20, status=0, action=1
08-24 19:39:06.656 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 20 status - 0
08-24 19:39:06.657 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:39:06.662 2998 3685 I WAKELOCK_RELEASE: TIMESTAMP=253750454505395, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.667 2998 4973 I WAKELOCK_ACQUIRE: TIMESTAMP=253750459796545, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.668 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=20, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:39:06.669 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 20 status - 0
08-24 19:39:06.669 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:39:06.673 2998 10650 I WAKELOCK_RELEASE: TIMESTAMP=253750465839845, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.678 2998 3589 I WAKELOCK_ACQUIRE: TIMESTAMP=253750470769120, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.680 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=20, status=0, action=0, availableSpace=15
08-24 19:39:06.680 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 20 status - 0
08-24 19:39:06.680 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:39:06.680 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:39:06.680 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:39:06.681 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:39:06.684 2998 8280 I WAKELOCK_RELEASE: TIMESTAMP=253750476417732, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.688 2998 8278 I WAKELOCK_ACQUIRE: TIMESTAMP=253750480316211, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.693 2998 3670 I WAKELOCK_RELEASE: TIMESTAMP=253750485527521, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.699 2998 7026 I WAKELOCK_ACQUIRE: TIMESTAMP=253750491635173, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.705 2998 8280 I WAKELOCK_RELEASE: TIMESTAMP=253750497717337, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.712 2998 4475 I WAKELOCK_ACQUIRE: TIMESTAMP=253750504829298, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.719 2998 3729 I WAKELOCK_RELEASE: TIMESTAMP=253750511154694, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.725 2998 12873 I WAKELOCK_ACQUIRE: TIMESTAMP=253750517219833, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.731 2998 12876 I WAKELOCK_RELEASE: TIMESTAMP=253750523522116, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.736 2998 3432 I WAKELOCK_ACQUIRE: TIMESTAMP=253750528710588, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.743 2998 4974 I WAKELOCK_RELEASE: TIMESTAMP=253750535050985, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:06.748 2998 3670 I WAKELOCK_ACQUIRE: TIMESTAMP=253750540652983, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:08.253 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253752045371301, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:08.410 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=3 connected=0 conn_id=515 reason=0x0008
08-24 19:39:08.410 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=4 connected=0 conn_id=516 reason=0x0008
08-24 19:39:08.410 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=5 connected=0 conn_id=517 reason=0x0008
08-24 19:39:08.410 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=6 connected=0 conn_id=518 reason=0x0008
08-24 19:39:08.410 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=7 connected=0 conn_id=519 reason=0x0008
08-24 19:39:08.410 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=8 connected=0 conn_id=520 reason=0x0008
08-24 19:39:08.410 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=9 connected=0 conn_id=521 reason=0x0008
08-24 19:39:08.411 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=10 connected=0 conn_id=522 reason=0x0008
08-24 19:39:08.411 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=11 connected=0 conn_id=523 reason=0x0008
08-24 19:39:08.411 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=12 connected=0 conn_id=524 reason=0x0008
08-24 19:39:08.411 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=13 connected=0 conn_id=525 reason=0x0008
08-24 19:39:08.411 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=14 connected=0 conn_id=526 reason=0x0008
08-24 19:39:08.411 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=15 connected=0 conn_id=527 reason=0x0008
08-24 19:39:08.411 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=16 connected=0 conn_id=528 reason=0x0008
08-24 19:39:08.411 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=17 connected=0 conn_id=529 reason=0x0008
08-24 19:39:08.411 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=18 connected=0 conn_id=530 reason=0x0008
08-24 19:39:08.411 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=19 connected=0 conn_id=531 reason=0x0008
08-24 19:39:08.411 11275 11304 W bt_btif : bta_gattc_conn_cback() - cif=20 connected=0 conn_id=532 reason=0x0008
08-24 19:39:08.411 11275 11304 I bt_btm_sec: btm_sec_disconnected clearing pending flag handle:66 reason:8
08-24 19:39:08.412 11275 11295 D BtGatt.GattService: onDisconnected() - clientIf=11, connId=523, address=80:EA:CA:70:01:0A
08-24 19:39:08.413 8295 8317 D BluetoothGatt: onClientConnectionState() - status=8 clientIf=11 device=80:EA:CA:70:01:0A
08-24 19:39:08.413 8295 8317 D ReactNativeBleManager: onConnectionStateChange to 0 on peripheral: 80:EA:CA:70:01:0A with status 8
08-24 19:39:08.413 8295 8317 D BluetoothGatt: close()
08-24 19:39:08.414 8295 8317 D BluetoothGatt: unregisterApp() - mClientIf=11
08-24 19:39:08.414 11275 11295 E BluetoothRemoteDevices: state12newState1
08-24 19:39:08.415 11275 8282 D BtGatt.GattService: unregisterClient() - clientIf=11
08-24 19:39:08.415 8295 8317 D BluetoothGatt: cancelOpen() - device: 80:EA:CA:70:01:0A
08-24 19:39:08.416 8295 8317 D BluetoothGatt: close()
08-24 19:39:08.416 8295 8317 D BluetoothGatt: unregisterApp() - mClientIf=0
08-24 19:39:08.419 8295 8315 D ReactNativeJS: 'BleManagerDisconnectPeripheral ', { status: 0, peripheral: '80:EA:CA:70:01:0A' }
08-24 19:39:08.419 8295 8315 W ReactNativeJS: 'Device Disconnected', '80:EA:CA:70:01:0A'
08-24 19:39:08.422 8295 8317 D ReactNativeBleManager: Peripheral event (BleManagerDisconnectPeripheral):80:EA:CA:70:01:0A
08-24 19:39:08.422 11275 11275 D BluetoothMapService: onReceive
08-24 19:39:08.422 8295 8317 D ReactNativeBleManager: Disconnect
08-24 19:39:08.422 11275 11275 D BluetoothMapService: onReceive: android.bluetooth.device.action.ACL_DISCONNECTED
08-24 19:39:08.423 8295 8317 D ReactNativeBleManager: Peripheral event (BleManagerDisconnectPeripheral):80:EA:CA:70:01:0A
08-24 19:39:08.473 8295 8315 D ReactNativeJS: 'device disconnected current request queue is 0', [], { type: 'BLE_DEVICE_DISCONNECTED',
08-24 19:39:08.473 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:0A',
08-24 19:39:08.473 8295 8315 D ReactNativeJS: utc: 1598297948420 }
08-24 19:39:08.505 8295 8315 D ReactNativeJS: 'BleManagerDisconnectPeripheral ', { status: 8, peripheral: '80:EA:CA:70:01:0A' }
08-24 19:39:08.506 8295 8315 I ReactNativeJS: 'BleManagerDisconnectPeripheral not emitting because of status value', { status: 8, peripheral: '80:EA:CA:70:01:0A' }
08-24 19:39:09.440 8295 8308 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:39:09.441 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: D1410000F68E200003D0C8AFFF19A03CA3CFFF63D14100016000764FFFACC00059CECCF3E002302CD141000228FFF2A80329B0FFF762000774FFCC22D1410003000574DE0FFF00A2A4B8AFFF3E000093D14100040FFF9060006D8FDAD4C00043AD16FFF1D14100052021AAA6FFF50E0008A6FFF9EA000642D1410006F3EE7C0003A0C4AFFF1B0080A02FFF6BD1410007A000806FFFB7E000572E36F64000328BD1410008DCFFF2C20009D2FFF77C000752FFFC6ED1410009000474D64FFF058224AF4FFF42600E8FD141000A4FFF8EA0006D8F64D94000404D0EFFF1D141000B22144AB0FFF5A0000846FFFAAE0005B6D141000CECAEC000035AC02FFF21E0C6A14FFF6ED141000D000079CFFFB68000512E26FF0000274BD141000E44FFF378000966FFF8380006ECFAEC84D141000F0004C4D82FFF06E1DEB36FFF4760008BD14100108FFF97C000612F40DDA002396C64FFF1D14100113210EA24FFF5E2000888FFFA8C00059CD1410012E76EE80002CAC1CFFF2420009B6FFF75D14100132002740FFFC120024F2DB2FE60202B4BD14100146AFFF37E00095AFFF88800068AFAED46D1410015000432CD8FFF0C4176AC0FFF53400084D14100168FFF9F20005F2F0EE06000372C96FFF1D1410017C603EA2CFFF6660007C8FFFB5A000556D1410018E0AFA80002ACB82FFF2E00129C2FFF7BD1410019C000740FF8C640004A2DACFFF01E17AAD141001AE2FFF46A0008B8FFF8EE00066CF62D46D141001B000478C98FFF0F0126AAAFFF55600088D141001C6FFFA900005C6EAAEE600033AC22FFF2D141001D300AE9BAFFF6D2000786FFEB86000546D141001EE28FF2002224B90FFF366000930FFF84D141001F2002706FBACDE000496D00FFF08C1E4AD1410020ECFFF4A60008F8FFF98200062EF78DD6D141002100038AC8EFFF15807CA50FFF6480007FD14100224FFFAD80005E6E7AEDA00035EBDEFFF2D1410023840009D2FFF736000730FFFBCC0004C6D1410024DB4FFF00820EAF2FFF39600093EFFF8BD141002580006D6F78CDC0003FCD0CFFF0AC140AD1410026CAFFF53400281CFFFA2A0025EEEE6E2AD1410027000358C5EFFF1F611E9DEFFF65E0007FD14100286FFFB26000548E5AF5A00024CBAAFFF3D141002918002970FFF7BE00072AFDAC540004CED141002AD80FFF03019EB02FFF4120008CEFFF92D141002B6000644F58DCE0023CACA2FFF10E0AAAD141002C48FFF564000850FFF9F20005BAEA6E4CD141002D0002F0C26FFF1E6000998FFF6D400077D141002E6FFFB90002512DE6FC80002C2B80FFF3D141002F4000094EFFF8700006E2FF2CBC000414D1410030D1CFFF0B61EAAC0FFF4DC0008A2FFF98D14100318002624F48DB00003E6CA8FFF14E0E4AD14100326CFFF6120007DCFFFAF00005AEE6CF74D1410033000312BE6FFF28808E9DAFFF7560007BD1410034CFFEC1E0004BEDDAFFF038200B48FFF4D14100350C0008F2FFF8B20026C4F8CD0A000478D1410036CFAFFF0D81FAAC0FFF5540008AEFFFA4D1410037800060EF18ED400235EC2AFFF1E002EAD141003808FFF69A0007F4FFFB3800055AE48FE4D1410039002294BC8FFF31E002944FFF81400273D141003A8FF2C940004D6D5CFFF07022EB1AFFF4D141003B3200090CFFF974000676F96DAC0003C2D141003CCBCFFF1260B4A50FFF5BC000834FFFA6D141003D000261CEC6E8600036AC06FFF22C004AD141003E0CFFF702000788FFFBFC00251ADEEF80D141003F02824CB92FFF36802E966FFF8620006FD1410040AFDAD0200047CD5EFFF08617CACEFFF4D1410041D20028A2FFF9E4000632F22E060023F6D1410042C8CFFF172064A2AFFF5E60007E2FFFAED14100438000542E56F3E0022CCBA8FFF2BC0029D141004480FFF748000724FFCC240004D0D7CFFCD14100450141B2B4AFFF3FC0008CCFFF8B600067D14100466FAED8E000432D00FFF110134ADAFFF5D1410047500008A4FFFA4C000602F48EDA000368D1410048C24FFF1FC0FE9DCFFF6F40007F0FFFB7D1410049600052CE14F9800429CBC6FFF2FE0009D141004A74FFF7F6000728FFFC7A002498D32FFFD141004B08E210B12FFF4420008F4FFF95400069D141004CAF76DD00003C4CD6FFF1920AEA8EFFF5D141004DEC00082EFFFAD60005B0E7AE90002366D141004EBF6FFF23603E9F2FFF72E0007B6FFFBED141004FC0004EEDD2FF400C25AB62FFF39C0009D14100505AFFF86A0026FCFBECC4000464CF0FFFD1410051082112AE2FFF4EE000870FFF9C80025ED14100524F08E4A000356C32FFF1A00AC9ECFFF5D1410053D8000814FFFAE2000540E6CF06000276D1410054BC8FFF2A4000974FFF7A6000726FF6C6D141005540004F0DB8FFF064294B3AFFF4160009D141005672FFF9760006C2FC8DC6000474CB8FFFD14100571601AAAB6FFF54E00086AFFFA3200060D14100580EFCE96000348C64FFF23A03C9DEFFF6D1410059F60007BEFFFBFA000566DE8FEE018320D141005AB88FFF33C000976FFF872002710FFCCBD141005B4000472D7CFFF092182AD2FFF46E0028D141005CD6FFF968000658F52DDE0003EECB2FFFD141005D1480EAAACFFF63A000828FFFB0E00058D141005EEE9EF740002FCC04FFF2A6004952FFF7D141005F1200075CFFFBC20004AEE00FFE0161E4D1410060B1AFFF3B00008F4FFF8E80006A6F20CDD1410061C002422CDEFFF09E126A96FFF4AA0008D141006234FFF9DE000598ECEDF2000328BE6FFFD14100631B000E9AAFFF5DA00078CFFFAF000252D14100640E14EEE00028ABE6FFF
08-24 19:39:11.515 8295 8420 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:39:11.516 8295 8420 D ReactNativeBleManager: onCharacteristicChanged: 013A0000A1E00C26EFFFFFF00C00CFFFFFF00E00013A0001AFC0FFF2E000C8BAFFFD7400A160FFFF013A0002FF010010FFFFFF00C00CD76FFF65400C013A0003644FFFFB6010010FFFFFF00E00CFFFFF013A0004F00A00EB6CFFF83200A374FFFFFF00C0013A00050AFFFFFF00E00CFFFFFF0EA00C97CFFF013A0006AFC0102BAFFFFFF00A00EFFFFFF00E01013A00070E64FFF3AC00E70CFFFDF801000CFFFF013A0008FF00E00CFFFFFF00A00AD72FFF70600A013A000950AFFFFFF00C00AFFFFFF00E00EFFFFF013A000AF01800AA62FFF9A600C3C6FFFFFF0100013A000B10FFFFFF00C00EFFCFFF1A6010826FFF013A000CBF400A084FFFFFF01000EFFFFFF00A00013A000DCDCCFFF3E200E6BEFFFE6200A010FFFF013A000EFF00C00AFFFFFF00E00EC04FFF83000E013A000F478FFFFFF010010FFFFFF01000CFFFFF013A0010F03C00C9C8FFFA5200A2AEFFFFFF00E0013A00110CFFFFFF00E010F54FFF34400E80AFFF013A0012CA000C11AFFFFFF00E010FFFFFF00C00013A0013ED8AFFF63800C5C4FFFFFE01000CFFFF013A0014FF00C010FFFFFF00C00CBE4FFF89600E013A001541EFFFFFF00A00CFFFFFF00E010FFFFF013A0016F1C600E9B4FFFC460122C4FFFFFF0100013A00170EFFFFFF00E010FE4FFF4A200E75EFFF013A0018E6E00C010FFFFFF00E010FFFFFF01000013A0019ED56FFF73A00A634FFFFFF00E00EFFFF013A001AFF00A00AFFFFFF06A00AA92FFFA9C00C013A001B342FFFFFF010010FFFFFF00A00CFFFFF013A001CF28401090AFFFCD400C0EEFFFFFF00C0013A001D0AFFFFFF00E00ADCEFFF54A0106B4FFF013A001EEC0010018FFFFFF00A00CFFFFFF00A01013A001F0B60FFF86E00C414FFFFFF00C00AFFFF013A0020FF010010FFFFFF02200CA16FFFA7C010013A00212F6FFFFFF00E00AFFFFFF00C00CFB2FF013A0022F3A401077EFFFDB400C06CFFFFFF00E0013A00230CFFFFFF00A00AD54FFF5E000E692FFF013A0024FF200C00CFFFFFF00A010FFFFFF01000013A0025CB12FFF94400E406FFFFFF00E00AFFFF013A0026FF01000CFFFFFF19800C926FFFBB200C013A00270F0FFFFFF00A00EFFFFFF00A00EEACFF013A0028F4900106C8FFFE8A00A078FFFFFF00C0013A00290EFFFFFF00C00EBB8FFF76E00E512FFF013A002AFFF00E010FFFFFF01000EFFFFFF00E00013A002B89D2FFFA1E00A29EFFFFFF01000CFFFF013A002CFF00A00EECEFFF26C00E7D6FFFC5C010013A002D0E8FFFFFF00A00EFFFFFF010010DE4FF013A002EF58C00C648FFFF7601000EFFFFFF0100013A002F10FFFFFF00A00AB88FFF80A00E450FFF013A0030FFF00E010FFFFFF00E00EFFFFFF08E01013A003108F4FFFB68010208FFFFFF00C00EFFFF013A0032FF00A010F40FFF2F000C6E2FFFD6000E013A0033018FFFFFF00E00EFFFFFF01000CC40FF013A0034F5C800A47EFFFFC8010010FFFFFF00E0013A00350AFFFFFF01000C932FFF910010282FFF013A0036FFF00E00CFFFFFF01000EEE4FFF0A001013A003707E4FFFBA400A07CFFFFFF00C010FFFF013A0038FF010010C92FFF44600E5B4FFFDCE00C013A0039012FFFFFF010010FFFFFF01000AB66FF013A003AF71801042AFFFFFF00C00CFFFFFF00E0013A003B0EFFFFFF00C00E9F6FFF9EE00C30EFFF013A003CFFF01000CFFFFFF00A00AF4CFFF30E00013A003DA7A8FFFD2000A05CFFFFFF010010FFFF013A003EFF01000CDF2FFF55600E5C6FFFF92010013A003F00EFFFFFF010010FFFFFF00E010B5EFF013A0040F8B200C3FAFFFFFF00C010FFFFFF00A0013A00410EFFFFFF10600C956FFFBD4010224FFF013A0042FFF00C010FFFFFF01000CE82FFF3A200013A0043A7FCFFFE1C00A022FFFFFF01000AFFFF013A0044FF00A010C52FFF76A00C5FAFFFFFF010013A0045010FFFFFF00C010FFFFFF0100109F2FF013A0046FA2A00C34EFFFFFF01000AFFFFFF00E0013A004710FCEFFF1EA00A858FFFC100101FEFFF013A0048FFF010010FFFFFF01000ADCCFFF50600013A0049A6CCFFFFC600E010FFFFFF01000CFFFF013A004AFF00A010BFAFFF76200A456FFFFFF010013A004B00CFFFFFF01000AFFFFFF07000E96EFF013A004CFA8C00A250FFFFFF00E00AFFFFFF00A0013A004D0CEC6FFF31400A77CFFFD0400C0B0FFF013A004EFFF01000AFFFFFF01000CCBAFFF59600013A004FA594FFFF5C00A00AFFFFFF00E010FFFF013A0050FF00E00EA2AFFF87400C354FFFFFF00A013A005100AFFFFFF00A00CFFFFFF0BE00E8E2FF013A0052FB4C00C146FFFFFF00A00EFFFFFF00E0013A005310E30FFF3E400C6ACFFFD4000E014FFF013A0054FFF00C00EFFFFFF00E00EC20FFF6A400013A0055C47AFFFFFF00C010FFFFFF010010FFFF013A0056FF00E00A9FAFFF9C600E2F2FFFFFF010013A005700CFFFFFF01000AFAAFFF29200E830FF013A0058FC7400E0F2FFFFFF00A010FFFFFF00A0013A00590AD86FFF4BC0105A4FFFF3A00C008FFF013A005AFFF00E00CFFFFFF00C00ABDCFFF7DC00013A005BC418FFFFFF00C00CFFFFFF01000EFFFF013A005CFF01C00E902FFFAA800E204FFFFFF00E013A005D00AFFFFFF00C00EFB0FFF2C800E7A0FF013A005EFD08010010FFFFFF01000CFFFFFF00A0013A005F0EC50FFF59C00C586FFFFCE01000EFFF013A0060FFF01000AFFFFFF01000CABEFFF8EE01013A00610300FFFFFF00A00AFFFFFF00C00CFFFF013A0062FF0CA00E87AFFFB1600E158FFFFFF00E013A006300AFFFFFF01000ED50FFF4DC00A666FF013A0064FE4600A00EFFFFFF00C
08-24 19:39:11.795 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:39:11.796 11275 17781 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:39:11.798 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:39:11.800 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:39:11.804 2998 4973 I WAKELOCK_ACQUIRE: TIMESTAMP=253755596233429, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:11.808 2998 3670 I WAKELOCK_RELEASE: TIMESTAMP=253755600886933, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:11.816 2998 3012 I WAKELOCK_ACQUIRE: TIMESTAMP=253755608422158, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:11.829 2998 3588 I WAKELOCK_RELEASE: TIMESTAMP=253755621806513, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:11.835 2998 3013 I WAKELOCK_ACQUIRE: TIMESTAMP=253755627105263, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:11.837 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=20, status=0, action=1, availableSpace=16
08-24 19:39:11.837 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 20 status - 0
08-24 19:39:11.837 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:39:11.837 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:39:11.837 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:39:13.335 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253757127802711, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:14.685 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297955679,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297955679,"value":[14848,-99999,13860,16848]}}'
08-24 19:39:14.685 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:39:16.651 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:39:16.653 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'TICK',
08-24 19:39:16.653 8295 8315 D ReactNativeJS: value: 10000,
08-24 19:39:16.653 8295 8315 D ReactNativeJS: location: 'INTERVAL',
08-24 19:39:16.653 8295 8315 D ReactNativeJS: utc: 1598297956652 }
08-24 19:39:16.655 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:39:16.670 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:39:16.675 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:39:16.710 8295 8316 D ReactNativeBleManager: scan
08-24 19:39:16.713 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:39:16.717 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:39:16.725 11275 12162 D BtGatt.GattService: registerClient() - UUID=44956a65-6731-4de0-827d-1d9f72f0bca7
08-24 19:39:16.726 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=44956a65-6731-4de0-827d-1d9f72f0bca7, clientIf=11
08-24 19:39:16.726 8295 8309 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=11
08-24 19:39:16.727 11275 11320 D BtGatt.GattService: start scan with filters
08-24 19:39:16.733 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:39:16.744 2998 12876 I WAKELOCK_ACQUIRE: TIMESTAMP=253760536150086, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:16.747 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=11, status=0, action=1
08-24 19:39:16.747 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 11 status - 0
08-24 19:39:16.747 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:39:16.754 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253760546395037, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:16.761 2998 4974 I WAKELOCK_ACQUIRE: TIMESTAMP=253760552878864, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:16.763 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=11, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:39:16.763 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 11 status - 0
08-24 19:39:16.763 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:39:16.772 2998 3589 I WAKELOCK_RELEASE: TIMESTAMP=253760564602327, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:16.776 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:39:16.778 2998 4477 I WAKELOCK_ACQUIRE: TIMESTAMP=253760570170786, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:16.779 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=11, status=0, action=0, availableSpace=15
08-24 19:39:16.779 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 11 status - 0
08-24 19:39:16.779 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:39:16.779 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:39:16.779 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:39:16.780 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:39:16.783 2998 12876 I WAKELOCK_RELEASE: TIMESTAMP=253760575673068, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:16.788 2998 4475 I WAKELOCK_ACQUIRE: TIMESTAMP=253760580028350, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:16.794 2998 4973 I WAKELOCK_RELEASE: TIMESTAMP=253760586489889, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:16.800 2998 3164 I WAKELOCK_ACQUIRE: TIMESTAMP=253760592737696, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:16.807 2998 4477 I WAKELOCK_RELEASE: TIMESTAMP=253760599194622, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:16.813 2998 12876 I WAKELOCK_ACQUIRE: TIMESTAMP=253760605125380, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:16.819 2998 4475 I WAKELOCK_RELEASE: TIMESTAMP=253760611435264, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:16.824 2998 3432 I WAKELOCK_ACQUIRE: TIMESTAMP=253760615911112, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:16.829 2998 12873 I WAKELOCK_RELEASE: TIMESTAMP=253760621406632, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:16.837 2998 8280 I WAKELOCK_ACQUIRE: TIMESTAMP=253760629228753, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:16.842 2998 3013 I WAKELOCK_RELEASE: TIMESTAMP=253760634494265, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:16.846 2998 12875 I WAKELOCK_ACQUIRE: TIMESTAMP=253760638530686, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:17.686 11275 11295 D bt_btif_gattc: btif_gattc_update_properties BLE device name=EpilogE34 len=9 dev_type=2
08-24 19:39:17.896 8295 8295 I ReactNativeBleManager: DiscoverPeripheral: EpilogE34
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 'BleManagerDiscoverPeripheral ', { advertising:
08-24 19:39:17.907 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:39:17.907 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:39:17.907 8295 8315 D ReactNativeJS: localName: 'EpilogE34',
08-24 19:39:17.907 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:39:17.907 8295 8315 D ReactNativeJS: { bytes:
08-24 19:39:17.907 8295 8315 D ReactNativeJS: [ 2,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 1,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 6,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 3,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 3,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 10,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 24,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 17,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 7,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 109,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 217,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 52,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 121,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 65,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 35,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 173,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 179,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 164,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 70,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 229,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 129,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 213,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 231,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 187,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 72,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 5,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 255,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 205,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 171,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 4,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 7,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 10,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 9,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 69,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 112,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 105,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 108,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 111,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 103,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 69,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 51,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 52,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 19,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 255,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 205,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 171,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 227,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 76,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 51,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 104,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 20,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 228,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 212,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 21,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 2,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 2,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 2,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 51,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 240,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 225,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 65,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: 255 ],
08-24 19:39:17.907 8295 8315 D ReactNativeJS: data: 'AgEGAwMKGBEHbdk0eUEjrbOkRuWB1ee7SAX/zasEBwoJRXBpbG9nRTM0E//Nq+NMM2gU5NQVAgICM/DhQf8=',
08-24 19:39:17.907 8295 8315 D ReactNativeJS: CDVType: 'ArrayBuffer' } },
08-24 19:39:17.907 8295 8315 D ReactNativeJS: rssi: -77,
08-24 19:39:17.907 8295 8315 D ReactNativeJS: id: '80:EA:CA:70:01:07',
08-24 19:39:17.907 8295 8315 D ReactNativeJS: name: 'EpilogE34' }
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 'mfgDataBytes value', [ 2,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 1,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 6,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 3,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 3,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 10,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 24,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 17,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 7,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 109,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 217,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 52,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 121,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 65,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 35,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 173,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 179,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 164,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 70,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 229,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 129,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 213,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 231,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 187,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 72,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 5,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 255,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 205,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 171,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 4,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 7,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 10,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 9,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 69,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 112,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 105,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 108,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 111,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 103,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 69,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 51,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 52,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 19,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 255,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 205,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 171,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 227,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 76,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 51,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 104,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 20,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 228,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 212,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 21,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 2,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 2,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 2,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 51,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 240,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 225,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 65,
08-24 19:39:17.926 8295 8315 I ReactNativeJS: 255 ]
08-24 19:39:17.927 8295 8315 I ReactNativeJS: 'mfgDataBytes asHex', '255cdabe34c336814e4d41522233f0e141ff'
08-24 19:39:17.967 8295 8315 D ReactNativeJS: 'connectionLock', { '80:EA:CA:70:01:16': null,
08-24 19:39:17.967 8295 8315 D ReactNativeJS: '80:EA:CA:70:01:05': null,
08-24 19:39:17.967 8295 8315 D ReactNativeJS: '80:EA:CA:70:01:0A': null,
08-24 19:39:17.967 8295 8315 D ReactNativeJS: '80:EA:CA:70:01:07': null }
08-24 19:39:17.967 8295 8315 I ReactNativeJS: 'BLE Connect reqeusted', '80:EA:CA:70:01:07'
08-24 19:39:17.970 8295 8316 D ReactNativeBleManager: Get connected peripherals
08-24 19:39:17.970 8295 8316 D BluetoothManager: getConnectedDevices
08-24 19:39:18.006 8295 8315 W ReactNativeJS: 'BLE Connected peripherals: ', [ { name: 'Epilog69F', id: '80:EA:CA:70:01:16', rssi: -76 },
08-24 19:39:18.006 8295 8315 W ReactNativeJS: { name: 'EpilogE2D', id: '80:EA:CA:70:01:05', rssi: -74 } ], -1
08-24 19:39:18.011 8295 8316 D ReactNativeBleManager: Connect to: 80:EA:CA:70:01:07
08-24 19:39:18.011 8295 8316 D ReactNativeBleManager: Is Or Greater than M $mBluetoothDevice
08-24 19:39:18.012 8295 8316 D BluetoothGatt: connect() - device: 80:EA:CA:70:01:07, auto: false
08-24 19:39:18.012 8295 8316 D BluetoothGatt: registerApp()
08-24 19:39:18.012 8295 8316 D BluetoothGatt: registerApp() - UUID=985333d5-38ae-4ed2-b427-14f42793f0db
08-24 19:39:18.013 11275 20533 D BtGatt.GattService: registerClient() - UUID=985333d5-38ae-4ed2-b427-14f42793f0db
08-24 19:39:18.015 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=985333d5-38ae-4ed2-b427-14f42793f0db, clientIf=21
08-24 19:39:18.015 8295 8420 D BluetoothGatt: onClientRegistered() - status=0 clientIf=21
08-24 19:39:18.016 11275 17784 D BtGatt.GattService: clientConnect() - address=80:EA:CA:70:01:07, isDirect=true
08-24 19:39:18.016 11275 11295 D bt_btif_config: btif_get_address_type: Device [80:ea:ca:70:01:07] address type 0
08-24 19:39:18.016 11275 11295 D bt_btif_config: btif_get_device_type: Device [80:ea:ca:70:01:07] type 2
08-24 19:39:20.120 8295 8420 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:39:20.121 8295 8420 D ReactNativeBleManager: onCharacteristicChanged: D24100000007CAFFFAAA000572E5EEB2000396BCD24100014FFF1A2000990FFF7300006F8FE8B860D2410002004F4D5EFD20001CCB52FFF3A40008C0D2410003FFF8CE000654F64D9A0003EECCCFFF14D24100040168A48FFF532000872FFFA220005EEFD24100050AE5200032CC20FFF1AC0209DAFFF6B6D24100060027ACFFFB7A00052EDF0F340002F4BAD24100076FFF2F400097CFFF7A2000720FFFCA40D24100080249CD5AFFF0861C0AFCFFF4A200088CD2410009FFF942000696F68DA2002404CDEFFF12D241000A60AEAA4FFF5B40007E8FFFAFA0005D2ED241000B76F26000392BF6FFF23409A9E4FFF720D241000C00078EFFFB8E0004BEE16FFF00021EB2D241000DEFFF3880008F0FFF8A00026A8FC6CCA0D241000E0042ECD8FFF0A2170B0CFFF4AA00087AD241000FFFF9D00005E6F36E9600036EC3CFFF1CD241001060FA9F6FFF6540007EEFFFB36000596ED24100114CF4E0002D4BDEFFF2C2000972FFF804D2410012000758FF4C820004A0D68FE0054242B5D2410013AFFF402000956FFF8E400069EFC6D940D24100140041CCD6FFF13A13AA7CFFF5A2000854D2410015FFFA64000634E96E940003B0C5CFFF1ED2410016A0029ECFFF6F000076EFFFB720004D6DD2410017B4F9E03A2D8B58FFF2F2000936FFF7DCD241001800074AFCCCA000047CD80FFF0541C2B0D24100194FFF4C40008A4FFF9A6000612F54DAA0D241001A003D6CB0FFF13C0D6A74FFF5F2000822D241001BFFFAD60005A2E8EF600002D2BCCFFF2ED241001C00B69B6FFF72E00078EFF6BBC0004E6ED241001D00FDC0221F6B94FFF3F80008F0FFF8D2D241001E0006DEFB8D46000478D04FFF0FE208ABD241001F6FFF4F80008DEFFFA0E000648F1CE8E0D241002000378C72FFF1AE0069F4FFF652000796D2410021FFFB0E002532DE2F66000288B9EFFF2DD2410022400096AFFF7A0000722FE8C980024A0DD24100236CFFF04C216B64FFF4D6000922FFF97CD24100240026E6FE4DFE00249CD48FFF14E1EAAFD24100256FFF5E4000876FFFB2400061EEF0FDA0D241002602412C58FFF2A2202A60FFF772002828D2410027FFFC12000560E9AFFF05C2D8BBCFFF3DD2410028C014970FFF8E8000724FEACF00004F4DD241002958FFF09A24CB34FFF4DE00093AFFFA0ED241002A0006ACF74E84000444CBAFFF1FE150A8D241002BEFFF6B000084CFFFB040005FCEB0F740D241002C02340C34FFF2A800298EFFF75A00075CD241002DFFCC3C0004B8D78FFA04A290B80FFF3DD241002EC000918FFF8D800269CFACD8A002418DD241002F18FFF11219CAB4FFF5C00008BCFFFA64D2410030002644F28E960003F4C74FFF1F2138A8D2410031AFFF6EC0007EAFFFBBA00054AE0CFEE0D24100320227AB80FFF2FE000952FFF7E600272ED2410033FDAC72002422D64FFF04215AAD0FFF46D2410034E000892FFF986000612F30D7600038ACD241003574FFF1040ECA72FFF57C000810FFFA8ED2410036000512E88E700022A4BB2FFF21A00098D24100376FFF6F2000750FFFBC800050CDC8FFA0D2410038001C0B32FFF3740008D8FFF7F6000636D2410039F92D080003DAC86FEC07E100A88FFF44D241003A600083CFFF95C0025B6E9CDA40022EABD241003BDCFFF1740289AAFFF5FC000792FFAA80D241003C0004C4DDAE58000272B88FFF24200097D241003DCFFF7380006E0FE6BC6000416D18FFF0D241003E121EAAF6FFF39C0008D0FFF8C8000682D241003FF28D2E0003A8CB2FFF11802EA4EFFF52D241004020007EAFFFA260005B0E56E10000302BD2410041ECFFF1CA062984FFF652000786FFFB6ED24100420004C0DD8FBC000202B42FFF33400090D24100438FFF7A60006CEFCAC8A000440D48FFF0D24100446815AB02FFF47600088EFFF982000628D2410045F78E620003C4C66FFF148142A5EFFF5ED24100460000826FFFAC20005C0E8CF26000324CD24100472AFFF2B8040998FFF7BA00078CFFCC1AD241004800050ADD4FF0038296B42FFF3A400093D24100492FFF8F40006DCFA0D48000436D02FFF0D241004AE8158AB4FFF528000882FFF9F60025FAD241004BF1EE5A00036CC82FFF19E03A9EEFFF66D241004C60007C0FFFB7400057CE22F94024344BD241004DC6FFF330008990FFF7D0000766FFFCAED241004E0004ACD96FFF05E1D2AEAFFF44C0008CD241004F8FFF9120006BAF72DA2000422CA6FFF0D2410050C611CAC0FFF5BE00083CFFFAB20005DED2410051EC8F280023A4C24FFF2B20EAA06FFF73D241005220007D8FFFBA4000524E04FFF03230ABD24100538CFFF3CE07696EFFF8B600070EFBAD40D24100540024E2D30FFF0CC22EAF0FFF4DA0008FD24100558FFFA0800066CF86E4E0003CECB4FFF1D2410056DC192A78FFF65C00087AFFFB4C000592D2410057EA0FD000035EC76FFF31A01E9E8FFF7DD2410058E000768FFFCA00004FCDB4FFF06E2D0BD24100594AFFF3EA0008E2FFF8B40006CCFA8D24D241005A0003E4CF4FFF0CA0F8A92FFF57000085D241005B8FFFA16000608F08E400023A2C46FFF1D241005CF0070A2CFFF6920007C2FFFB7A00053CD241005DE22FFE0022D0B5AFFF362000966FFF83D241005EE00073AFDCC8600048CD78FFF056162AD241005FF0FFF44A000894FFF92200062EF12DA4D24100600003D4C8AFFF0F00B2A44FFF59200085D2410061EFFFA98002578ED2F100002B4BD8FFF2D24100626E0009BEFFF6F2000760FFFBA60024E0D2410063DA2FBA01223AB5CFFF3160008FCFFF81D2410064A00069AFAED140003E6
08-24 19:39:20.695 2998 10650 I WAKELOCK_RELEASE: TIMESTAMP=253764487587794, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:20.727 2998 12873 I WAKELOCK_ACQUIRE: TIMESTAMP=253764519682569, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:20.768 2998 3013 I WAKELOCK_RELEASE: TIMESTAMP=253764560550196, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:20.772 2998 12875 I WAKELOCK_ACQUIRE: TIMESTAMP=253764564850563, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:20.843 11275 11304 W bt_smp : smp_br_connect_callback is called on unexpected transport 2
08-24 19:39:20.843 11275 11304 W bt_btif : bta_dm_acl_change info: 0x0
08-24 19:39:20.844 11275 11295 D bt_btif_dm: remote version info [80:ea:ca:70:01:07]: 0, 0, 0
08-24 19:39:20.845 11275 11295 E BluetoothRemoteDevices: state12newState0
08-24 19:39:20.845 11275 11295 D BtGatt.GattService: onConnected() - clientIf=21, connId=533, address=80:EA:CA:70:01:07
08-24 19:39:20.846 8295 8420 D BluetoothGatt: onClientConnectionState() - status=0 clientIf=21 device=80:EA:CA:70:01:07
08-24 19:39:20.846 8295 8420 D ReactNativeBleManager: onConnectionStateChange to 2 on peripheral: 80:EA:CA:70:01:07 with status 0
08-24 19:39:20.846 8295 8420 D ReactNativeBleManager: Peripheral event (BleManagerConnectPeripheral):80:EA:CA:70:01:07
08-24 19:39:20.846 8295 8420 D ReactNativeBleManager: Connected to: 80:EA:CA:70:01:07
08-24 19:39:20.847 8295 8315 W ReactNativeJS: 'BLE Connected to', '80:EA:CA:70:01:07'
08-24 19:39:20.847 8295 8316 D ReactNativeBleManager: Retrieve services from: 80:EA:CA:70:01:07
08-24 19:39:20.847 8295 8316 D BluetoothGatt: discoverServices() - device: 80:EA:CA:70:01:07
08-24 19:39:20.848 11275 8281 D BtGatt.GattService: discoverServices() - address=80:EA:CA:70:01:07, connId=533
08-24 19:39:20.849 11275 11295 D BtGatt.GattService: onSearchCompleted() - connId=533, status=0
08-24 19:39:20.857 8295 8317 D BluetoothGatt: onSearchComplete() = Device=80:EA:CA:70:01:07 Status=0
08-24 19:39:20.906 8295 8295 D BluetoothGatt: discoverServices() - device: 80:EA:CA:70:01:07
08-24 19:39:20.907 11275 17778 D BtGatt.GattService: discoverServices() - address=80:EA:CA:70:01:07, connId=533
08-24 19:39:20.912 11275 11295 D BtGatt.GattService: onSearchCompleted() - connId=533, status=0
08-24 19:39:20.913 8295 8315 D ReactNativeJS: 'BLE Service info:', { characteristics:
08-24 19:39:20.913 8295 8315 D ReactNativeJS: [ { properties: { Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: '2a00',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '1800' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: '2a01',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '1800' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' } ],
08-24 19:39:20.913 8295 8315 D ReactNativeJS: properties: { Indicate: 'Indicate', Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: '2a05',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '1801' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: '2a29',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: '2a24',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: '2a25',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: '2a27',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { properties: { Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: '2a26',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '180a' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' } ],
08-24 19:39:20.913 8295 8315 D ReactNativeJS: properties: { Write: 'Write' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: '37d57fa2-805b-49ca-80b6-b05a81964ae2',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' } ],
08-24 19:39:20.913 8295 8315 D ReactNativeJS: properties: { Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: '29593a48-3e81-406a-9735-e10acd993202',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:39:20.913 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: '9c16c3ca-1f05-4089-a0af-aa8c921183ca',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:39:20.913 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: '351e4d7f-ff54-4b84-9a47-5d6d1234f179',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:39:20.913 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: 'ad3f5575-4217-4c7a-8418-2aa9bddd96ee',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:39:20.913 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: '64f668be-c025-4dd3-a1fd-ef49d07ffc15',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:39:20.913 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: 'c4ddc87d-a470-4606-b20a-6eff9444c725',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:39:20.913 8295 8315 D ReactNativeJS: properties: { Notify: 'Notify', Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: '5eb2fd1d-3310-4b67-b09e-933891467fdd',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' } ],
08-24 19:39:20.913 8295 8315 D ReactNativeJS: properties: { Write: 'Write', Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: '339a2ba7-4cbe-4f3d-a1c0-373f1cf456b8',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2901' } ],
08-24 19:39:20.913 8295 8315 D ReactNativeJS: properties: { Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: 'f3871fcf-2bf9-4b2a-ac3c-5364acd22abe',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { descriptors: [ { value: null, uuid: '2902' }, { value: null, uuid: '2901' } ],
08-24 19:39:20.913 8295 8315 D ReactNativeJS: properties: { Indicate: 'Indicate', Read: 'Read' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' } ],
08-24 19:39:20.913 8295 8315 D ReactNativeJS: services:
08-24 19:39:20.913 8295 8315 D ReactNativeJS: [ { uuid: '1800' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { uuid: '1801' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { uuid: '180a' },
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { uuid: '48bbe7d5-81e5-46a4-b3ad-23417934d96d' } ],
08-24 19:39:20.913 8295 8315 D ReactNativeJS: advertising:
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { txPowerLevel: -2147483648,
08-24 19:39:20.913 8295 8315 D ReactNativeJS: serviceData: {},
08-24 19:39:20.913 8295 8315 D ReactNativeJS: serviceUUIDs: [ '180a', '48bbe7d5-81e5-46a4-b3ad-23417934d96d' ],
08-24 19:39:20.913 8295 8315 D ReactNativeJS: localName: 'EpilogE34',
08-24 19:39:20.913 8295 8315 D ReactNativeJS: isConnectable: true,
08-24 19:39:20.913 8295 8315 D ReactNativeJS: manufacturerData:
08-24 19:39:20.913 8295 8315 D ReactNativeJS: { bytes:
08-24 19:39:20.913 8295 8315 D ReactNativeJS: [ 2,
08-24 19:39:20.913 8295 8315 D ReactNativeJS: 1,
08-24 19:39:20.913 8295 8315 D ReactNativeJS: 6,
08-24 19:39:20.913 8295 8315 D ReactNativeJS: 3,
08-24 19:39:20.913 8295 8315 D ReactNativeJS: 3,
08-24 19:39:20.913 8295 8315 D ReactNativeJS: 10,
08-24 19:39:20.913 8295 8315 D ReactNativeJS: [TOO BIG
08-24 19:39:20.913 8295 8315 I ReactNativeJS: epilogStateSaga after connect is this before ble_device_information_complete?
08-24 19:39:20.913 8295 8315 D ReactNativeJS: bleCommunicator reading char:D536853F-FCCB-4D07-8F0A-BB9986F29019::80:EA:CA:70:01:07 retryCnt:40
08-24 19:39:20.914 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:20.915 8295 8315 D ReactNativeJS: 'bleCommunicator read error retrying', 40, 'Characteristic d536853f-fccb-4d07-8f0a-bb9986f29019 not found.', '80:EA:CA:70:01:07', 'D536853F-FCCB-4D07-8F0A-BB9986F29019', ' took 2'
08-24 19:39:20.915 8295 8315 D ReactNativeJS: bleCommunicator reading char:D536853F-FCCB-4D07-8F0A-BB9986F29019::80:EA:CA:70:01:07 retryCnt:39
08-24 19:39:20.917 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:20.917 8295 8315 D ReactNativeJS: bleCommunicator reading char:D536853F-FCCB-4D07-8F0A-BB9986F29019::80:EA:CA:70:01:07 retryCnt:38
08-24 19:39:20.918 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:20.919 8295 8315 D ReactNativeJS: bleCommunicator reading char:D536853F-FCCB-4D07-8F0A-BB9986F29019::80:EA:CA:70:01:07 retryCnt:37
08-24 19:39:20.920 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:20.921 8295 8315 D ReactNativeJS: bleCommunicator reading char:D536853F-FCCB-4D07-8F0A-BB9986F29019::80:EA:CA:70:01:07 retryCnt:36
08-24 19:39:20.922 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:20.925 8295 8317 D BluetoothGatt: onSearchComplete() = Device=80:EA:CA:70:01:07 Status=0
08-24 19:39:20.928 2998 3589 I WAKELOCK_RELEASE: TIMESTAMP=253764720086613, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.006 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:39:21.007 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@b58fb66
08-24 19:39:21.013 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:D536853F-FCCB-4D07-8F0A-BB9986F29019::80:EA:CA:70:01:07 retryCnt:36', [], []
08-24 19:39:21.013 8295 8315 D ReactNativeJS: 'generateActionFromMessage', []
08-24 19:39:21.014 8295 8315 W ReactNativeJS: 'epilog last message', { peripheral: '80:EA:CA:70:01:07',
08-24 19:39:21.014 8295 8315 W ReactNativeJS: utc: 1598297961013,
08-24 19:39:21.014 8295 8315 W ReactNativeJS: type: 'INIT',
08-24 19:39:21.014 8295 8315 W ReactNativeJS: errorCnt: 'INIT',
08-24 19:39:21.014 8295 8315 W ReactNativeJS: value: 'none received yet' }
08-24 19:39:21.014 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:39:21.014 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:39:21.014 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:39:21.014 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: d536853f-fccb-4d07-8f0a-bb9986f29019 enable: true
08-24 19:39:21.016 11275 17782 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:07 enable: true
08-24 19:39:21.016 8295 8316 D ReactNativeBleManager: Characteristic d536853f-fccb-4d07-8f0a-bb9986f29019 set INDICATE
08-24 19:39:21.017 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=d536853f-fccb-4d07-8f0a-bb9986f29019
08-24 19:39:21.018 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:39:21.045 2998 12875 I WAKELOCK_ACQUIRE: TIMESTAMP=253764837438021, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.085 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:39:21.086 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'D536853F-FCCB-4D07-8F0A-BB9986F29019'
08-24 19:39:21.132 8295 8315 D ReactNativeJS: 'getting deviceInfo for ', '80:EA:CA:70:01:07'
08-24 19:39:21.132 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A29::80:EA:CA:70:01:07 retryCnt:40
08-24 19:39:21.136 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:21.142 2998 12873 I WAKELOCK_RELEASE: TIMESTAMP=253764934653276, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.207 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 11
08-24 19:39:21.207 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@ce2716d
08-24 19:39:21.210 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A29::80:EA:CA:70:01:07 retryCnt:40', 'Epitel Inc.', [ 69, 112, 105, 116, 101, 108, 32, 73, 110, 99, 46 ]
08-24 19:39:21.210 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A24::80:EA:CA:70:01:07 retryCnt:40
08-24 19:39:21.211 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:21.244 2998 3685 I WAKELOCK_ACQUIRE: TIMESTAMP=253765036747354, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.283 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 6
08-24 19:39:21.284 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@247b1a2
08-24 19:39:21.286 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A24::80:EA:CA:70:01:07 retryCnt:40', 'A-1011', [ 65, 45, 49, 48, 49, 49 ]
08-24 19:39:21.286 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A25::80:EA:CA:70:01:07 retryCnt:40
08-24 19:39:21.286 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:21.294 2998 8280 I WAKELOCK_RELEASE: TIMESTAMP=253765086318557, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.408 2998 3432 I WAKELOCK_ACQUIRE: TIMESTAMP=253765199828126, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.445 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 32
08-24 19:39:21.446 8295 8420 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@5f22e33
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A25::80:EA:CA:70:01:07 retryCnt:40', 'E34C336814E4D41502020233F0E141FF', [ 69,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 51,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 52,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 67,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 51,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 51,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 54,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 56,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 49,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 52,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 69,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 52,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 68,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 52,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 49,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 53,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 48,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 50,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 48,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 50,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 48,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 50,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 51,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 51,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 70,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 48,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 69,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 49,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 52,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 49,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 70,
08-24 19:39:21.450 8295 8315 D ReactNativeJS: 70 ]
08-24 19:39:21.450 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A27::80:EA:CA:70:01:07 retryCnt:40
08-24 19:39:21.452 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:21.461 2998 3588 I WAKELOCK_RELEASE: TIMESTAMP=253765252932583, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.526 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 2
08-24 19:39:21.527 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@a365f0
08-24 19:39:21.528 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A27::80:EA:CA:70:01:07 retryCnt:40', 'X6', [ 88, 54 ]
08-24 19:39:21.528 8295 8315 D ReactNativeJS: bleCommunicator reading char:2A26::80:EA:CA:70:01:07 retryCnt:40
08-24 19:39:21.529 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:21.566 2998 7026 I WAKELOCK_ACQUIRE: TIMESTAMP=253765358187116, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.603 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 6
08-24 19:39:21.604 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@641b769
08-24 19:39:21.605 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:2A26::80:EA:CA:70:01:07 retryCnt:40', '0.13.5', [ 48, 46, 49, 51, 46, 53 ]
08-24 19:39:21.641 8295 8315 I ReactNativeJS: '0.12.0 wiring up', '80:EA:CA:70:01:07'
08-24 19:39:21.644 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 113, 49, 48, 49, 51, 54, 53, 52, 48, 49, 53, 53, 49 ], 40
08-24 19:39:21.646 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:39:21.646 8295 8316 D ReactNativeBleManager: Message(13): 71313031333635343031353531
08-24 19:39:21.648 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:39:21.652 2998 10650 I WAKELOCK_RELEASE: TIMESTAMP=253765444438370, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.739 8295 8420 D ReactNativeBleManager: onCharacteristicChanged: 2371 from peripheral: 80:EA:CA:70:01:07
08-24 19:39:21.741 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 113 ],
08-24 19:39:21.741 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:39:21.741 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:39:21.741 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07' }
08-24 19:39:21.741 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 113 ]
08-24 19:39:21.741 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '71', []
08-24 19:39:21.743 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 99 action queue is time (1)', { type: 'E_PASSCODE_SET_REQ',
08-24 19:39:21.743 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:21.743 8295 8315 D ReactNativeJS: location: 'deviceInfoLoadedHandler',
08-24 19:39:21.743 8295 8315 D ReactNativeJS: value:
08-24 19:39:21.743 8295 8315 D ReactNativeJS: { serialNumber: 'E34C336814E4D41502020233F0E141FF',
08-24 19:39:21.743 8295 8315 D ReactNativeJS: passcodeSequence: '401551' },
08-24 19:39:21.743 8295 8315 D ReactNativeJS: utc: 1598297961642 }
08-24 19:39:21.743 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:39:21.745 8295 8315 I ReactNativeJS: 'requesting epilog state', {}
08-24 19:39:21.745 8295 8315 D ReactNativeJS: bleCommunicator reading char:29593A48-3E81-406A-9735-E10ACD993202::80:EA:CA:70:01:07 retryCnt:40
08-24 19:39:21.746 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297961745,
08-24 19:39:21.746 8295 8315 D ReactNativeJS: action:
08-24 19:39:21.746 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:39:21.746 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:21.746 8295 8315 D ReactNativeJS: utc: 1598297961744 },
08-24 19:39:21.746 8295 8315 D ReactNativeJS: utcStarted: 1598297961745 } ]
08-24 19:39:21.748 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:07', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 113, 49, 48, 49, 51, 54, 53, 52, 48, 49, 53, 53, 49 ], ' took 104'
08-24 19:39:21.749 8295 8315 W ReactNativeJS: '*** requestCompleteHandler action completed not in queue', { type: 'E_PASSCODE_SET_REQ_CMPLT',
08-24 19:39:21.749 8295 8315 W ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:21.749 8295 8315 W ReactNativeJS: location: 'deviceInfoLoadedHandler',
08-24 19:39:21.749 8295 8315 W ReactNativeJS: value:
08-24 19:39:21.749 8295 8315 W ReactNativeJS: { serialNumber: 'E34C336814E4D41502020233F0E141FF',
08-24 19:39:21.749 8295 8315 W ReactNativeJS: passcodeSequence: '401551' },
08-24 19:39:21.749 8295 8315 W ReactNativeJS: utc: 1598297961748 }, [ { utc: 1598297961745,
08-24 19:39:21.749 8295 8315 W ReactNativeJS: action:
08-24 19:39:21.749 8295 8315 W ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:39:21.749 8295 8315 W ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:21.749 8295 8315 W ReactNativeJS: utc: 1598297961744 },
08-24 19:39:21.749 8295 8315 W ReactNativeJS: utcStarted: 1598297961745 } ]
08-24 19:39:21.750 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 3 ] ]
08-24 19:39:21.750 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:39:21.752 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:21.756 8295 8315 D ReactNativeJS: 'requestHandler replacing existing queue item', 'E_STATE_REQ', [ { utc: 1598297961745,
08-24 19:39:21.756 8295 8315 D ReactNativeJS: action:
08-24 19:39:21.756 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:39:21.756 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:21.756 8295 8315 D ReactNativeJS: utc: 1598297961744 },
08-24 19:39:21.756 8295 8315 D ReactNativeJS: utcStarted: 1598297961745 } ]
08-24 19:39:21.757 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297961745,
08-24 19:39:21.757 8295 8315 D ReactNativeJS: action:
08-24 19:39:21.757 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:39:21.757 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:21.757 8295 8315 D ReactNativeJS: utc: 1598297961753 },
08-24 19:39:21.757 8295 8315 D ReactNativeJS: utcStarted: 1598297961745,
08-24 19:39:21.757 8295 8315 D ReactNativeJS: utcActionUpdated: 1598297961756 } ]
08-24 19:39:21.759 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297961745,
08-24 19:39:21.759 8295 8315 D ReactNativeJS: action:
08-24 19:39:21.759 8295 8315 D ReactNativeJS: { type: 'E_STATE_REQ',
08-24 19:39:21.759 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:21.759 8295 8315 D ReactNativeJS: utc: 1598297961753 },
08-24 19:39:21.759 8295 8315 D ReactNativeJS: utcStarted: 1598297961745,
08-24 19:39:21.759 8295 8315 D ReactNativeJS: utcActionUpdated: 1598297961756 } ]
08-24 19:39:21.765 2998 8278 I WAKELOCK_ACQUIRE: TIMESTAMP=253765557268016, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.818 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:39:21.819 11275 17783 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:39:21.820 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:39:21.820 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:39:21.827 2998 4477 I WAKELOCK_RELEASE: TIMESTAMP=253765619501913, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.831 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253765623596399, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.837 2998 8278 I WAKELOCK_RELEASE: TIMESTAMP=253765629476856, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.842 2998 3432 I WAKELOCK_ACQUIRE: TIMESTAMP=253765634353355, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.848 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253765640511321, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.853 2998 12873 I WAKELOCK_ACQUIRE: TIMESTAMP=253765644960768, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.854 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=11, status=0, action=1, availableSpace=16
08-24 19:39:21.854 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 11 status - 0
08-24 19:39:21.854 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 11
08-24 19:39:21.854 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:39:21.854 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:39:21.854 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:39:21.854 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@ce3c752
08-24 19:39:21.856 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:29593A48-3E81-406A-9735-E10ACD993202::80:EA:CA:70:01:07 retryCnt:40', { state: 4,
08-24 19:39:21.856 8295 8315 D ReactNativeJS: recordings: 7,
08-24 19:39:21.856 8295 8315 D ReactNativeJS: startPageOfCurrentOrLastRecording: 13417,
08-24 19:39:21.856 8295 8315 D ReactNativeJS: isClockSet: 1,
08-24 19:39:21.856 8295 8315 D ReactNativeJS: lastRecordedPage: 13416,
08-24 19:39:21.856 8295 8315 D ReactNativeJS: recordingSet: 22 }, [ 4, 7, 105, 52, 0, 1, 104, 52, 0, 22, 0 ]
08-24 19:39:21.857 8295 8315 D ReactNativeJS: 'got epilog state', { state: 4,
08-24 19:39:21.857 8295 8315 D ReactNativeJS: recordings: 7,
08-24 19:39:21.857 8295 8315 D ReactNativeJS: startPageOfCurrentOrLastRecording: 13417,
08-24 19:39:21.857 8295 8315 D ReactNativeJS: isClockSet: 1,
08-24 19:39:21.857 8295 8315 D ReactNativeJS: lastRecordedPage: 13416,
08-24 19:39:21.857 8295 8315 D ReactNativeJS: recordingSet: 22 }
08-24 19:39:21.857 8295 8315 D ReactNativeJS: bleCommunicator reading char:F3871FCF-2BF9-4B2A-AC3C-5364ACD22ABE::80:EA:CA:70:01:07 retryCnt:40
08-24 19:39:21.857 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:21.863 2998 20993 I WAKELOCK_RELEASE: TIMESTAMP=253765655177256, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.885 2998 4475 I WAKELOCK_ACQUIRE: TIMESTAMP=253765677871970, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:21.929 2998 3164 I WAKELOCK_RELEASE: TIMESTAMP=253765721748259, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.046 2998 3013 I WAKELOCK_ACQUIRE: TIMESTAMP=253765838429520, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.084 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 51
08-24 19:39:22.085 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@f230a23
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:F3871FCF-2BF9-4B2A-AC3C-5364ACD22ABE::80:EA:CA:70:01:07 retryCnt:40', { amplifierGain: '545.1dB',
08-24 19:39:22.089 8295 8315 D ReactNativeJS: sampleRate: 256,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: physicalMin: -500,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: physicalMax: 500,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: digitalMin: 0,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: digitalMax: 4095,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:39:22.089 8295 8315 D ReactNativeJS: dataPageDurationMS: 10664 }, [ 54,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 53,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 46,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 49,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 100,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 66,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 10,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 50,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 53,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 54,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 10,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 45,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 53,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 48,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 48,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 10,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 53,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 48,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 48,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 10,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 48,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 10,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 52,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 48,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 57,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 53,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 10,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 72,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 80,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 126,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 48,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 46,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 53,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 53,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 72,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 122,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 32,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 76,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 80,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 126,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 57,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 55,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 72,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 122,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 10,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 49,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 48,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 54,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 54,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 52,
08-24 19:39:22.089 8295 8315 D ReactNativeJS: 10 ]
08-24 19:39:22.089 8295 8315 I ReactNativeJS: 'epilog device info', { amplifierGain: '545.1dB',
08-24 19:39:22.089 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:39:22.089 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:39:22.089 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:39:22.089 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:39:22.089 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:39:22.089 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:39:22.089 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 }
08-24 19:39:22.090 8295 8315 D ReactNativeJS: bleCommunicator reading char:339A2BA7-4CBE-4F3D-A1C0-373F1CF456B8::80:EA:CA:70:01:07 retryCnt:40
08-24 19:39:22.091 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:22.100 2998 3164 I WAKELOCK_RELEASE: TIMESTAMP=253765892566812, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.167 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:39:22.167 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@9142b20
08-24 19:39:22.168 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:339A2BA7-4CBE-4F3D-A1C0-373F1CF456B8::80:EA:CA:70:01:07 retryCnt:40', undefined, []
08-24 19:39:22.169 8295 8315 I ReactNativeJS: 'epilog meta', undefined
08-24 19:39:22.169 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:40
08-24 19:39:22.170 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:22.180 8295 8308 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:39:22.181 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: 023A0000EE6FFF37400A6D4FFFE1201000EFFFFF023A0001F00A00EFFFFFF00C00EC9EFFF6DE0104023A0002B0FFFFFF00C010FFFFFF01000EFFFFFF023A000300C00EA62FFF9E000E2D6FFFFFF00C00023A0004AFFFFFF00A008FC4FFF25600A8BEFFFB023A0005E600C152FFFFFF00C010FFFFFF00A010023A0006DC2FFF4E800A5F2FFFF4C00C00EFFFFF023A0007F01000CFFFFFF00E00ABC6FFF80600C4023A0008C8FFFFFF00E00CFFFFFF00A00AFFFFFF023A00090D200A8F8FFFB3C00A1C2FFFFFF00C00023A000AAFFFFFF00E00AF5CFFF26E00C788FFFD023A000B6400E018FFFFFF00C00AFFFFFF01000A023A000CCBEFFF5A800C4BAFFFF9000A00EFFFFF023A000DF01000AFFFFFF00A00AA9CFFF92600A3023A000E22FFFFFF00C010FFFFFF00E00AFFFFFF023A000F18400C8CAFFFAD601010EFFFFFF00C00023A0010CFFFFFF00A00CDFCFFF44E00A6B4FFFD023A0011DC00E00EFFFFFF00E00AFFFFFF00A010023A0012C38FFF6D000C424FFFFFF00A00CFFFFF023A0013F01000CFFFFFF01000C9DEFFF98800E2023A0014C8FFFFFF01000CFFFFFF00C00AF8EFFF023A001529400A834FFFCC200C10CFFFFFF01000023A0016AFFFFFF00A00EDA6FFF4F400A5E4FFFF023A00176800A00CFFFFFF01000EFFFFFF00C00A023A0018A7EFFF7DC00E3E6FFFFFF00A00AFFFFF023A0019F01000CFFFFFF09C0108E8FFFB3000C1023A001A6EFFFFFF01000CFFFFFF00A00AEE8FFF023A001B30C00E762FFFD3000C00AFFFFFF00A00023A001CAFFFFFF00A00CC5AFFF61800E4DAFFFF023A001D6000A00AFFFFFF00C00CFFFFFF00A00C023A001EA64FFF96400A2ACFFFFFF00C00EFFFFF023A001FF00A00EFDCFFF16400E8B4FFFBD40101023A0020F6FFFFFF00C010FFFFFF00A010E0EFFF023A002143800E600FFFEFA01000CFFFFFF00C00023A0022CFFFFFF01000CC22FFF78600E522FFFF023A0023FF01000CFFFFFF00A00EFFFFFF01600A023A002497AFFFB1400A2D0FFFFFF00C00AFFFFF023A0025F01000AF38FFF2BE00A7D6FFFCDE00E0023A0026C4FFFFFF00A010FFFFFF00C00CD42FFF023A002759800A5DEFFFF4000C00EFFFFFF00C00023A0028EFFFFFF00A00CA56FFF84600E3D6FFFF023A0029FF01000EFFFFFF00E00EFFFFFF09800C023A002A918FFFAE400A12AFFFFFF00E00EFFFFF023A002BF00C00CE4CFFF40200C69CFFFDE40100023A002C12FFFFFF01000AFFFFFF00C00CC8EFFF023A002D6C200E4E4FFFFFF00A00EFFFFFF00A00023A002ECFFFFFF00C00EA6AFFF96400C36AFFFF023A002FFF00C00AFFFFFF00A00CF9CFFF27600A023A00307CCFFFC7C00E08EFFFFFF010010FFFFF023A0031F00E00EDD6FFF4AE00C642FFFED00100023A00320AFFFFFF00E00AFFFFFF00C00ABBEFFF023A003379E00C4A4FFFFFF00A010FFFFFF00A00023A0034EFFFFFF02A00A874FFFA3E00A262FFFF023A0035FF010010FFFFFF00C008F18FFF2DA010023A00367D2FFFD0C00C01CFFFFFF010010FFFFF023A0037F00A00EC2EFFF61400C50CFFFF9E00E0023A00380EFFFFFF00E00AFFFFFF00E00AA70FFF023A00397F8010288FFFFFF00C00CFFFFFF01000023A003AEF4CFFF06000E826FFFB1401013CFFFF023A003BFF00E010FFFFFF00A010D44FFF3F000E023A003C5EEFFFEA000C00EFFFFFF00C00EFFFFF023A003DF00A00CBDEFFF76C00A4D2FFFFFF00C0023A003E0EFFFFFF00E00AFFFFFF01600E9D8FFF023A003F97600E29CFFFFFF00C00AFFFFFF00E00023A0040CFB8FFF2D200C794FFFC72010130FFFF023A0041FF00A00AFFFFFF00C00CDDAFFF514010023A00425D6FFFEA400A00AFFFFFF00E00EFFFFF023A0043F00C00EAD8FFF84400C3B4FFFFFF00E0023A00440AFFFFFF00A010FFFFFF09600C902FFF023A0045B3C00C1A2FFFFFF00C00CFFFFFF01001023A00460E9CFFF3A200A71EFFFCBE010054FFFF023A0047FF00C00EFFFFFF00E00CC6CFFF6CA00C023A0048510FFFFFF00C00CFFFFFF00E00CFFFFF023A0049F00E00AACAFFF96600A2FEFFFFFF00E0023A004A0AFFFFFF01000CF96FFF22E0108A4FFF023A004BBEA00C132FFFFFF00E00CFFFFFF00C01023A004C0E2AFFF4AA00A6AEFFFF3A00A00CFFFF023A004DFF00A00EFFFFFF00C00CC46FFF78800C023A004E42CFFFFFF00A00EFFFFFF00A00EFFFFF023A004FF01000C9CEFFFA5A0102DCFFFFFF0100023A00500CFFFFFF00C010EDAFFF29A00E822FFF023A0051D1C00C052FFFFFF00C00AFFFFFF01000023A0052AD90FFF5AE00A60AFFFF4400A00CFFFF023A0053FF00A010FFFFFF00A00AAF6FFF8CE00E023A0054332FFFFFF00E00CFFFFFF00A00EFFFFF023A0055F0FA00E98AFFFB660101ECFFFFFF00E0023A00560AFFFFFF00C010EB0FFF44A00A734FFF023A0057DF2010058FFFFFF00C00AFFFFFF00A00023A0058EC60FFF66800A46AFFFFFF00C00AFFFF023A0059FF010010FFFFFF00E00EAF0FFF9BA00C023A005A358FFFFFF00C00AFFFFFF00E00AF78FF023A005BF27200C7B6FFFC9600C104FFFFFF00C0023A005C0CFFFFFF00C010DF4FFF4D400C68AFFF023A005DF5800C00CFFFFFF01200CFFFFFF01000023A005EEB6AFFF7E000A47CFFFFFF00C010FFFF023A005FFF010010FFFFFF02400E984FFFAF000C023A006014AFFFFFF00E00AFFFFFF00C00EF04FF023A0061F2A600A784FFFD82010080FFFFFF00E0023A00620CFFFFFF00A00ECB6FFF65801054EFFF023A0063FEE010010FFFFFF00C010FFFFFF00C00023A0064CB3AFFF8C400A3A4FFF
08-24 19:39:22.204 2998 4475 I WAKELOCK_ACQUIRE: TIMESTAMP=253765996804024, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.243 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:39:22.244 8295 8309 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@d7a4cd9
08-24 19:39:22.254 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:40', NaN, []
08-24 19:39:22.254 8295 8315 I ReactNativeJS: 'epilog meta', NaN
08-24 19:39:22.286 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 541 action queue is time (1)', { type: 'E_STATE_REQ',
08-24 19:39:22.286 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.286 8295 8315 D ReactNativeJS: utc: 1598297961753 }
08-24 19:39:22.286 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:39:22.288 8295 8315 I ReactNativeJS: 'getting EPILOG_clock', { type: 'E_CLOCK_REQ',
08-24 19:39:22.288 8295 8315 I ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.288 8295 8315 I ReactNativeJS: utc: 1598297962287 }
08-24 19:39:22.289 8295 8315 I ReactNativeJS: getting time
08-24 19:39:22.289 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 110 ], 40
08-24 19:39:22.290 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:39:22.290 8295 8316 D ReactNativeBleManager: Message(1): 6E
08-24 19:39:22.291 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297962288,
08-24 19:39:22.291 8295 8315 D ReactNativeJS: action:
08-24 19:39:22.291 8295 8315 D ReactNativeJS: { type: 'E_CLOCK_REQ',
08-24 19:39:22.291 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.291 8295 8315 D ReactNativeJS: utc: 1598297962287 },
08-24 19:39:22.291 8295 8315 D ReactNativeJS: utcStarted: 1598297962288 } ]
08-24 19:39:22.291 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:39:22.295 2998 3729 I WAKELOCK_RELEASE: TIMESTAMP=253766087175514, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.374 8295 8420 D ReactNativeBleManager: onCharacteristicChanged: 236EE4070800000018001300270016000000 from peripheral: 80:EA:CA:70:01:07
08-24 19:39:22.377 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 110, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 39, 0, 22, 0, 0, 0 ],
08-24 19:39:22.377 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:39:22.377 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:39:22.377 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07' }
08-24 19:39:22.379 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 110, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 39, 0, 22, 0, 0, 0 ]
08-24 19:39:22.380 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6e', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 39, 0, 22, 0, 0, 0 ]
08-24 19:39:22.381 8295 8315 D ReactNativeJS: 'epilog clock now,value,drift(ms)', '08/24/2020 19:39:22.000', '08/24/2020 19:39:22.379', 379
08-24 19:39:22.404 2998 3589 I WAKELOCK_ACQUIRE: TIMESTAMP=253766196713426, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.412 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 124 action queue is time (1)', { type: 'E_CLOCK_REQ',
08-24 19:39:22.412 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.412 8295 8315 D ReactNativeJS: utc: 1598297962287 }
08-24 19:39:22.412 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:39:22.414 8295 8315 D ReactNativeJS: 'readChars', { peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.414 8295 8315 D ReactNativeJS: service: '48BBE7D5-81E5-46A4-B3AD-23417934D96D',
08-24 19:39:22.414 8295 8315 D ReactNativeJS: characteristic: 'C4DDC87D-A470-4606-B20A-6EFF9444C725' }
08-24 19:39:22.415 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:40
08-24 19:39:22.415 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:22.421 2998 12876 I WAKELOCK_RELEASE: TIMESTAMP=253766212941739, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.445 8295 8315 D ReactNativeJS: 'startDevicesRecording', [ '80:EA:CA:70:01:07' ]
08-24 19:39:22.448 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297962414,
08-24 19:39:22.448 8295 8315 D ReactNativeJS: action:
08-24 19:39:22.448 8295 8315 D ReactNativeJS: { type: 'E_BATTERY_REQ',
08-24 19:39:22.448 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.448 8295 8315 D ReactNativeJS: utc: 1598297962413 },
08-24 19:39:22.448 8295 8315 D ReactNativeJS: utcStarted: 1598297962414 },
08-24 19:39:22.448 8295 8315 D ReactNativeJS: { utc: 1598297962446,
08-24 19:39:22.448 8295 8315 D ReactNativeJS: action:
08-24 19:39:22.448 8295 8315 D ReactNativeJS: { type: 'E_START_REC_REQ',
08-24 19:39:22.448 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.448 8295 8315 D ReactNativeJS: characteristics:
08-24 19:39:22.448 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:39:22.448 8295 8315 D ReactNativeJS: notify: true,
08-24 19:39:22.448 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:39:22.448 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:39:22.448 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:39:22.448 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:39:22.448 8295 8315 D ReactNativeJS: utc: 1598297962445 } } ]
08-24 19:39:22.450 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:39:22.455 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297962414,
08-24 19:39:22.455 8295 8315 D ReactNativeJS: action:
08-24 19:39:22.455 8295 8315 D ReactNativeJS: { type: 'E_BATTERY_REQ',
08-24 19:39:22.455 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.455 8295 8315 D ReactNativeJS: utc: 1598297962413 },
08-24 19:39:22.455 8295 8315 D ReactNativeJS: utcStarted: 1598297962414 },
08-24 19:39:22.455 8295 8315 D ReactNativeJS: { utc: 1598297962446,
08-24 19:39:22.455 8295 8315 D ReactNativeJS: action:
08-24 19:39:22.455 8295 8315 D ReactNativeJS: { type: 'E_START_REC_REQ',
08-24 19:39:22.455 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.455 8295 8315 D ReactNativeJS: characteristics:
08-24 19:39:22.455 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:39:22.455 8295 8315 D ReactNativeJS: notify: true,
08-24 19:39:22.455 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:39:22.455 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:39:22.455 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:39:22.455 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:39:22.455 8295 8315 D ReactNativeJS: utc: 1598297962445 } } ]
08-24 19:39:22.458 8295 8315 D ReactNativeJS: 'readChars', { peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.458 8295 8315 D ReactNativeJS: service: '48BBE7D5-81E5-46A4-B3AD-23417934D96D',
08-24 19:39:22.458 8295 8315 D ReactNativeJS: characteristic: 'C4DDC87D-A470-4606-B20A-6EFF9444C725' }
08-24 19:39:22.458 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:40
08-24 19:39:22.459 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:22.461 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:07', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 110 ], ' took 172'
08-24 19:39:22.461 8295 8315 D ReactNativeJS: 'getting time done', undefined
08-24 19:39:22.472 8295 8315 D ReactNativeJS: 'bleCommunicator read error retrying', 40, 'Read failed', '80:EA:CA:70:01:07', 'C4DDC87D-A470-4606-B20A-6EFF9444C725', ' took 14'
08-24 19:39:22.472 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:39
08-24 19:39:22.473 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:22.478 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:38
08-24 19:39:22.479 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:22.480 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:37
08-24 19:39:22.481 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:22.482 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:36
08-24 19:39:22.483 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:22.484 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:35
08-24 19:39:22.485 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:22.486 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:39:22.487 8295 8315 D ReactNativeJS: bleCommunicator reading char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:34
08-24 19:39:22.487 8295 8317 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@d7a4cd9
08-24 19:39:22.488 8295 8316 D ReactNativeBleManager: Read from: 80:EA:CA:70:01:07
08-24 19:39:22.525 2998 3588 I WAKELOCK_ACQUIRE: TIMESTAMP=253766317035396, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.563 11275 11295 I bt_btif_gatt: set_read_value unformat.len = 0
08-24 19:39:22.564 8295 8308 D ReactNativeBleManager: onCharacteristicRead android.bluetooth.BluetoothGattCharacteristic@d7a4cd9
08-24 19:39:22.565 8295 8315 D ReactNativeJS: 'parseEvent', []
08-24 19:39:22.565 8295 8315 D ReactNativeJS: 'bleCommunicator read done char:C4DDC87D-A470-4606-B20A-6EFF9444C725::80:EA:CA:70:01:07 retryCnt:34', '', []
08-24 19:39:22.602 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 188 action queue is time (3)', { type: 'E_BATTERY_REQ',
08-24 19:39:22.602 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.602 8295 8315 D ReactNativeJS: utc: 1598297962413 }
08-24 19:39:22.603 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 156 ], [ 145 ] ]
08-24 19:39:22.604 8295 8315 I ReactNativeJS: 'startRecordingHandler', { type: 'E_START_REC_REQ',
08-24 19:39:22.604 8295 8315 I ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.604 8295 8315 I ReactNativeJS: characteristics:
08-24 19:39:22.604 8295 8315 I ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:39:22.604 8295 8315 I ReactNativeJS: notify: true,
08-24 19:39:22.604 8295 8315 I ReactNativeJS: buffer: 256 },
08-24 19:39:22.604 8295 8315 I ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:39:22.604 8295 8315 I ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:39:22.604 8295 8315 I ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:39:22.604 8295 8315 I ReactNativeJS: utc: 1598297962445 }
08-24 19:39:22.605 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 97 ], 40
08-24 19:39:22.606 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:39:22.606 8295 8316 D ReactNativeBleManager: Message(1): 61
08-24 19:39:22.608 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:39:22.614 2998 12876 I WAKELOCK_RELEASE: TIMESTAMP=253766406265761, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.693 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: 2361E4070800000018001300270016000000 from peripheral: 80:EA:CA:70:01:07
08-24 19:39:22.695 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 97, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 39, 0, 22, 0, 0, 0 ],
08-24 19:39:22.695 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:39:22.695 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:39:22.695 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07' }
08-24 19:39:22.697 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 97, 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 39, 0, 22, 0, 0, 0 ]
08-24 19:39:22.698 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '61', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 39, 0, 22, 0, 0, 0 ]
08-24 19:39:22.724 2998 3670 I WAKELOCK_ACQUIRE: TIMESTAMP=253766516847558, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.735 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 288 action queue is time (2)', { type: 'E_START_REC_REQ',
08-24 19:39:22.735 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.735 8295 8315 D ReactNativeJS: characteristics:
08-24 19:39:22.735 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:39:22.735 8295 8315 D ReactNativeJS: notify: true,
08-24 19:39:22.735 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:39:22.735 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:39:22.735 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:39:22.735 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:39:22.735 8295 8315 D ReactNativeJS: utc: 1598297962445 }
08-24 19:39:22.736 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 277 ] ]
08-24 19:39:22.736 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 40
08-24 19:39:22.750 8295 8315 I ReactNativeJS: 'requestRealTimeNotificationOn', [ '80:EA:CA:70:01:16', '80:EA:CA:70:01:05', '80:EA:CA:70:01:07' ], { '80:EA:CA:70:01:16':
08-24 19:39:22.750 8295 8315 I ReactNativeJS: { peripheral: '80:EA:CA:70:01:16',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: recordings: 7,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: recordingInfo: {},
08-24 19:39:22.750 8295 8315 I ReactNativeJS: recordingSet: 15,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: recentEegData: [],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: events: [],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: messages: [],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: isCaughtUp: false,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: realTimePages: { received: 14, lastReceivedTimestamp: 1598297960153 },
08-24 19:39:22.750 8295 8315 I ReactNativeJS: missingPages: { received: 0 },
08-24 19:39:22.750 8295 8315 I ReactNativeJS: notifications: [],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: connectionEvents:
08-24 19:39:22.750 8295 8315 I ReactNativeJS: [ { type: 'BLE_DEVICE_INFORMATION_LOADED',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: utc: 1598297809463,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: lastMessage: undefined } ],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: manufacturerName: 'EpitelInc.',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: modelNumber: 'A-1011',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: serialNumber: '69F0C4E70533151502020263723250FF',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: hardwareRevision: 'X6',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: firmwareRevision: '0.13.5',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: isConnected: true,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: state: 1,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: startPageOfCurrentOrLastRecording: 11965,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: isClockSet: 1,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: lastRecordedPage: 16836,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: deviceInfo:
08-24 19:39:22.750 8295 8315 I ReactNativeJS: { amplifierGain: '545.1dB',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 },
08-24 19:39:22.750 8295 8315 I ReactNativeJS: metadata: NaN,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: lastDeviceMessage: undefined,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: clock: { utc: 1598297808000, drift: 2393 },
08-24 19:39:22.750 8295 8315 I ReactNativeJS: isReady: true,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: V: '' },
08-24 19:39:22.750 8295 8315 I ReactNativeJS: '80:EA:CA:70:01:05':
08-24 19:39:22.750 8295 8315 I ReactNativeJS: { peripheral: '80:EA:CA:70:01:05',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: recordings: 8,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: recordingInfo: {},
08-24 19:39:22.750 8295 8315 I ReactNativeJS: recordingSet: 25,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: recentEegData: [],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: events: [],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: messages: [],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: isCaughtUp: false,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: realTimePages: { received: 11, lastReceivedTimestamp: 1598297962213 },
08-24 19:39:22.750 8295 8315 I ReactNativeJS: missingPages: { received: 0 },
08-24 19:39:22.750 8295 8315 I ReactNativeJS: notifications: [],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: connectionEvents:
08-24 19:39:22.750 8295 8315 I ReactNativeJS: [ { type: 'BLE_DEVICE_INFORMATION_LOADED',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: utc: 1598297833065,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: lastMessage: undefined } ],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: manufacturerName: 'EpitelInc.',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: modelNumber: 'A-1011',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: serialNumber: 'E2DBD69D14E4D41502020233524051FF',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: hardwareRevision: 'X6',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: firmwareRevision: '0.13.5',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: isConnected: true,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: state: 1,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: startPageOfCurrentOrLastRecording: 11360,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: isClockSet: 1,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: lastRecordedPage: 14839,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: deviceInfo:
08-24 19:39:22.750 8295 8315 I ReactNativeJS: { amplifierGain: '545.1dB',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 },
08-24 19:39:22.750 8295 8315 I ReactNativeJS: metadata: NaN,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: lastDeviceMessage: undefined,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: clock: { utc: 1598297832000, drift: 1874 },
08-24 19:39:22.750 8295 8315 I ReactNativeJS: isReady: true,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: V: '' },
08-24 19:39:22.750 8295 8315 I ReactNativeJS: '80:EA:CA:70:01:0A':
08-24 19:39:22.750 8295 8315 I ReactNativeJS: { peripheral: '80:EA:CA:70:01:0A',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: recordings: 9,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: recordingInfo: {},
08-24 19:39:22.750 8295 8315 I ReactNativeJS: recordingSet: 22,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: recentEegData: [],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: events: [],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: messages: [],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: isCaughtUp: false,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: realTimePages: { received: 8, lastReceivedTimestamp: 1598297938041 },
08-24 19:39:22.750 8295 8315 I ReactNativeJS: missingPages: { received: 0 },
08-24 19:39:22.750 8295 8315 I ReactNativeJS: notifications: [],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: connectionEvents:
08-24 19:39:22.750 8295 8315 I ReactNativeJS: [ { type: 'BLE_DEVICE_INFORMATION_LOADED',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: utc: 1598297843256,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: lastMessage: undefined },
08-24 19:39:22.750 8295 8315 I ReactNativeJS: { type: 'BLE_DEVICE_DISCONNECTED', utc: 1598297948438 } ],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: manufacturerName: 'EpitelInc.',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: modelNumber: 'A-1011',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: serialNumber: '39C64CDD14E4D41502020233720251FF',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: hardwareRevision: 'X6',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: firmwareRevision: '0.13.5',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: isConnected: false,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: state: 1,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: startPageOfCurrentOrLastRecording: 9227,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: isClockSet: 1,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: lastRecordedPage: 13852,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: deviceInfo:
08-24 19:39:22.750 8295 8315 I ReactNativeJS: { amplifierGain: '545.1dB',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: sampleRate: 256,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: physicalMin: -500,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: physicalMax: 500,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: digitalMin: 0,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: digitalMax: 4095,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: amplifierFilter: 'HP~0.55Hz LP~97Hz',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: dataPageDurationMS: 10664 },
08-24 19:39:22.750 8295 8315 I ReactNativeJS: metadata: NaN,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: lastDeviceMessage: undefined,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: clock: { utc: 1598297844000, drift: 265 },
08-24 19:39:22.750 8295 8315 I ReactNativeJS: isReady: false,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: V: '',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: notification: [] },
08-24 19:39:22.750 8295 8315 I ReactNativeJS: '80:EA:CA:70:01:07':
08-24 19:39:22.750 8295 8315 I ReactNativeJS: { peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.750 8295 8315 I ReactNativeJS: recordings: 7,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: recordingInfo: {},
08-24 19:39:22.750 8295 8315 I ReactNativeJS: recordingSet: 22,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: recentEegData: [],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: events: [],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: messages: [],
08-24 19:39:22.750 8295 8315 I ReactNativeJS: isCaughtUp: false,
08-24 19:39:22.750 8295 8315 I ReactNativeJS: realTimePages: { received: 0 },
08-24 19:39:22.752 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:39:22.752 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:39:22.753 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:39:22.754 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:39:22.754 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:39:22.755 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:39:22.755 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 9c16c3ca-1f05-4089-a0af-aa8c921183ca enable: true
08-24 19:39:22.756 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297962457,
08-24 19:39:22.756 8295 8315 D ReactNativeJS: action:
08-24 19:39:22.756 8295 8315 D ReactNativeJS: { type: 'E_FLASH_INDICATION_REQ',
08-24 19:39:22.756 8295 8315 D ReactNativeJS: force: true,
08-24 19:39:22.756 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.756 8295 8315 D ReactNativeJS: value: 0,
08-24 19:39:22.756 8295 8315 D ReactNativeJS: location: 'actionTransition.E_READY',
08-24 19:39:22.756 8295 8315 D ReactNativeJS: utc: 1598297962455 },
08-24 19:39:22.756 8295 8315 D ReactNativeJS: utcStarted: 1598297962736 },
08-24 19:39:22.756 8295 8315 D ReactNativeJS: { utc: 1598297962754,
08-24 19:39:22.756 8295 8315 D ReactNativeJS: action:
08-24 19:39:22.756 8295 8315 D ReactNativeJS: { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:39:22.756 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.756 8295 8315 D ReactNativeJS: characteristics:
08-24 19:39:22.756 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:39:22.756 8295 8315 D ReactNativeJS: notify: true,
08-24 19:39:22.756 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:39:22.756 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:39:22.756 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:39:22.756 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:39:22.756 8295 8315 D ReactNativeJS: utc: 1598297962754 } } ]
08-24 19:39:22.756 11275 17777 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:39:22.757 11275 11295 W bt_btif : notification already registered
08-24 19:39:22.757 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=9c16c3ca-1f05-4089-a0af-aa8c921183ca
08-24 19:39:22.758 8295 8316 D ReactNativeBleManager: Characteristic buffering 9c16c3ca-1f05-4089-a0af-aa8c921183ca count:256
08-24 19:39:22.758 8295 8316 D ReactNativeBleManager: Characteristic 9c16c3ca-1f05-4089-a0af-aa8c921183ca set NOTIFY
08-24 19:39:22.758 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:07', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 97 ], ' took 154'
08-24 19:39:22.759 2998 3685 I WAKELOCK_RELEASE: TIMESTAMP=253766551415089, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.760 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:39:22.761 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:39:22.761 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:39:22.761 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:39:22.761 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 9c16c3ca-1f05-4089-a0af-aa8c921183ca enable: true
08-24 19:39:22.762 11275 8276 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:39:22.762 11275 11295 W bt_btif : notification already registered
08-24 19:39:22.762 8295 8316 D ReactNativeBleManager: Characteristic buffering 9c16c3ca-1f05-4089-a0af-aa8c921183ca count:256
08-24 19:39:22.762 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=9c16c3ca-1f05-4089-a0af-aa8c921183ca
08-24 19:39:22.762 8295 8316 D ReactNativeBleManager: Characteristic 9c16c3ca-1f05-4089-a0af-aa8c921183ca set NOTIFY
08-24 19:39:22.763 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:39:22.775 2998 3729 I WAKELOCK_ACQUIRE: TIMESTAMP=253766567870534, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.796 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:39:22.797 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"9C16C3CA-1F05-4089-A0AF-AA8C921183CA","notify":true,"buffer":256} device:80:EA:CA:70:01:05
08-24 19:39:22.799 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:39:22.799 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:39:22.799 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:39:22.799 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 5eb2fd1d-3310-4b67-b09e-933891467fdd enable: true
08-24 19:39:22.799 8295 8317 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:39:22.799 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"9C16C3CA-1F05-4089-A0AF-AA8C921183CA","notify":true,"buffer":256} device:80:EA:CA:70:01:16
08-24 19:39:22.800 11275 8282 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:39:22.800 11275 11295 W bt_btif : notification already registered
08-24 19:39:22.800 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=5eb2fd1d-3310-4b67-b09e-933891467fdd
08-24 19:39:22.800 8295 8316 D ReactNativeBleManager: Characteristic 5eb2fd1d-3310-4b67-b09e-933891467fdd set NOTIFY
08-24 19:39:22.802 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:39:22.803 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:39:22.803 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:39:22.803 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:39:22.803 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 5eb2fd1d-3310-4b67-b09e-933891467fdd enable: true
08-24 19:39:22.805 11275 11320 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:39:22.805 11275 11295 W bt_btif : notification already registered
08-24 19:39:22.806 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=5eb2fd1d-3310-4b67-b09e-933891467fdd
08-24 19:39:22.806 2998 3013 I WAKELOCK_RELEASE: TIMESTAMP=253766598726392, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.807 8295 8316 D ReactNativeBleManager: Characteristic 5eb2fd1d-3310-4b67-b09e-933891467fdd set NOTIFY
08-24 19:39:22.809 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:39:22.811 8295 8420 D ReactNativeBleManager: onCharacteristicChanged: 236C00 from peripheral: 80:EA:CA:70:01:07
08-24 19:39:22.812 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 108, 0 ],
08-24 19:39:22.812 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:39:22.812 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:39:22.812 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07' }
08-24 19:39:22.812 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 0 ]
08-24 19:39:22.813 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 0 ]
08-24 19:39:22.815 2998 10650 I WAKELOCK_ACQUIRE: TIMESTAMP=253766606990478, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.815 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 358 action queue is time (2)', { type: 'E_FLASH_INDICATION_REQ',
08-24 19:39:22.815 8295 8315 D ReactNativeJS: force: true,
08-24 19:39:22.815 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:22.815 8295 8315 D ReactNativeJS: value: 0,
08-24 19:39:22.815 8295 8315 D ReactNativeJS: location: 'actionTransition.E_READY',
08-24 19:39:22.815 8295 8315 D ReactNativeJS: utc: 1598297962455 }
08-24 19:39:22.816 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', [ [ 61 ] ]
08-24 19:39:22.817 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:39:22.817 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:39:22.817 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:39:22.817 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 9c16c3ca-1f05-4089-a0af-aa8c921183ca enable: true
08-24 19:39:22.818 11275 17779 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:07 enable: true
08-24 19:39:22.818 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=9c16c3ca-1f05-4089-a0af-aa8c921183ca
08-24 19:39:22.818 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:07', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], ' took 82'
08-24 19:39:22.819 8295 8316 D ReactNativeBleManager: Characteristic buffering 9c16c3ca-1f05-4089-a0af-aa8c921183ca count:256
08-24 19:39:22.819 8295 8316 D ReactNativeBleManager: Characteristic 9c16c3ca-1f05-4089-a0af-aa8c921183ca set NOTIFY
08-24 19:39:22.820 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:39:22.823 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253766615827896, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.837 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:39:22.838 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '5EB2FD1D-3310-4B67-B09E-933891467FDD'
08-24 19:39:22.838 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"5EB2FD1D-3310-4B67-B09E-933891467FDD","notify":true} device:80:EA:CA:70:01:05
08-24 19:39:22.839 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:39:22.839 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:39:22.839 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:39:22.839 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: c4ddc87d-a470-4606-b20a-6eff9444c725 enable: true
08-24 19:39:22.840 11275 11288 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:39:22.840 11275 11295 W bt_btif : notification already registered
08-24 19:39:22.840 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=c4ddc87d-a470-4606-b20a-6eff9444c725
08-24 19:39:22.841 8295 8316 D ReactNativeBleManager: Characteristic c4ddc87d-a470-4606-b20a-6eff9444c725 set NOTIFY
08-24 19:39:22.841 8295 8317 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:39:22.842 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:39:22.843 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '5EB2FD1D-3310-4B67-B09E-933891467FDD'
08-24 19:39:22.843 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"5EB2FD1D-3310-4B67-B09E-933891467FDD","notify":true} device:80:EA:CA:70:01:16
08-24 19:39:22.844 2998 8278 I WAKELOCK_ACQUIRE: TIMESTAMP=253766636598770, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.845 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:39:22.845 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:39:22.845 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:39:22.845 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: c4ddc87d-a470-4606-b20a-6eff9444c725 enable: true
08-24 19:39:22.848 11275 17781 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:39:22.848 11275 11295 W bt_btif : notification already registered
08-24 19:39:22.848 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=c4ddc87d-a470-4606-b20a-6eff9444c725
08-24 19:39:22.849 8295 8316 D ReactNativeBleManager: Characteristic c4ddc87d-a470-4606-b20a-6eff9444c725 set NOTIFY
08-24 19:39:22.851 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:39:22.855 2998 3685 I WAKELOCK_RELEASE: TIMESTAMP=253766647761677, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.857 2998 12875 I WAKELOCK_ACQUIRE: TIMESTAMP=253766649816458, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.875 8295 8420 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:39:22.876 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'C4DDC87D-A470-4606-B20A-6EFF9444C725'
08-24 19:39:22.876 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"C4DDC87D-A470-4606-B20A-6EFF9444C725","notify":true} device:80:EA:CA:70:01:05
08-24 19:39:22.877 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:39:22.877 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:39:22.877 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:39:22.877 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 351e4d7f-ff54-4b84-9a47-5d6d1234f179 enable: true
08-24 19:39:22.878 11275 20532 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:05 enable: true
08-24 19:39:22.878 11275 11295 W bt_btif : notification already registered
08-24 19:39:22.878 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=351e4d7f-ff54-4b84-9a47-5d6d1234f179
08-24 19:39:22.878 8295 8316 D ReactNativeBleManager: Characteristic 351e4d7f-ff54-4b84-9a47-5d6d1234f179 set NOTIFY
08-24 19:39:22.879 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:39:22.884 2998 4973 I WAKELOCK_RELEASE: TIMESTAMP=253766676656821, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.889 8295 8317 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:39:22.890 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"9C16C3CA-1F05-4089-A0AF-AA8C921183CA","notify":true,"buffer":256} device:80:EA:CA:70:01:07
08-24 19:39:22.891 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:39:22.891 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:39:22.891 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:39:22.892 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 5eb2fd1d-3310-4b67-b09e-933891467fdd enable: true
08-24 19:39:22.893 11275 17784 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:07 enable: true
08-24 19:39:22.893 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=5eb2fd1d-3310-4b67-b09e-933891467fdd
08-24 19:39:22.893 8295 8316 D ReactNativeBleManager: Characteristic 5eb2fd1d-3310-4b67-b09e-933891467fdd set NOTIFY
08-24 19:39:22.895 2998 3013 I WAKELOCK_ACQUIRE: TIMESTAMP=253766686977613, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.895 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:39:22.901 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253766693841615, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.906 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:39:22.907 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'C4DDC87D-A470-4606-B20A-6EFF9444C725'
08-24 19:39:22.907 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"C4DDC87D-A470-4606-B20A-6EFF9444C725","notify":true} device:80:EA:CA:70:01:16
08-24 19:39:22.908 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:39:22.908 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:39:22.908 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:39:22.909 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 351e4d7f-ff54-4b84-9a47-5d6d1234f179 enable: true
08-24 19:39:22.910 11275 20531 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:16 enable: true
08-24 19:39:22.910 11275 11295 W bt_btif : notification already registered
08-24 19:39:22.910 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=351e4d7f-ff54-4b84-9a47-5d6d1234f179
08-24 19:39:22.911 8295 8316 D ReactNativeBleManager: Characteristic 351e4d7f-ff54-4b84-9a47-5d6d1234f179 set NOTIFY
08-24 19:39:22.912 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:39:22.916 8295 8420 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:39:22.917 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '351E4D7F-FF54-4B84-9A47-5D6D1234F179'
08-24 19:39:22.917 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"351E4D7F-FF54-4B84-9A47-5D6D1234F179","notify":true} device:80:EA:CA:70:01:05
08-24 19:39:22.921 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 166 action queue is time (1)', { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:39:22.921 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:39:22.921 8295 8315 D ReactNativeJS: characteristics:
08-24 19:39:22.921 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:39:22.921 8295 8315 D ReactNativeJS: notify: true,
08-24 19:39:22.921 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:39:22.921 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:39:22.921 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:39:22.921 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:39:22.921 8295 8315 D ReactNativeJS: utc: 1598297962752 }
08-24 19:39:22.921 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:39:22.927 2998 4477 I WAKELOCK_ACQUIRE: TIMESTAMP=253766719570191, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:22.939 8295 8317 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:39:22.940 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '351E4D7F-FF54-4B84-9A47-5D6D1234F179'
08-24 19:39:22.940 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"351E4D7F-FF54-4B84-9A47-5D6D1234F179","notify":true} device:80:EA:CA:70:01:16
08-24 19:39:22.945 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 192 action queue is time (1)', { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:39:22.945 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:39:22.945 8295 8315 D ReactNativeJS: characteristics:
08-24 19:39:22.945 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:39:22.945 8295 8315 D ReactNativeJS: notify: true,
08-24 19:39:22.945 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:39:22.945 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:39:22.945 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:39:22.945 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:39:22.945 8295 8315 D ReactNativeJS: utc: 1598297962750 }
08-24 19:39:22.945 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:39:22.946 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:39:22.964 8295 8308 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:39:22.965 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '5EB2FD1D-3310-4B67-B09E-933891467FDD'
08-24 19:39:22.965 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"5EB2FD1D-3310-4B67-B09E-933891467FDD","notify":true} device:80:EA:CA:70:01:07
08-24 19:39:22.965 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:39:22.966 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:39:22.966 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:39:22.966 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: c4ddc87d-a470-4606-b20a-6eff9444c725 enable: true
08-24 19:39:22.967 11275 17778 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:07 enable: true
08-24 19:39:22.967 8295 8316 D ReactNativeBleManager: Characteristic c4ddc87d-a470-4606-b20a-6eff9444c725 set NOTIFY
08-24 19:39:22.967 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=c4ddc87d-a470-4606-b20a-6eff9444c725
08-24 19:39:22.969 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:39:22.974 2998 10650 I WAKELOCK_RELEASE: TIMESTAMP=253766766648136, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:23.054 8295 8317 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:39:23.055 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', 'C4DDC87D-A470-4606-B20A-6EFF9444C725'
08-24 19:39:23.055 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"C4DDC87D-A470-4606-B20A-6EFF9444C725","notify":true} device:80:EA:CA:70:01:07
08-24 19:39:23.056 8295 8316 D ReactNativeBleManager: startNotification
08-24 19:39:23.056 8295 8316 D ReactNativeBleManager: registerNotify
08-24 19:39:23.056 8295 8316 D ReactNativeBleManager: setNotify
08-24 19:39:23.056 8295 8316 D BluetoothGatt: setCharacteristicNotification() - uuid: 351e4d7f-ff54-4b84-9a47-5d6d1234f179 enable: true
08-24 19:39:23.058 11275 17777 D BtGatt.GattService: registerForNotification() - address=80:EA:CA:70:01:07 enable: true
08-24 19:39:23.058 11275 11295 D BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=351e4d7f-ff54-4b84-9a47-5d6d1234f179
08-24 19:39:23.058 8295 8316 D ReactNativeBleManager: Characteristic 351e4d7f-ff54-4b84-9a47-5d6d1234f179 set NOTIFY
08-24 19:39:23.064 8295 8316 D ReactNativeBleManager: setNotify complete
08-24 19:39:23.085 2998 3670 I WAKELOCK_ACQUIRE: TIMESTAMP=253766877598395, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:23.125 8295 8309 D ReactNativeBleManager: onDescriptorWrite success
08-24 19:39:23.126 8295 8315 I ReactNativeJS: 'notification set', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '351E4D7F-FF54-4B84-9A47-5D6D1234F179'
08-24 19:39:23.126 8295 8315 I ReactNativeJS: register notification request timesTried:0 char:{"uuid":"351E4D7F-FF54-4B84-9A47-5D6D1234F179","notify":true} device:80:EA:CA:70:01:07
08-24 19:39:23.129 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 374 action queue is time (1)', { type: 'E_UPDATE_NOTIF_REQ',
08-24 19:39:23.129 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:23.129 8295 8315 D ReactNativeJS: characteristics:
08-24 19:39:23.129 8295 8315 D ReactNativeJS: [ { uuid: '9C16C3CA-1F05-4089-A0AF-AA8C921183CA',
08-24 19:39:23.129 8295 8315 D ReactNativeJS: notify: true,
08-24 19:39:23.129 8295 8315 D ReactNativeJS: buffer: 256 },
08-24 19:39:23.129 8295 8315 D ReactNativeJS: { uuid: '5EB2FD1D-3310-4B67-B09E-933891467FDD', notify: true },
08-24 19:39:23.129 8295 8315 D ReactNativeJS: { uuid: 'C4DDC87D-A470-4606-B20A-6EFF9444C725', notify: true },
08-24 19:39:23.129 8295 8315 D ReactNativeJS: { uuid: '351E4D7F-FF54-4B84-9A47-5D6D1234F179', notify: true } ],
08-24 19:39:23.129 8295 8315 D ReactNativeJS: utc: 1598297962754 }
08-24 19:39:23.130 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:39:24.588 2998 3729 I WAKELOCK_RELEASE: TIMESTAMP=253768380009762, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.673 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:39:26.679 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'TICK',
08-24 19:39:26.679 8295 8315 D ReactNativeJS: value: 10000,
08-24 19:39:26.679 8295 8315 D ReactNativeJS: location: 'INTERVAL',
08-24 19:39:26.679 8295 8315 D ReactNativeJS: utc: 1598297966676 }
08-24 19:39:26.683 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:39:26.694 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:39:26.698 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297967680,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297967680,"value":[14849,-99999,-99999,16849]}}'
08-24 19:39:26.698 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:39:26.702 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:39:26.757 8295 8316 D ReactNativeBleManager: scan
08-24 19:39:26.760 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:39:26.764 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:39:26.773 11275 17784 D BtGatt.GattService: registerClient() - UUID=cc1b7d49-91b6-425b-a7e4-55772490b809
08-24 19:39:26.774 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=cc1b7d49-91b6-425b-a7e4-55772490b809, clientIf=22
08-24 19:39:26.775 8295 8420 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=22
08-24 19:39:26.776 11275 8281 D BtGatt.GattService: start scan with filters
08-24 19:39:26.785 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:39:26.800 2998 3588 I WAKELOCK_ACQUIRE: TIMESTAMP=253770591659086, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.802 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=22, status=0, action=1
08-24 19:39:26.802 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 22 status - 0
08-24 19:39:26.803 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:39:26.811 2998 8280 I WAKELOCK_RELEASE: TIMESTAMP=253770603465627, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.822 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253770613939524, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.823 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=22, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:39:26.823 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 22 status - 0
08-24 19:39:26.824 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:39:26.828 2998 4974 I WAKELOCK_RELEASE: TIMESTAMP=253770620802226, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.834 2998 3729 I WAKELOCK_ACQUIRE: TIMESTAMP=253770626150928, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.835 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=22, status=0, action=0, availableSpace=15
08-24 19:39:26.835 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 22 status - 0
08-24 19:39:26.835 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:39:26.835 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:39:26.836 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:39:26.836 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:39:26.841 2998 7026 I WAKELOCK_RELEASE: TIMESTAMP=253770633731116, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.848 2998 4475 I WAKELOCK_ACQUIRE: TIMESTAMP=253770639985223, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.853 2998 20993 I WAKELOCK_RELEASE: TIMESTAMP=253770645421440, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.857 2998 3432 I WAKELOCK_ACQUIRE: TIMESTAMP=253770649832499, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.862 2998 3432 I WAKELOCK_RELEASE: TIMESTAMP=253770654251745, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.866 2998 4477 I WAKELOCK_ACQUIRE: TIMESTAMP=253770658324767, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.870 2998 3670 I WAKELOCK_RELEASE: TIMESTAMP=253770662513706, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.875 2998 12876 I WAKELOCK_ACQUIRE: TIMESTAMP=253770667172535, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.879 2998 3164 I WAKELOCK_RELEASE: TIMESTAMP=253770671862828, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.884 2998 3588 I WAKELOCK_ACQUIRE: TIMESTAMP=253770676853031, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.891 2998 4477 I WAKELOCK_RELEASE: TIMESTAMP=253770683240092, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:26.896 2998 3670 I WAKELOCK_ACQUIRE: TIMESTAMP=253770688329810, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:28.400 2998 3729 I WAKELOCK_RELEASE: TIMESTAMP=253772192246890, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:30.740 8295 8308 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:39:30.742 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: D3410000FFF366000918FFF878000688FCAD9200D34100010460C5CFAE0DE1B0AFAFFF486000874FD3410002FF9900005F2F4CE24000390C32FFF1A6D34100030F49F8FFF5F80007F6FFFB0E0005C2E7D3410004CF460002C8BECFFF2B4000996FFF7880D34100050275CFFAC5A0004AADB4FD0048268B32D3410006FFF394000916FFF890000694F8CD1A00D341000703D4C9AFFF0AA0B8A5AFFF528000802FD3410008FF9CA0005FCE76DF400033AC26FFF188D34100090009CAFFF67E00078EFFFB500004EADED341000AEF44006284B92FFF304018996FFF7CC0D341000B0074EFDCC960004B8DB2FFF054246B38D341000CFFF4AE0008DEFFF978000672F96DB600D341000D049ACCCFFF1621F6ABEFFF5C6000882FD341000EFFAD00005FAF06F64000382C38FFF2C6D341000F13C9F0FFF75E0007CAFFFBD800053CE1D34100100FF4016236BBAFFF3C400091EFFF8D80D3410011006E8FC8D1C00043AD2AFFF0E2244AF4D3410012FFF4F80028DCFFF9EA00066CF7CE7400D341001303D0CA4FFF1DE124A50FFF6DC0007E0FD3410014FFB620005E8E76FAC0063A8C16FFF324D341001503EA2AFFF82A00077AFFFCE600050EDFD34100166FFF09C2E8B46FFF45207C93CFFF8FE0D3410017006F6FB2D9000046AD10FFF0E4174AC8D3410018FFF5BA000872FFFA980005B4EB0EA600D34100190398BF4FFF1CC006A40FFF6AE0007C8FD341001AFFB38000522E14FFF00A280B64FFF358D341001B00093EFFF82400270EFDACBE0004EAD7D341001C6FFF0AE17EB24FFF45A0008C8FFF9800D341001D0062EF2CE000023B6C98FFF18A16EA46D341001EFFF5BC000868FFFAD20005E6EE2F2E00D341001F2314BDCFFF2900029D4FFF7AE000778FD3410020FFC4000052EDDAFFC01C274B8CFFF3D0D3410021000966FFF8AC0006AAFE8D44000464D1D34100222FFF0EE190ABAFFF52C00088CFFF9CA0D341002300658EEAE6A0003DCC62FFF17E024A10D3410024FFF67A00080CFFFB1A000542E4AFB600D341002542AABCCFFF31409A9A6FFF7F000077EFD3410026F8C860004EED8CFFF046182B2EFFF444D34100270008D2FFF966000674F72D6A000404CED34100280FFF126152A94FFF53E00085CFFFA680D341002900590EB2EBA000296BB6FFF1D200A994D341002AFFF6A000072EFFAB320004E6D96F5200D341002B01EAB5EFFF3220008CCFFF7D0000692FD341002CACCC0000420CD6FFF08015AA7AFFF472D341002D000894FFF98E002668F22DE600038ECED341002EAFFF17805EA20FFF6080007BEFFFAAE0D341002F00560E3CE8A00032ABD0FFF22800099CD3410030FFF73A00073CFF0BE200048CD5CFFF03D34100312202B14FFF4080008FEFFF8980006CEFD3410032C6D20002418D10FFF0F20FEAC0FFF502D3410033000870FFF9FE0005C0EB6E180003BAC1D34100348FFF1D208AA0AFFF642000808FFFB400D34100350053CE76FB8006290BB4FFF2FE000932D3410036FFF804000720FEEC560004D2D8AFFF04D3410037A236B50FFF462000914FFF96600068AFD341003884DF8000448CD6FFF19C1FEAE8FFF5D2D3410039000890FFFA9E000630F00F4C000366CAD341003A2FFF2640FA9F0FFF74400079AFFFBF80D341003B00570E34FFF02235CBE0FFF3B600A988D341003CFFF89A00071AFFFD32000498D50FFF0ED341003DE206AF2FFF51E0008AEFFF9E6000672FD341003E24E70000440CB0FFF1BE12CA9AFFF654D341003F002818FFFB600005BCE98F3C000352BFD3410040AFFF2BA08C9C0FFF772000774FFFC500D341004100502DF0FFF062288B44FFF40A00291AD3410042FFF9320006DEF9AD6C0004AAD2EFFF10D3410043418EAEEFFF59A000854FFFA160005EAED3410044C0E96000318C1EFFF1E40569B4FFF64AD3410045000780FFFB4200054AE14FEE002286BDD34100466FFF326000964FFF83E000720FF8C900D3410047004D0D7AFFF05026EB08FFF4340008EAD3410048FFF97600068EF72DD00003F2CA8FFF17D3410049C18AA54FFF608000862FFFAA40005F8ED341004AD0F02002382C6AFFF2760669D2FFF758D341004B00078CFFFC0800053CDDCFFC04A2F6B5D341004CAFFF372000952FFF83A000708FCCCF20D341004D0043AD82FFF0D415AAB0FFF4EA0008AED341004EFFF9D2000642F36E48000430C8AFFF19D341004F60E4A4CFFF6920027E8FFFB5000058EED341005058FB0004340BECFFF3180189A8FFF7B2D3410051002768FFCC40000520DAAFFF01622CB5D3410052CFFF42C00091EFFF97C0006B8F88DD00D34100530046AD16FFF152140AAAFFF57C0008EED3410054FFFA720005DEF22EC000237AC3AFFF20D341005501569F8FFF7120007FAFFFBB0002586DD3410056F4FFC0002E6BE2FFF35600098AFFF8A2D34100570006E0FECCF6000488D68FFF09A1EEAFD3410058AFFF4A40008CEFFF95C0026BAF86DDC0D341005900412CE0FFF17C10CA5AFFF614000812D341005AFFFADA000582E76EEE000352C32FFF27D341005B802C9E4FFF7500007A4FFFC0A0004E0DD341005CCCFFF020252B38FFF3BA000934FFF8AAD341005D0006EEFA6CF4002450D10FFF0C80EEACD341005EAFFF506000866FFF9FA002622EFCE3A0D341005F003A6BF0FFF19204EA02FFF6080007C8D3410060FFFAE4000524E24EF0000212B76FFF28D34100610000900FFF74A0006FAFC4C1C002490DD341006250FFF0021BAB06FFF40A0008C6FFF93CD341006300064AF48D9E0003DECA0FFF122100A6D3410064AFFF55000082EFFFA14
08-24 19:39:31.099 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297971946,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.ecqComplete","value":["F7","F8","TP9","TP10"]}}'
08-24 19:39:31.198 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 2 ], 40
08-24 19:39:31.204 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:05
08-24 19:39:31.204 8295 8316 D ReactNativeBleManager: Message(2): 6C02
08-24 19:39:31.205 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:39:31.241 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 2 ], 40
08-24 19:39:31.249 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:39:31.249 8295 8316 D ReactNativeBleManager: Message(2): 6C02
08-24 19:39:31.251 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:39:31.274 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: 236C02 from peripheral: 80:EA:CA:70:01:05
08-24 19:39:31.281 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 2 ], 40
08-24 19:39:31.283 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:16
08-24 19:39:31.283 8295 8316 D ReactNativeBleManager: Message(2): 6C02
08-24 19:39:31.285 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:39:31.285 2998 3699 I WAKELOCK_ACQUIRE: TIMESTAMP=253775077546718, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:31.291 2998 10650 I WAKELOCK_RELEASE: TIMESTAMP=253775083166817, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:31.298 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:05', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 2 ], ' took 100'
08-24 19:39:31.300 2998 3685 I WAKELOCK_ACQUIRE: TIMESTAMP=253775092112013, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:31.300 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 108, 2 ],
08-24 19:39:31.300 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:39:31.300 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:39:31.300 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05' }
08-24 19:39:31.301 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 2 ]
08-24 19:39:31.301 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 2 ]
08-24 19:39:31.303 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 105 action queue is time (1)', { peripheral: '80:EA:CA:70:01:05',
08-24 19:39:31.303 8295 8315 D ReactNativeJS: type: 'E_FLASH_INDICATION_REQ',
08-24 19:39:31.303 8295 8315 D ReactNativeJS: force: true,
08-24 19:39:31.303 8295 8315 D ReactNativeJS: value: 2,
08-24 19:39:31.303 8295 8315 D ReactNativeJS: location: 'actionTransition.SERVER_ECQ_REQ_CMPLT',
08-24 19:39:31.303 8295 8315 D ReactNativeJS: utc: 1598297971161 }
08-24 19:39:31.303 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:39:31.320 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:16', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 2 ], ' took 38'
08-24 19:39:31.324 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: 236C02 from peripheral: 80:EA:CA:70:01:07
08-24 19:39:31.326 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:07', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 2 ], ' took 84'
08-24 19:39:31.327 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 108, 2 ],
08-24 19:39:31.327 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:39:31.327 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:39:31.327 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07' }
08-24 19:39:31.327 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 2 ]
08-24 19:39:31.327 2998 3589 I WAKELOCK_RELEASE: TIMESTAMP=253775119789479, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:31.327 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 2 ]
08-24 19:39:31.330 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 89 action queue is time (1)', { peripheral: '80:EA:CA:70:01:07',
08-24 19:39:31.330 8295 8315 D ReactNativeJS: type: 'E_FLASH_INDICATION_REQ',
08-24 19:39:31.330 8295 8315 D ReactNativeJS: force: true,
08-24 19:39:31.330 8295 8315 D ReactNativeJS: value: 2,
08-24 19:39:31.330 8295 8315 D ReactNativeJS: location: 'actionTransition.SERVER_ECQ_REQ_CMPLT',
08-24 19:39:31.330 8295 8315 D ReactNativeJS: utc: 1598297971199 }
08-24 19:39:31.330 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:39:31.331 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:39:31.345 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: 236C02 from peripheral: 80:EA:CA:70:01:16
08-24 19:39:31.346 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 108, 2 ],
08-24 19:39:31.346 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:39:31.346 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:39:31.346 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16' }
08-24 19:39:31.346 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 2 ]
08-24 19:39:31.347 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 2 ]
08-24 19:39:31.351 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 69 action queue is time (1)', { peripheral: '80:EA:CA:70:01:16',
08-24 19:39:31.351 8295 8315 D ReactNativeJS: type: 'E_FLASH_INDICATION_REQ',
08-24 19:39:31.351 8295 8315 D ReactNativeJS: force: true,
08-24 19:39:31.351 8295 8315 D ReactNativeJS: value: 2,
08-24 19:39:31.351 8295 8315 D ReactNativeJS: location: 'actionTransition.SERVER_ECQ_REQ_CMPLT',
08-24 19:39:31.351 8295 8315 D ReactNativeJS: utc: 1598297971244 }
08-24 19:39:31.351 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:39:31.365 2998 3162 I WAKELOCK_ACQUIRE: TIMESTAMP=253775157625031, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:31.891 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:39:31.893 11275 8276 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:39:31.895 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:39:31.896 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:39:31.904 2998 3432 I WAKELOCK_RELEASE: TIMESTAMP=253775696239754, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:31.910 2998 8278 I WAKELOCK_ACQUIRE: TIMESTAMP=253775702451047, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:31.922 2998 3013 I WAKELOCK_RELEASE: TIMESTAMP=253775714047568, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:31.928 2998 3685 I WAKELOCK_ACQUIRE: TIMESTAMP=253775720508857, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:31.935 2998 4973 I WAKELOCK_RELEASE: TIMESTAMP=253775727745359, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:31.942 2998 3162 I WAKELOCK_ACQUIRE: TIMESTAMP=253775734085932, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:31.944 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=22, status=0, action=1, availableSpace=16
08-24 19:39:31.944 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 22 status - 0
08-24 19:39:31.946 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:39:31.946 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:39:31.946 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:39:32.728 2998 10650 I WAKELOCK_RELEASE: TIMESTAMP=253776520212796, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:32.733 2998 4974 I WAKELOCK_ACQUIRE: TIMESTAMP=253776525057118, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:32.876 8295 8309 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:39:32.877 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: 033A000000C00CFFFFFF00C00AB78FFF7CA00C4E033A00014FFFFB600C00AFFFFFF00C00AFFFFFF0033A0002D400CA74FFFB0C00C21EFFFFFF00C00E033A0003FFFFFF00C00AF1AFFF49400C704FFFDE033A0004400A072FFFFFF00C00EFFFFFF01000CC033A000562FFF6FE00C522FFFFFF01000CFFFFFF033A000600C00CFFFFFF00C00CB18FFF8F000C3C033A00070FFFFFF00E00CFFFFFF00C00AF66FFF1033A0008E600E894FFFBF800A0E2FFFFFF00A010033A0009FFFFFF00A00EE70FFF4B000E600FFFEC033A000AA00A00AFFFFFF00C010FFFFFF00A00AB033A000B68FFF7280104D2FFFFFF00C00CFFFFFF033A000C00C010FFFFFF02A00C9AEFFFA2C00A2D033A000D2FFFFFF00C00AFFFFFF00C010F86FFF2033A000E9C00C874FFFCBC00A0CAFFFFFF01000E033A000FFFFFFF00A00ED70FFF61800C5E4FFFFD033A0010800C010FFFFFF01000EFFFFFF00A00AB033A001168FFF85800E408FFFFFF010010FFFFFF033A001200C010FFFFFF0DC00A94CFFFB6A01026033A00136FFFFFF00E00AFFFFFF00C00CE08FFF3033A0014A000A67CFFFE7200A010FFFFFF00A00A033A0015FFFFFF00C00ED2AFFF69000A522FFFFF033A0016F00E00AFFFFFF00E00AFFFFFF010010A033A001778FFF90200A34CFFFFFF00A00CFFFFFF033A001800E00CFFAFFF1BA010796FFFC8200E0A033A00190FFFFFF00E00EFFFFFF00C00AE5CFFF3033A001AE800C6C2FFFE6E00C012FFFFFF01000A033A001BFFFFFF00C00AC54FFF83600C3D6FFFFF033A001CF00C00CFFFFFF00A00EFFFFFF01C00AA033A001D34FFFA6E00C250FFFFFF00A010FFFFFF033A001E00C010FAEFFF32C00C82CFFFC5000C13033A001F8FFFFFF01000AFFFFFF00C00EC8AFFF6033A00205200E59AFFFFFF00A00CFFFFFF01000E033A0021FFFFFF00C00AB00FFF84000E402FFFFF033A0022F00E00AFFFFFF01000CFFFFFF0E400A8033A00235CFFFBA400A14AFFFFFF00C00AFFFFFF033A002400A010E70FFF3C200A70CFFFE2601001033A00250FFFFFF01000CFFFFFF00C00EC58FFF6033A0026CA00C58EFFFFE600A010FFFFFF010010033A0027FFFFFF00C010A6AFFFA0000A27EFFFFF033A0028F00E00AFFFFFF00E010FEAFFF21600A8033A00299AFFFC3200A14CFFFFFF00E010FFFFFF033A002A00E00CD84FFF55200A644FFFE8A00E01033A002B0FFFFFF00E00EFFFFFF00C00AC36FFF7033A002CCE00A43CFFFFFF00C00CFFFFFF01000E033A002DFFFFFF05600E95CFFFAC000E29CFFFFF033A002EF00A00AFFFFFF00C010EE2FFF31600C6033A002FACFFFDF200A024FFFFFF00A00AFFFFFF033A003001000CCB2FFF5B000E53EFFFFE800A00033A0031EFFFFFF00E00EFFFFFF00E00AA14FFF8033A00322C00C2F6FFFFFF00A00AFFFFFF00E010033A0033FFFFFF0F6010852FFFBF400C06CFFFFF033A0034F00E00AFFFFFF00A010DACFFF3780106033A003578FFFE32010010FFFFFF01000CFFFFFF033A0036010010BA6FFF6E2010456FFFFFF00E01033A00370FFFFFF01000AFFFFFF00A00EA74FFFA033A00381800C2D0FFFFFF00E00AFFFFFF00C00C033A0039FC8FFF2D200E7C4FFFC5800C13AFFFFF033A003AF00E00EFFFFFF00A00ADB2FFF56C00C5033A003BC0FFFF5E00E00EFFFFFF00C00AFFFFFF033A003C01000AB90FFF834010486FFFFFF00C00033A003DCFFFFFF01000AFFEFFF0F200E988FFFA033A003E8200A1FAFFFFFF00A00AFFFFFF00A00E033A003FF44FFF33C00E6AAFFFDA600E00CFFFFF033A0040F00C010FFFFFF01000ECD2FFF62200E5033A004150FFFFFF00E00CFFFFFF00A010FFFFFF033A004200A0109D8FFF98400E2E8FFFFFF00E00033A0043EFFFFFF00C00CFFFFFF19400C888FFFC033A00445400C1FAFFFFFF01000AFFFFFF00E010033A0045E1EFFF50C00E6E6FFFE6C01000CFFFFF033A0046F00A00AFFFFFF01000ABAEFFF7A00104033A004716FFFFFF00C00CFFFFFF00A00CFFFFFF033A004802600C9B4FFFA2C00A30CFFFFFF00A00033A0049CFFFFFF00E00AEC0FFF2EC00E7E6FFFC033A004AFC00C07AFFFFFF00C00EFFFFFF00A00A033A004BE02FFF5BA00C5AAFFFF9A00A00CFFFFF033A004CF00E010FFFFFF00C00EAEAFFF7F80103033A004DDAFFFFFF00E00CFFFFFF00E00EFFFFFF033A004E13E0108E6FFFBBC0101FEFFFFFF00C00033A004FAFFFFFF00A010F40FFF39C00C77EFFFE033A00501A00A020FFFFFF010010FFFFFF00E00A033A0051C7AFFF72200E58CFFFFFF00E00AFFFFF033A0052F00A00AFFFFFF01200CA82FFF9E400A3033A00530AFFFFFF00C00AFFFFFF00E010F9CFFF033A00541C60108AAFFFBF200C14EFFFFFF00C00033A0055CFFFFFF00A00CD28FFF51E00C67AFFFF033A00568400A00AFFFFFF00C00EFFFFFF00A010033A0057C3AFFF77600E43AFFFFFF01000EFFFFF033A0058F01000CFFFFFF0B200C9CAFFFB0C00E2033A0059ACFFFFFF010010FFFFFF00C00EEACFFF033A005A37C0106E0FFFDDA00E12AFFFFFF00A00033A005B8FFFFFF00C00ECECFFF53200A5CEFFFF033A005CDC00E00AFFFFFF010010FFFFFF00A00C033A005DA40FFF90A010344FFFFFF01000AFFFFF033A005EF00E00EFFFFFF17200E822FFFBE600C1033A005F5EFFFFFF00E00CFFFFFF00E00EE7AFFF033A006042600C678FFFDF0010058FFFFFF00A00033A0061EFFFFFF010010B9CFFF76600C4F6FFFF033A0062FF00E00EFFFFFF010010FFFFFF01800E033A0063ADCFFF9A000A354FFFFFF01000CFFFFF033A0064F01000AF94FFF2DC00E
08-24 19:39:34.234 2998 3588 I WAKELOCK_RELEASE: TIMESTAMP=253778026336535, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:34.394 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: E407080000001800130027001700000053000000 from peripheral: 80:EA:CA:70:01:07
08-24 19:39:34.402 8295 8315 D ReactNativeJS: 'epilog event notification', '0.12.0', { value: [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 39, 0, 23, 0, 0, 0, 83, 0, 0, 0 ],
08-24 19:39:34.402 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:39:34.402 8295 8315 D ReactNativeJS: characteristic: '351e4d7f-ff54-4b84-9a47-5d6d1234f179',
08-24 19:39:34.402 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07' }
08-24 19:39:34.406 8295 8315 D ReactNativeJS: 'parseEvent', [ 228, 7, 8, 0, 0, 0, 24, 0, 19, 0, 39, 0, 23, 0, 0, 0, 83, 0, 0, 0 ]
08-24 19:39:34.411 8295 8315 I ReactNativeJS: 'parseEvent complete', { utcEventTime: 1598297963000, type: 'S', value: null }
08-24 19:39:34.416 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:39:34.639 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297975629,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297975629,"value":[14850,-99999,-99999,16850]}}'
08-24 19:39:34.639 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:39:34.734 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:05', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 40
08-24 19:39:34.743 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:07', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 40
08-24 19:39:34.742 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:05
08-24 19:39:34.744 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:39:34.745 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:39:34.746 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:07
08-24 19:39:34.746 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:39:34.757 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:39:34.758 8295 8315 D ReactNativeJS: 'bleCommunicator writing', '80:EA:CA:70:01:16', '48BBE7D5-81E5-46A4-B3AD-23417934D96D', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], 40
08-24 19:39:34.758 8295 8316 D ReactNativeBleManager: Write to: 80:EA:CA:70:01:16
08-24 19:39:34.759 8295 8316 D ReactNativeBleManager: Message(2): 6C00
08-24 19:39:34.760 8295 8316 D ReactNativeBleManager: Write completed
08-24 19:39:34.771 2998 4973 I WAKELOCK_ACQUIRE: TIMESTAMP=253778563831659, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:34.785 8295 8315 D ReactNativeJS: 'requestHandler replacing existing queue item', 'E_FLASH_INDICATION_REQ', [ { utc: 1598297974733,
08-24 19:39:34.785 8295 8315 D ReactNativeJS: action:
08-24 19:39:34.785 8295 8315 D ReactNativeJS: { type: 'E_FLASH_INDICATION_REQ',
08-24 19:39:34.785 8295 8315 D ReactNativeJS: force: true,
08-24 19:39:34.785 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:39:34.785 8295 8315 D ReactNativeJS: value: 0,
08-24 19:39:34.785 8295 8315 D ReactNativeJS: location: 'actionTransition.SNOOZE_ALERT',
08-24 19:39:34.785 8295 8315 D ReactNativeJS: utc: 1598297974726 },
08-24 19:39:34.785 8295 8315 D ReactNativeJS: utcStarted: 1598297974733 } ]
08-24 19:39:34.786 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297974733,
08-24 19:39:34.786 8295 8315 D ReactNativeJS: action:
08-24 19:39:34.786 8295 8315 D ReactNativeJS: { type: 'E_FLASH_INDICATION_REQ',
08-24 19:39:34.786 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:39:34.786 8295 8315 D ReactNativeJS: value: 0,
08-24 19:39:34.786 8295 8315 D ReactNativeJS: location: 'globalErrorModal.clearAlerts',
08-24 19:39:34.786 8295 8315 D ReactNativeJS: utc: 1598297974782 },
08-24 19:39:34.786 8295 8315 D ReactNativeJS: utcStarted: 1598297974733,
08-24 19:39:34.786 8295 8315 D ReactNativeJS: utcActionUpdated: 1598297974785 } ]
08-24 19:39:34.789 8295 8315 D ReactNativeJS: 'requestHandler replacing existing queue item', 'E_FLASH_INDICATION_REQ', [ { utc: 1598297974743,
08-24 19:39:34.789 8295 8315 D ReactNativeJS: action:
08-24 19:39:34.789 8295 8315 D ReactNativeJS: { type: 'E_FLASH_INDICATION_REQ',
08-24 19:39:34.789 8295 8315 D ReactNativeJS: force: true,
08-24 19:39:34.789 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:34.789 8295 8315 D ReactNativeJS: value: 0,
08-24 19:39:34.789 8295 8315 D ReactNativeJS: location: 'actionTransition.SNOOZE_ALERT',
08-24 19:39:34.789 8295 8315 D ReactNativeJS: utc: 1598297974740 },
08-24 19:39:34.789 8295 8315 D ReactNativeJS: utcStarted: 1598297974743 } ]
08-24 19:39:34.789 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297974743,
08-24 19:39:34.789 8295 8315 D ReactNativeJS: action:
08-24 19:39:34.789 8295 8315 D ReactNativeJS: { type: 'E_FLASH_INDICATION_REQ',
08-24 19:39:34.789 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:34.789 8295 8315 D ReactNativeJS: value: 0,
08-24 19:39:34.789 8295 8315 D ReactNativeJS: location: 'globalErrorModal.clearAlerts',
08-24 19:39:34.789 8295 8315 D ReactNativeJS: utc: 1598297974786 },
08-24 19:39:34.789 8295 8315 D ReactNativeJS: utcStarted: 1598297974743,
08-24 19:39:34.789 8295 8315 D ReactNativeJS: utcActionUpdated: 1598297974789 } ]
08-24 19:39:34.790 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:39:34.796 8295 8315 D ReactNativeJS: 'requestHandler replacing existing queue item', 'E_FLASH_INDICATION_REQ', [ { utc: 1598297974757,
08-24 19:39:34.796 8295 8315 D ReactNativeJS: action:
08-24 19:39:34.796 8295 8315 D ReactNativeJS: { type: 'E_FLASH_INDICATION_REQ',
08-24 19:39:34.796 8295 8315 D ReactNativeJS: force: true,
08-24 19:39:34.796 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:39:34.796 8295 8315 D ReactNativeJS: value: 0,
08-24 19:39:34.796 8295 8315 D ReactNativeJS: location: 'actionTransition.SNOOZE_ALERT',
08-24 19:39:34.796 8295 8315 D ReactNativeJS: utc: 1598297974748 },
08-24 19:39:34.796 8295 8315 D ReactNativeJS: utcStarted: 1598297974757 } ]
08-24 19:39:34.797 8295 8315 D ReactNativeJS: 'doRequest not starting item', [ { utc: 1598297974757,
08-24 19:39:34.797 8295 8315 D ReactNativeJS: action:
08-24 19:39:34.797 8295 8315 D ReactNativeJS: { type: 'E_FLASH_INDICATION_REQ',
08-24 19:39:34.797 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:39:34.797 8295 8315 D ReactNativeJS: value: 0,
08-24 19:39:34.797 8295 8315 D ReactNativeJS: location: 'globalErrorModal.clearAlerts',
08-24 19:39:34.797 8295 8315 D ReactNativeJS: utc: 1598297974794 },
08-24 19:39:34.797 8295 8315 D ReactNativeJS: utcStarted: 1598297974757,
08-24 19:39:34.797 8295 8315 D ReactNativeJS: utcActionUpdated: 1598297974796 } ]
08-24 19:39:34.798 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: 236C00 from peripheral: 80:EA:CA:70:01:05
08-24 19:39:34.799 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:05', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], ' took 66'
08-24 19:39:34.800 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:07', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], ' took 57'
08-24 19:39:34.801 2998 7026 I WAKELOCK_RELEASE: TIMESTAMP=253778593630170, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:34.804 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 108, 0 ],
08-24 19:39:34.804 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:39:34.804 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:39:34.804 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05' }
08-24 19:39:34.804 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 0 ]
08-24 19:39:34.805 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 0 ]
08-24 19:39:34.807 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 73 action queue is time (1)', { type: 'E_FLASH_INDICATION_REQ',
08-24 19:39:34.807 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:05',
08-24 19:39:34.807 8295 8315 D ReactNativeJS: value: 0,
08-24 19:39:34.807 8295 8315 D ReactNativeJS: location: 'globalErrorModal.clearAlerts',
08-24 19:39:34.807 8295 8315 D ReactNativeJS: utc: 1598297974782 }
08-24 19:39:34.807 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:39:34.808 8295 8315 D ReactNativeJS: 'bleCommunicator writing done', '80:EA:CA:70:01:16', '37D57FA2-805B-49CA-80B6-B05A81964AE2', [ 108, 0 ], ' took 50'
08-24 19:39:34.815 2998 3699 I WAKELOCK_ACQUIRE: TIMESTAMP=253778606933286, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:34.824 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: 236C00 from peripheral: 80:EA:CA:70:01:16
08-24 19:39:34.827 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 108, 0 ],
08-24 19:39:34.827 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:39:34.827 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:39:34.827 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16' }
08-24 19:39:34.827 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 0 ]
08-24 19:39:34.827 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 0 ]
08-24 19:39:34.827 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253778619846188, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:34.832 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 74 action queue is time (1)', { type: 'E_FLASH_INDICATION_REQ',
08-24 19:39:34.832 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:16',
08-24 19:39:34.832 8295 8315 D ReactNativeJS: value: 0,
08-24 19:39:34.832 8295 8315 D ReactNativeJS: location: 'globalErrorModal.clearAlerts',
08-24 19:39:34.832 8295 8315 D ReactNativeJS: utc: 1598297974794 }
08-24 19:39:34.832 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:39:34.986 2998 3164 I WAKELOCK_ACQUIRE: TIMESTAMP=253778778205903, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:35.795 8295 8317 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:39:35.799 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: 69340000FFFFFF000000FFFFFF59200060AFFFFF69340001F000000FFFFFF000000FFFFFF000000D69340002CCFFF9D0000404FFFFFF000000FFFFFF69340003000000FFFFFF004000AD0FFFD880000F69340004AFFFFFF000000FFFFFF000000FFFFFF36934000570000812FFFFFF000000FFFFFF00000069340006FFFFFF000000F26FFF75E00053EFFFFF69340007F000000FFFFFF000000FFFFFF000000C69340008CEFFFB940002AAFFFFFF000000FFFFFF69340009000000FFFFFF1200009BEFFFEAC000056934000A4FFFFFF000000FFFFFF000000FFFFFF56934000B08000702FFFFFF000000FFFFFF0000006934000CFFFFFF000000DBCFFF83200037AFFFFF6934000DF000000FFFFFF000000FFFFFF000000A6934000EEEFFFBCA0000E2FFFFFF000000FFFFFF6934000F000000FFFFFF1940007FCFFFF4E00000693400100FFFFFF000000FFFFFF000000FECFFF569340011F4000576FFFFFF000000FFFFFF00000069340012FFFFFF000000D1CFFF9A40002B4FFFFF69340013F000000FFFFFF000000FFFFFF000000969340014ACFFFCE8000016FFFFFF000000FFFFFF69340015000000FFFFFF2D20006AAFFFFEE00000693400160FFFFFF000000FFFFFF000000DDCFFF769340017200003AAFFFFFF000000FFFFFF00000069340018FFFFFF000000BDAFFFB140001D2FFFFF69340019F000000FFFFFF000000FFFFFF10E00086934001AE4FFFE64000000FFFFFF000000FFFFFF6934001B000000FFFFFF4F800062AFFFFFF000006934001C0FFFFFF000000FFFFFF000000DB2FFF86934001DC8000374FFFFFF000000FFFFFF0000006934001EFFFFFF000000AFCFFFCD20000B2FFFFF6934001FF000000FFFFFF000000FFFFFF278000769340020CAFFFFD6000000FFFFFF000000FFFFFF69340021000000F52FFF6140004AAFFFFFF00000693400220FFFFFF000000FFFFFF000000BC0FFF9693400237C00026AFFFFFF000000FFFFFF00000069340024FFFFFF000000984FFFD50000000FFFFF69340025F000000FFFFFF000000FFFFFF38E000569340026C6FFFFFF000000FFFFFF000000FFFFFF69340027000000E08FFF7840003FAFFFFFF00000693400280FFFFFF000000FFFFFF000000B06FFFB693400292C000134FFFFFF000000FFFFFF0000006934002AFFFFFF1160007AAFFFF1E000000FFFFF6934002BF000000FFFFFF000000FA8FFF49000046934002CE4FFFFFF000000FFFFFF000000FFFFFF6934002D000000BC6FFF842000252FFFFFF000006934002E0FFFFFF000000FFFFFF000000978FFFB6934002FCE000034FFFFFF000000FFFFFF00000069340030FFFFFF1980006CCFFFF12000000FFFFF69340031F000000FFFFFF000000D9AFFF5CE0003693400328AFFFFFF000000FFFFFF000000FFFFFF69340033000000B1EFFF9C20001F4FFFFFF00000693400340FFFFFF000000FFFFFF0000008B8FFFC69340035F6000000FFFFFF000000FFFFFF00000069340036FE8FFF3C600063EFFFFFF000000FFFFF69340037F000000FFFFFF000000DC2FFF83200036934003884FFFFFF000000FFFFFF000000FFFFFF69340039000000ADAFFFBA8000158FFFFFF000006934003A0FFFFFF000000FFFFFF19C000858FFFE6934003BF2000000FFFFFF000000FFFFFF0000006934003CFD8FFF52E00054AFFFFFF000000FFFFF6934003DF000000FFFFFF000000BE0FFF8FC00026934003EC2FFFFFF000000FFFFFF000000FFFFFF6934003F000000970FFFC20000002FFFFFF00000693400400FFFFFF000000FF6FFF18A0005F2FFFF6934004152000000FFFFFF000000FFFFFF00000069340042CA0FFF52200020AFFFFFF000000FFFFF69340043F000000FFFFFF0000009E2FFF994000069340044E2FFFFFF000000FFFFFF000000FFFFFF69340045000000792FFFD52000000FFFFFF00000693400460FFFFFF000000F40FFF3900004D8FFFF69340047FF000000FFFFFF000000FFFFFF00000069340048ACAFFF55A000140FFFFFF000000FFFFF69340049F000000FFFFFF000000792FFFA3A00006934004A00FFFFFF000000FFFFFF000000FCEFFF6934004B0BE000650FFFF18000000FFFFFF000006934004C0FFFFFF000000F26FFF64C00058AFFFF6934004DFF000000FFFFFF000000FFFFFF0000006934004ED56FFFB44000406FFFFFF000000FFFFF6934004FF000000FFFFFF114000B14FFFEFA00016934005018FFFFFF000000FFFFFF000000FFFFFF6934005159C0008C0FFFFFF000000FFFFFF00000693400520FFFFFF000000FFFFFF98C0005CEFFFF69340053FF000000FFFFFF000000FFFFFF00000069340054CFEFFFC420002DCFFFFFF000000FFFFF69340055F000000FFFFFF246000A50FFFFFA000069340056AAFFFFFF000000FFFFFF000000FFFFFF69340057698000712FFFFFF000000FFFFFF00000693400580FFFFFF000000F02FFF9B4000440FFFF69340059FF000000FFFFFF000000FFFFFF0020006934005AB40FFFD5E000158FFFFFF000000FFFFF6934005BF000000FFFFFF36C0008ECFFFFFF00006934005C00FFFFFF000000FFFFFF000000FFAFFF6934005D78800054EFFFFFF000000FFFFFF000006934005E0FFFFFF000000CEEFFFB100002D2FFFF6934005FFF000000FFFFFF000000FFFFFF06A000693400609F2FFFE2A000036FFFFFF000000FFFFF69340061F000000FFFFFF48E000764FFFFFF00006934006200FFFFFF000000FFFFFF000000E62FFF69340063806000464FFFFFF000000FFFFFF00000693400640FFFFFF000000AE8FFF
08-24 19:39:35.806 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253779597717947, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:35.837 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: 236C00 from peripheral: 80:EA:CA:70:01:07
08-24 19:39:35.863 8295 8315 D ReactNativeJS: 'epilog message', '0.12.0', { value: [ 35, 108, 0 ],
08-24 19:39:35.863 8295 8315 D ReactNativeJS: service: '48bbe7d5-81e5-46a4-b3ad-23417934d96d',
08-24 19:39:35.863 8295 8315 D ReactNativeJS: characteristic: 'd536853f-fccb-4d07-8f0a-bb9986f29019',
08-24 19:39:35.863 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07' }
08-24 19:39:35.863 8295 8315 D ReactNativeJS: 'generateActionFromMessage', [ 35, 108, 0 ]
08-24 19:39:35.863 8295 8315 D ReactNativeJS: 'parseMessage split raw', '23', '6c', [ 0 ]
08-24 19:39:35.866 8295 8315 D ReactNativeJS: 'requestCompleteHandler action complete took 1122 action queue is time (1)', { type: 'E_FLASH_INDICATION_REQ',
08-24 19:39:35.866 8295 8315 D ReactNativeJS: peripheral: '80:EA:CA:70:01:07',
08-24 19:39:35.866 8295 8315 D ReactNativeJS: value: 0,
08-24 19:39:35.866 8295 8315 D ReactNativeJS: location: 'globalErrorModal.clearAlerts',
08-24 19:39:35.866 8295 8315 D ReactNativeJS: utc: 1598297974786 }
08-24 19:39:35.866 8295 8315 D ReactNativeJS: 'requestCompleteHandler q', []
08-24 19:39:35.987 2998 8278 I WAKELOCK_ACQUIRE: TIMESTAMP=253779778753513, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:36.672 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:39:36.679 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'TICK',
08-24 19:39:36.679 8295 8315 D ReactNativeJS: value: 10000,
08-24 19:39:36.679 8295 8315 D ReactNativeJS: location: 'INTERVAL',
08-24 19:39:36.679 8295 8315 D ReactNativeJS: utc: 1598297976673 }
08-24 19:39:36.689 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:39:36.697 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:39:36.756 8295 8316 D ReactNativeBleManager: scan
08-24 19:39:36.759 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:39:36.765 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:39:36.776 11275 17778 D BtGatt.GattService: registerClient() - UUID=0a4def43-d97b-41ac-812b-c76ff399c0b0
08-24 19:39:36.778 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=0a4def43-d97b-41ac-812b-c76ff399c0b0, clientIf=23
08-24 19:39:36.779 8295 8308 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=23
08-24 19:39:36.781 11275 8277 D BtGatt.GattService: start scan with filters
08-24 19:39:36.792 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:39:36.816 2998 4477 I WAKELOCK_RELEASE: TIMESTAMP=253780607906251, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:36.827 2998 3013 I WAKELOCK_ACQUIRE: TIMESTAMP=253780619358017, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:36.830 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=23, status=0, action=1
08-24 19:39:36.830 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 23 status - 0
08-24 19:39:36.831 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:39:36.842 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253780634200946, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:36.853 2998 3588 I WAKELOCK_ACQUIRE: TIMESTAMP=253780645489469, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:36.856 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=23, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:39:36.856 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 23 status - 0
08-24 19:39:36.858 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:39:36.870 2998 12873 I WAKELOCK_RELEASE: TIMESTAMP=253780662260537, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:36.882 2998 3162 I WAKELOCK_ACQUIRE: TIMESTAMP=253780674410814, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:36.885 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=23, status=0, action=0, availableSpace=15
08-24 19:39:36.885 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 23 status - 0
08-24 19:39:36.894 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:39:36.894 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:39:36.894 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:39:36.896 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:39:36.905 2998 4475 I WAKELOCK_RELEASE: TIMESTAMP=253780697230369, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:36.916 2998 10650 I WAKELOCK_ACQUIRE: TIMESTAMP=253780707870859, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:36.929 2998 3685 I WAKELOCK_RELEASE: TIMESTAMP=253780721049495, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:36.939 2998 3164 I WAKELOCK_ACQUIRE: TIMESTAMP=253780730811443, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:36.953 2998 3729 I WAKELOCK_RELEASE: TIMESTAMP=253780744922272, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:36.963 2998 7026 I WAKELOCK_ACQUIRE: TIMESTAMP=253780754818012, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:36.975 2998 3670 I WAKELOCK_RELEASE: TIMESTAMP=253780766953626, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:36.985 2998 20993 I WAKELOCK_ACQUIRE: TIMESTAMP=253780777659968, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:36.997 2998 3589 I WAKELOCK_RELEASE: TIMESTAMP=253780788879439, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:37.008 2998 3012 I WAKELOCK_ACQUIRE: TIMESTAMP=253780800424084, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:37.021 2998 8280 I WAKELOCK_RELEASE: TIMESTAMP=253780813647696, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:37.034 2998 4475 I WAKELOCK_ACQUIRE: TIMESTAMP=253780826686315, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:38.544 2998 20993 I WAKELOCK_RELEASE: TIMESTAMP=253782335727914, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:41.422 8295 8309 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:39:41.425 8295 8309 D ReactNativeBleManager: onCharacteristicChanged: D44100004F6D4CFFF15A282B28FFF55C0029BCFFD4410001FA5C0005ECF32EE60003ACC60FFF2301D44100028EA48FFF70E000858FFFB940005F8EACD4410003FF8004372C36FFF3720C29D6FFF85400D4410004077CFFFCC00024E6DA0FFF084264B52FD4410005FF458000936FFF95E00069CF84E2E000D4410006436CCEFFF148140A68FFF61600288EFFD4410007FAEE0005C8EF6ED20023A4C3CFFF2620D441000806A24FFF718000782FFFBF4000500DE8D4410009FFC00A28CB58FFF358004964FFF86600D441000A0740FA2CF200047AD8AFFF08014EAE6FD441000BFF510000898FFF9D6000624F2AE16000D441000C3DCC46FFF1BE17CA5AFFF5DA000818FFD441000DFAEA000562E6EF960002E0BCAFFF3020D441000E769AEFFF79A000744FF4C240004FEDC4D441000FFFE0461F4B6CFFF3F600091AFFF92400D4410010069CFA0D9000041ACD4FFF11A16CA68FD4410011FF51C0008B2FFFA1E0025F0EE4E5E000D4410012344C66FFF1DE00A9C4FFF6EE000790FFD4410013FB5E000542E06F30000294B6EFFF2F00D441001400956FFF7C0002702FE4C94000438CFCD4410015FFE03C10CAC6FFF3F6000882FFF8D200D4410016063CEEAD3E000366C82FFF0B4066A20FD4410017FF56A0007AEFFFAC8000576E46EC8000D44100182E4BA8FFF23C0189C6FFF6C0000740FFD4410019FB9C0004B6DF6FB600A1FCB30FFF3960D441001A008FCFFF8660006D0F8ECBE002494CF2D441001BFFF08C166AFAFFF4DC00087CFFF9DC00D441001C0604F20E540023B0C66FFF1A8092A02FD441001DFF6300027EEFFFAC2002580E68F0A000D441001E28EBD4FFF29C00094CFFF7A4002722FDD441001FEC740024BCD6EFFF03220EB24FFF4100D441002002918FFF8E200066AFAED680003A0CE8D4410021FFF11C0C6A42FFF542000826FFFA5800D441002205C0E90E92002334BCAFFF1CC002A0EFD4410023FF6F400074CFFFB700004E2DE8FEC002D441002423CB7CFFF378000934FFF840000706FDD4410025EC9A00048ED40FFF050170B00FFF49C0D4410026008AEFFF986000642F38DE60003F4C92D4410027FFF1580E0A5AFFF60E000814FFFAAA00D4410028055AEA6F0A000308BAEFFF25A00095CFD4410029FF78600276EFF4BEA000502DCAFE803ED441002A26AB70FFF3C0000904FFF8BC000692FCD441002B8D3C00042CCE4FFF0F81F0AF2FFF5420D441002C00890FFF9EC000642F30ECA000366C80D441002DFFF21C0C0A26FFF6D60007C4FFFB7400D441002E059AE68F62002340BF6FFF2D6000970FD441002FFF7E2000718FFFC9A0004C6D8CFFF02CD44100301E0AD4FFF45E0028E2FFF950000690F9D44100310DAC000452CE8FFF10E0E4AD2FFF58E0D441003200858FFFABA0005C8EB6EF4004376C4AD4410033FFF2360B69BCFFF6F60007A0FFFBE400D44100340552E1AFFC028284B78FFF380000918FD4410035FF8700006EEFB0CE8000494D3EFFF04ED441003618AB10FFF49E0008B0FFF9A40005FAF2D44100376E50000396C4AFFF1A2136A1CFFF62E0D44100380081CFFFAEE00058AE74F740002AAC14D4410039FFF2BE002976FFF7AC000752FFCC6800D441003A04D6D82FFE04426CB6CFFF3A40008BAFD441003BFF8940006A6F8AD3A0003C0CC0FFF108D441003C15CA62FFF566000850FFFA0C0005EAF1D441003DCE36000372C48FFF1E2082A28FFF6940D441003E00794FFFB6200054CE0AFD0000308B8ED441003FFFF2F208A99CFFF7D000272EFF4CB200D441004004D2D74FFF08E1C8AF6FFF43E000898FD4410041FF93E00066EFF4D8E0003D8C6AFFF126D441004211CA66FFF594000826FFFAD2000596E9D44100436F3E000340BC6FFF2BE0ACA04FFF7420D441004402798FFFBE000054EE08FF802E2B0BCCD4410045FFF3C2000954FFF8E20026D8FCCD2000D441004604BCD04FFF126228AAAFFF4FC0028CCFD4410047FFA26000630F4CE6E0003A8C64FFF1BCD44100480A2A0CFFF660000808FFFB5200056EE8D44100492F2400034CBBEFFF2E40189AEFFF7C60D441004A0274CFFFC860004D2D66FFF054244B60D441004BFFF3FE0008FCFFF90C000682F8ED4600D441004C03A2CECFFF0F8104A5AFFF54E00081CFD441004DFFA640005FCEA2EB00003B4C18FFF20ED441004E0A0A3AFFF70C0007CCFFFBBE002510E0D441004F2FFF02C2DEB5EFFF36C00294CFFF8300D4410050006F2FCCCB400049ED2CFFF04A152A98D4410051FFF47C002878FFF9520005DAEF4DB600D44100522356C3EFFF16A0B4A1EFFF5960007ECFD4410053FFA8C002532E5CED000025EBA6FFF268D441005400093AFFF758000732FD6C020004D0D5D4410055CFF2020206B20FFF3AC0008F4FFF89A0D44100560068AFB0D5000040ACD6FFF0CE140A88D4410057FFF4F4000848FFF99200060AF36EA000D441005803B2C88FFF1E80EAA6CFFF70800082EFD4410059FFBC20005CEF12F8A0283B2C00FFF322D441005A0CE9CCFFF7FC000748FFFCA60024A0D8D441005B4FFF09C236AF6FFF48E0008E2FFF91C0D441005C0268AF64DB200041CCC2FFF0DC0CEAB6D441005DFFF60400083AFFFAC40005AEEBAEFE00D441005E0346BF8FFF2720C89BAFFF6F0002784FD441005FFFBC40004B4DF0FB20061F4B88FFF350D441006000091CFFF8C2002714FA4D0400046AD5D44100616FFF0B6196AB8FFF4D20008B8FFF9940D4410062005F6F4CE1600037EC6EFFF1B00409D2D4410063FFF5C60007E4FFFA98000560E34F0C00D4410064027CC04FFF2C200097A
08-24 19:39:41.512 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:39:41.806 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:39:41.810 11275 11317 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:39:41.813 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:39:41.814 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:39:41.828 2998 3162 I WAKELOCK_ACQUIRE: TIMESTAMP=253785620206265, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:41.843 2998 8278 I WAKELOCK_RELEASE: TIMESTAMP=253785635583811, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:41.855 2998 3013 I WAKELOCK_ACQUIRE: TIMESTAMP=253785647209333, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:41.869 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253785661057204, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:41.881 2998 3588 I WAKELOCK_ACQUIRE: TIMESTAMP=253785672963235, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:41.884 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=23, status=0, action=1, availableSpace=16
08-24 19:39:41.884 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 23 status - 0
08-24 19:39:41.885 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:39:41.885 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:39:41.885 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:39:43.389 2998 12873 I WAKELOCK_RELEASE: TIMESTAMP=253787180820570, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:43.520 8295 8317 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:39:43.523 8295 8317 D ReactNativeBleManager: onCharacteristicChanged: 043A0000FFFFFF00E00EFFFFFF00C00EFC0FFF1A043A0001000C444FFFC8600C7ECFFFFFF00E00EF043A0002FFFFF00E00C4FEFFF90A00E50AFFFFFF043A000300E192FFFFFF00C00EFFFFFF00C00CEC043A00042FFF5FE00E00EFFFFFF00E00CD5CFFF0043A00050E00EFFCFFF41200CB98FFF1D600C83E043A0006FFFFFF00E0C8FFFFFF00E00EFF6FFF45043A0007400C436FFFFFF00E010FFFFFF00E00EF043A0008FFFFF00E00EFFFFFF470010AD4FFFF92043A000900E00CFFFFFF00E00E6DCFFF2FA00C9E043A000A2FFFC6000E5EEFFF91200C2A4FFFFFF0043A000B0C00CFFFFFF07600A6F2FFFD7A00E08A043A000CFFFFFF00E00EFFFFFF00E00EFDCFFF00043A000DC00CB82FFFD7000E56CFFFFFF00E00AF043A000EFFFFF00E00E47CFFFB3A00E498FFFFFF043A000F00C0B8FFFFFF00E00CFFFFFF00E00CE6043A0010CFFF80401000EFFFFFF00E00EC22FFF0043A00110E00EF1AFFF642010ABAFFF44400E7A0043A0012FFFFFF00C054FFFFFF00C00EFFFFFF5E043A0013C00E2D6FFFFFF00C00EFFFFFF00E010F043A0014FFFFF00E00CFFFFFF6CC00C00CFFFFFA043A001501000CFFFFFF01000C3F2FFF4CA00C88043A00166FFFF000103FEFFFAF200CC4CFFFFFF0043A00171000EFFFFFF28200E5D4FFFFC200E016043A0018FFFFFF00E010FFFFFF09C00CD76FFF00043A0019C00EB3CFFFE6C00C384FFFFFF00E010F043A001AFFFFF04400E1EAFFFD3E00C134FFFFFF043A001B00E00EFFFFFF01000CFFFFFF07600EE8043A001CCFFFB2600E00CFFFFFF00E00C956FFF0043A001D0E00CCA2FFF7D800E8B4FFF43200E44E043A001EFFFFFF00C00EFFFFFF01000EDD4FFF91043A001FA0101A2FFFFFF01000EFFFFFF00C00CF043A0020FFFFF01000EEE2FFF914010798FFFFFF043A002100E00CFFFFFF00C00E334FFF5D400C67043A0022AFFFE6400E10CFFFFFF00C00CFFFFFF0043A00230C00CE1CFFF364010870FFFEF600E00C043A0024FFFFFF00E00EFFFFFF00E00EAACFFF8F043A0025200E428FFFFFF00E00EFFFFFF00C00EF043A0026FFFFF04200E498FFFB5A00E010FFFFFF043A002700E010FFFFFF00C00CF0CFFF25200E84043A0028EFFFC1A00E2EAFFFFFF00E00EFFFFFF0043A00290E00CA9EFFF71A00E52AFFFF9600E00C043A002AFFFFFF00C00EFFFFFF00E00ED58FFF93043A002B200C014FFFFFF00E010FFFFFF00E00CE043A002C72FFF2C600E918FFFA6000C00EFFFFFF043A002D00A010FFFFFF00E00AA84FFF46400C3E043A002E4FFFF9801000CFFFFFF5F87FAFFFFFF0043A002F0C00CDE4FFF66200A86AFFFFFF00E00C043A0030FFFFFF00E00EFBAFFF11601095EFFFB0043A0031C00E23CFFFFFF00C00CFFFFFF01000EF043A0032FFFFF2C600C350FFFD7A00E00EFFFFFF043A003300C00EFFFFFF01000ED46FFF48A00E6A043A0034AFFFE040100ACFFFFFF00E00CFFFFFF0043A00350C01093AFFF94200E3F8FFFFFF01000C043A0036FFFFFF00E010FFFFFF01200EBEEFFFAF043A0037E00C010FFFFFF00C00EFFFFFF01000CD043A0038FCFFF5C200C736FFFC8000C11EFFFFFF043A003900C00EFFFFFF00C00E982FFF6BC00E2C043A003A0FFFFFF00E010FFFFFF01000EFFFFFF0043A003B0E00CBD2FFF7C400E5BCFFFFFF00E00E043A003CFFFFFF00C00EDF0FFF2CA00C740FFFD9043A003D400C104FFFFFF00E010FFFFFF00E00EF043A003EFFFFF52401027CFFFF1000E00CFFFFFF043A003F00E00CFFFFFF00E00CB2AFFF64801051043A00404FFFFE600C00CFFFFFF00E00EFFFFFF0043A0041FC00A7ACFFFBA001027AFFFFFF01000C043A0042FFFFFF00C00EFD2FFF10400E9EEFFFD3043A0043600E00CFFFFFF00C00CFFFFFF00C010B043A00448EFFF80200C5D8FFFDD000C00EFFFFFF043A004500C00CFFFFFF00C00A784FFF85A00E14043A0046EFFFFFF00E010FFFFFF4540D2FFFFFF0043A00471000C9CEFFFA1A0104A6FFFFFF00E00E043A0048FFFFFF00C00CC64FFF55E00C58EFFFFD043A00496010018FFFFFF00C00EFFFFFF00E010D043A004AF4FFF6CC00E00EFFFFFF00E010FFFFFF043A004B01000CFF8FFF1D800CA56FFF89A00C38043A004C0FFFFFF01000EFFFFFF00C00CE8EFFF2043A004D5A00C622FFFD0000E018FFFFFF00C00C043A004EFFFFFF00C00EE6EFFF3EE00C8A6FFFF0043A004F000C00CFFFFFF00E00CFFFFFF01000EA043A005028FFFAB60104BAFFFFFF01000EFFFFFF043A005100E00CFFFFFF01E00E6D6FFFAFC00E0A043A00524FFFFFF00E00CFFFFFF00E00CF44FFF0043A00533400A830FFFC6801030EFFFFFF01000E043A0054FFFFFF00E00CAB2FFF78800C504FFFFF043A0055F00C00CFFFFFF00E00AFFFFFF00C00CD043A00568CFFF95400C00CFFFFFF01000EFFFFFF043A005700C00EF08FFF4B800E934FFFB0E00E2C043A0058AFFFFFF00C00AFFFFFF01000EE10FFF5043A00594000C524FFFFDC01000EFFFFFF00C00E043A005AFFFFFF00E00ECE2FFF63200C6AEFFFFF043A005BF00E00CFFFFFF00C00EFFFFFF12200A7043A005CFAFFFCA200E314FFFFFF00C00CFFFFFF043A005D00E00EFFFFFF26400E504FFFD8800C00043A005EEFFFFFF00E00CFFFFFF01000CE20FFF2043A005FDC00E754FFFEB200E1C4FFFFFF00E00E043A0060FFFFFF00E00AA0EFFF99200C2AAFFFFF043A0061F01000CFFFFFF00C00EFFFFFF028010C043A00620EFFFB5800E00CFFFFFF00C00EFFFFFF043A006300C00EC9CFFF60A00E70EFFFD0C00E0E043A00640FFFFFF00E00EFFFFFF
08-24 19:39:43.680 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297984674,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297984674,"value":[14851,13417,-99999,16851]}}'
08-24 19:39:43.680 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:39:46.373 8295 8308 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:39:46.378 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: 6A340000000000FFFFFF000000FFFFFF000000D96A340001AFFF884000256FFFFFF000000FFFFFF06A34000200000FFFFFF030000928FFFDCE0000106A340003FFFFFF000000FFFFFF000000FFFFFF466A34000420006CCFFFFFF000000FFFFFF000000F6A340005FFFFF000000F38FFF7D20003F8FFFFFF6A340006000000FFFFFF000000FFFFFF000000AE6A340007AFFFBAC00021CFFFFFF000000FFFFFF06A34000800000FFFFFF1F200080AFFFF4A0000006A340009FFFFFF000000FFFFFF000000FDEFFF596A34000AC0005B6FFFFFF000000FFFFFF000000F6A34000BFFFFF000000CECFFF9F00002B8FFFFFF6A34000C000000FFFFFF000000FFFFFF000000946A34000D8FFFC6A000018FFFFFF000000FFFFFF06A34000E00000F4CFFF154000546FFFEF60000006A34000FFFFFFF000000FFFFFF000000C2CFFF546A34001080002ECFFFFFF000000FFFFFF000000F6A340011FFFFF000000A6AFFF9EC0000ACFFFFFF6A340012000000FFFFFF000000FFFFFF05A0007F6A3400134FFFE7A000000FFFFFF000000FFFFFF06A34001400000FFCFFF3FC000528FFFFFF0000006A340015FFFFFF000000FFFFFF000000CC8FFF786A3400162000350FFFFFF000000FFFFFF000000F6A340017FFFFF00000097AFFFBCC000050FFFFFF6A340018000000FFFFFF000000FFFFFF16E0007A6A340019EFFFF52000000FFFFFF000000FFFFFF06A34001A00000FBCFFF6240005DEFFFFFF0000006A34001BFFFFFF000000FFFFFF000000D4AFFFA96A34001CC000360FFFFFF000000FFFFFF000000F6A34001DFFFFF006000AD8FFFDCE0000AAFFFFFF6A34001E000000FFFFFF000000FFFFFF46A000696A34001F2FFFFFF000000FFFFFF000000FFFFFF06A34002000000F74FFF81A000492FFFFFF0000006A340021FFFFFF000000FFFFFF000000BBAFFFB06A340022C000258FFFFFF000000FFFFFF000000F6A340023FFFFF15E000886FFFE80000000FFFFFF6A340024000000FFFFFF000000FECFFF4B4000656A340025CFFFFFF000000FFFFFF000000FFFFFF06A34002600000CD2FFF8F200034AFFFFFF0000006A340027FFFFFF000000FFFFFF000000AC2FFFC16A34002860000BEFFFFFF000000FFFFFF000000F6A340029FFFFF278000786FFFF84000000FFFFFF6A34002A000000FFFFFF000000F8AFFF694000466A34002B8FFFFFF000000FFFFFF000000FFFFFF06A34002C00000CA2FFFA70000284FFFFFF0000006A34002DFFFFFF000000FFFFFF01E0008E6FFFDE6A34002E4000004FFFFFF000000FFFFFF000000F6A34002FFFFFF4020005FAFFFFFF000000FFFFFF6A340030000000FFFFFF000000E34FFF7740003D6A3400312FFFFFF000000FFFFFF000000FFFFFF06A34003200000AFCFFFB860001BEFFFFFF0000006A340033FFFFFF000000FFFFFF0F6000806FFFEA6A340034C000000FFFFFF000000FFFFFF000000E6A3400354AFFF4AC0004BAFFFFFF000000FFFFFF6A340036000000FFFFFF000000AA0FFF8A20000D6A340037CFFFFFF000000FFFFFF000000FFFFFF06A340038000007C2FFFAE2000000FFFFFF0000006A340039FFFFFF000000E2CFFF0D0000402FFFED6A34003A4000000FFFFFF000000FFFFFF000000B6A34003BD0FFF4F0000202FFFFFF000000FFFFFF6A34003C000000FFFFFF000000A34FFF9EC000136A34003D8FFFFFF000000FFFFFF000000FFFFFF06A34003E5E00080CFFFE58000000FFFFFF0000006A34003FFFFFFF000000FFFFFF4F0000738FFFFF6A340040F000000FFFFFF000000FFFFFF000000E6A34004186FFF9D6000454FFFFFF000000FFFFFF6A340042000000FFFFFF000000B46FFFCF40001A6A340043EFFFFFF000000FFFFFF000000FFFFFF36A3400440800086CFFFFE8000000FFFFFF0000006A340045FFFFFF000000F9EFFF69C000518FFFFF6A340046F000000FFFFFF000000FFFFFF000000C6A34004726FFFA22000244FFFFFF000000FFFFFF6A340048000000FFFFFF0920009A8FFFDE8000066A3400496FFFFFF000000FFFFFF000000FFFFFF46A34004A2E000674FFFFFF000000FFFFFF0000006A34004BFFFFFF000000F2CFFF79200044CFFFFF6A34004CF000000FFFFFF000000FFFFFF000000B6A34004D82FFFBEE000220FFFFFF000000FFFFFF6A34004E000000FFFFFF17A0008D0FFFEEA000006A34004F0FFFFFF000000FFFFFF000000FFAFFF56A340050B80005F0FFFFFF000000FFFFFF0000006A340051FFFFFF000000CE8FFF982000348FFFFF6A340052F000000FFFFFF000000FFFFFF000000A6A3400536AFFFD2A00002AFFFFFF000000FFFFFF6A340054000000FFFFFF38C000728FFFFF6000006A3400550FFFFFF000000FFFFFF000000F68FFF66A340056CE000438FFFFFF000000FFFFFF0000006A340057FFFFFF000000BD4FFFA4A00024CFFFFF6A340058F000000FFFFFF000000FFFFFF09400086A340059B4FFFEAC000002FFFFFF000000FFFFFF6A34005A000000FFFFFF46600060CFFFFFF000006A34005B0FFFFFF000000FFFFFF000000DC2FFF86A34005C1600032CFFFFFF000000FFFFFF0000006A34005DFFFFFF0000009E0FFFBE80000D2FFFFF6A34005EF000000FFFFFF000000FFFFFF15A00076A34005FB2FFFE94000000FFFFFF000000FFFFFF6A340060000000E84FFF5F80004FEFFFFFF000006A3400610FFFFFF000000FFFFFF000000BF6FFF96A3400628C00020CFFFFFF000000FFFFFF0000006A340063FFFFFF00000092AFFFCD8000000FFFFF6A340064F000000FFFFFF000000
08-24 19:39:46.684 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:39:46.692 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'TICK',
08-24 19:39:46.692 8295 8315 D ReactNativeJS: value: 10000,
08-24 19:39:46.692 8295 8315 D ReactNativeJS: location: 'INTERVAL',
08-24 19:39:46.692 8295 8315 D ReactNativeJS: utc: 1598297986684 }
08-24 19:39:46.704 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:39:46.711 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:39:46.762 8295 8316 D ReactNativeBleManager: scan
08-24 19:39:46.766 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:39:46.770 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:39:46.777 11275 20531 D BtGatt.GattService: registerClient() - UUID=505b0a37-4ee8-457e-bbe0-1adb9e3d36b5
08-24 19:39:46.778 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=505b0a37-4ee8-457e-bbe0-1adb9e3d36b5, clientIf=24
08-24 19:39:46.779 8295 8420 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=24
08-24 19:39:46.780 11275 11289 D BtGatt.GattService: start scan with filters
08-24 19:39:46.790 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:39:46.804 8295 8315 D ReactNativeJS: 'webSocketActions sending actions', 10
08-24 19:39:46.813 2998 4477 I WAKELOCK_ACQUIRE: TIMESTAMP=253790604730335, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:46.815 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=24, status=0, action=1
08-24 19:39:46.815 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 24 status - 0
08-24 19:39:46.815 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:39:46.819 2998 3013 I WAKELOCK_RELEASE: TIMESTAMP=253790611833807, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:46.824 2998 12875 I WAKELOCK_ACQUIRE: TIMESTAMP=253790615974869, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:46.825 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=24, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:39:46.825 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 24 status - 0
08-24 19:39:46.825 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:39:46.829 2998 3588 I WAKELOCK_RELEASE: TIMESTAMP=253790621104264, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:46.833 2998 12873 I WAKELOCK_ACQUIRE: TIMESTAMP=253790625238138, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:46.834 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=24, status=0, action=0, availableSpace=15
08-24 19:39:46.834 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 24 status - 0
08-24 19:39:46.835 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:39:46.835 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:39:46.835 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:39:46.835 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:39:46.840 2998 3162 I WAKELOCK_RELEASE: TIMESTAMP=253790632399450, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:46.846 2998 4475 I WAKELOCK_ACQUIRE: TIMESTAMP=253790638246294, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:46.851 2998 10650 I WAKELOCK_RELEASE: TIMESTAMP=253790643208408, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:46.855 2998 3685 I WAKELOCK_ACQUIRE: TIMESTAMP=253790647248929, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:46.859 2998 3164 I WAKELOCK_RELEASE: TIMESTAMP=253790651732415, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:46.863 2998 8280 I WAKELOCK_ACQUIRE: TIMESTAMP=253790655543466, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:46.869 2998 7026 I WAKELOCK_RELEASE: TIMESTAMP=253790661350208, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:46.875 2998 3670 I WAKELOCK_ACQUIRE: TIMESTAMP=253790667194039, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:46.879 2998 20993 I WAKELOCK_RELEASE: TIMESTAMP=253790671489306, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:46.883 2998 3589 I WAKELOCK_ACQUIRE: TIMESTAMP=253790675682107, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:46.888 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253790680004825, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:46.892 2998 3729 I WAKELOCK_ACQUIRE: TIMESTAMP=253790684016758, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:48.402 2998 4475 I WAKELOCK_RELEASE: TIMESTAMP=253792194159143, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:51.803 8295 8295 D BluetoothAdapter: STATE_ON
08-24 19:39:51.806 11275 17782 D BtGatt.GattService: stopScan() - queue size =1
08-24 19:39:51.809 11275 11298 D BtGatt.ScanManager: stop scan
08-24 19:39:51.809 8295 8315 D ReactNativeJS: BleManagerStopScan
08-24 19:39:51.822 8295 8315 D ReactNativeJS: 'sendingPages reasons:', false, true
08-24 19:39:51.823 2998 3685 I WAKELOCK_ACQUIRE: TIMESTAMP=253795615389432, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:51.828 2998 3164 I WAKELOCK_RELEASE: TIMESTAMP=253795620762085, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:51.841 2998 8280 I WAKELOCK_ACQUIRE: TIMESTAMP=253795633109881, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:51.854 2998 8278 I WAKELOCK_RELEASE: TIMESTAMP=253795646521137, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:51.864 2998 3670 I WAKELOCK_ACQUIRE: TIMESTAMP=253795656859054, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:51.867 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=24, status=0, action=1, availableSpace=16
08-24 19:39:51.867 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 24 status - 0
08-24 19:39:51.867 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=0
08-24 19:39:51.867 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=-2147483648 mLastConfiguredScanSetting=2
08-24 19:39:51.868 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue emtpy, scan stopped
08-24 19:39:52.123 8295 8308 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:39:52.126 8295 8308 D ReactNativeBleManager: onCharacteristicChanged: D5410000AD200050CDD8F2A00032EB44FFF3A200D5410001094CFFA6D80006D2FE2BEE0024A0D36FD5410002FC00E17CB16FFF3C40008BAFFF8D2000D541000360EF64D66002344C76FFF10C0D8A12FFD5410004F51A0007ECFFFA120005A4EB0DF00002D5410005DCBE8FFF1EE00097EFFF6CC000740FFCD5410006B720004B8D7AF5C0082A2B58FFF2FC00D54100072926FFF7DC0006B2FD4CAE0003FAD08FD5410008FF07812EA86FFF4BC000852FFF968000D5410009640F14DC4000392C92FFF16E00CA30FFD541000AF5F00007C6FFFAE0000542E28EF40002D541000B8EB9CFFF28A00697AFFF716000762FF2D541000CBD00004C0DB0FFF002204B0CFFF3EE00D541000D08FCFFF8A6000668FA8D200003FCC9CFD541000EFF0DA0EAA44FFF4EE00083CFFFA00000D541000F58EEB6EB200030ABF0FFF1F808E9B8FFD5410010F68E0007B2FFCB5C00055CE2EFB20062D54100113CBAAFFF2CE000938FFF8020006B6FC8D5410012C6E002442D14FFF05421AAF0FFF44000D541001308C4FFF948000652F82DE40003D6C84FD5410014FF12E0C4A56FFF5FA00081AFFFAC4002D54100155F0EC8EFE002380C66FFF2AC12AA24FFD5410016F78A0027B0FFFC68000586E42FFF0A63D5410017BABC4FFF3F010C9BCFFF8CE00278EFEED5410018D6A0004C8D9AFFF0E21FAAEEFFF59A00D541001908CEFFFA1400060CF52DEC000446C90FD541001AFF1C2158A58FFF668000832FFFB52002D541001B58CE80FE60142BEBDCFFF3580D0986FFD541001CF7C000275EFECC6E000502DC2FE60501D541001DEAB2CFFF4340008C0FFF8F400268CF5CD541001EDA2000426C9CFFF0D41A2AB8FFF55C00D541001F2848FFFA400005EEEC0EB80002F8C36FD5410020FF24A0009C6FFF71E000790FFFBA2002D5410021546DA8FB002A302B5AFFF314000976FFD5410022F834000712FDACD60024A4D60FFF0D82D54100233AAC4FFF4D20008B0FFF982000636F26D5410024DC20003ECC84FFF1300B8A6CFFF5E200D5410025080AFFFB00000564E5AF9000034EBFCFD5410026FF2C002C9EEFFF7820007A2FFFC68000D54100274E2E1AFFF04628EB54FFF3F40008E8FFD5410028F9220006D4F92D9400046AD00FFF0EC1D5410029D6AB8FFF52C000894FFFA1C00061AF20D541002AE860003A2C44FFF1EC0B8A16FFF69200D541002B07F0FFFB4600259EE32FD20042B8BE4FD541002CFF3160009B0FFF830000734FECCCE000D541002D508D7AFFF0AA2A4B32FFF46C000906FFD541002EF94C0006A8FAAE08000408CFCFFF15E1D541002FCCA68FFF5D600084AFFFAAE0005C0EC8D5410030EAC000362C1CFFF28A0489ECFFF70800D54100310784FFFBDC002504DE0FEE034268B3AFD5410032FF39E032934FFF8320006EEFD8D2A000D5410033418D2CFFF0D4168AD2FFF542000864FFD5410034FA12000630F20E0C0003F2C82FFF1D41D54100356CA60FFF66800082EFFFB280005A8EC4D5410036FCA0083B4C26FFF30607A9F0FFF7E400D5410037079EFFAC8A000558DC6FFF0802A4B90FD5410038FF482004930FFF960000668FA8DAE000D5410039470D02FFF16C254AA2FFF59A0028B8FFD541003AFAA0000626EE8EB800237AC46FFF2500D541003BD8A30FFF7200007D0FFFBB8000534E26D541003CF8E0102D0B86FFF2E4000972FFF7F200D541003D06CEFE4CC400043ACEEFFF06A1E4AC8FD541003EFF48C000882FFF92C00066AF56DB4000D541003F38AC8CFFF158042A14FFF5EA0007C4FFD5410040FACA002578E14F040002E6B9AFFF2320D541004100952FFF708002748FECBC400045CDCAD5410042FEA02A228B2CFFF38E0008EEFFF8A600D541004306BCF7ECE4000438CBAFFF0AC12EAB4FD5410044FF4DC000836FFFA180005CCEB4E54000D5410045354C0CFFF22805AA24FFF6240027CCFFD5410046FB0000052CE06F8600022CBA4FFF2F00D541004702950FFF78A0026D8FCAC5800247CD24D5410048FC40341D8AC8FFF3E40008DEFFF92800D54100490636F5CD7A000382CB2FFF1560E0A44FD541004AFF58E000804FFFA680005A8E94E94000D541004B2F2C16FFF2300029A2FFF6D400078EFFD541004CFBEE0004CCDA0FB60222A6B98FFF3680D541004D0091AFFF8480006CEFE8CE80003ECD3AD541004EFFF0701AEAB8FFF4E40008ACFFF98C00D541004F068EF1EE420003DEC7AFFF17409CA6AFD5410050FF61E0007D6FFFB3200056CE64FA8000D54100512F6BCCFFF2F003A98EFFF76600072AFFD5410052CC3C002506DD6FFF0501ECB42FFF3E60D541005302916FFF9340006C4F66D58000454D00D5410054FFF0FA136AA2FFF5160008A6FFFA4E00D541005505B2F14E4800033AC3CFFF2280569E4FD5410056FF6BC0007BCFFFB6E000540E02F8E000D54100572C4BA4FFF354000936FFF82C0006CEFDD54100582CEA00247CD3EFFF0B0256B04FFF4680D541005902894FFF95E0006BEF56DDC0003CCC88D541005AFFF17409CA4CFFF5F6000838FFFAB800D541005B05B8EA2E7800035ABFAFFF24E0009E6FD541005CFF724002742FFFC0E0024CEDBCFFC010D541005D26CB52FFF3EA000926FFF85E0006B8FDD541005E8CFA00043ED16FFF08C130ACAFFF4CE0D541005F02866FFFA00000616ECEE30000384C46D5410060FFF1C4134A42FFF6800007F4FFFB3C00D54100610556E86FAE000292BB4FFF2D600297EFD5410062FF7B0000700FF4C280004BED7AFFF00AD54100631B8B12FFF3E20008E6FFF910000662F6D5410064AD960003D0C8EFFF158
08-24 19:39:53.377 2998 3685 I WAKELOCK_RELEASE: TIMESTAMP=253797169239863, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:54.318 8295 8420 D ReactNativeBleManager: onCharacteristicChanged sending buffered data 256
08-24 19:39:54.322 8295 8420 D ReactNativeBleManager: onCharacteristicChanged: 053A000000E5DAFFFD4000E010FFFFFF01000EFF053A0001FFFF01000E00CFFFAAE00C4F0FFFFFF0053A00020E010FFFF9601000EFFFFFF00E00CFD6053A0003FFF94C01044EFFFFFF00C010F66FFF00053A0004C00CEC4FFF63400C8C8FFF28C00C5E8F053A0005FFFFF00C00CFFFFFF01000EFFFFFF6F2053A000600E00CFFFFFF01000CFFFFFF00C010FF053A0007FFFF00C00CF06FFF7B800C91AFFFFFF0053A00080E00EFFFFFF00C00C294FFF59C00E864053A0009FFFE6800E2AEFFFFFF01000EFFFFFF00053A000AC00CFFFFFF34200EA34FFFFB001000CF053A000BFFFFF01000EFFFFFF10200ECCCFFF916053A000C00C582FFFFBA00C1B8FFFFFF01000EFF053A000DFFFF02C00C00CFFFD6400C210FFFFFF0053A000E1000CFFFFFF00E010FFFFFF00C00EE42053A000FFFFB7801033CFFFFFF00E010DAEFFF00053A0010E00CCE6FFF884010694FFF47A00C4FCF053A0011FFFFF01000EFFFFFF01000CFFFFFF884053A001200C00EFFFFFF010010FFFFFF01000CFD053A00130FFF00E00EE3EFFF97800C6FCFFFFFF0053A00140C010FFFFFF00E00A162FFF6EC00E614053A0015FFFFF000C098FFFB5C01000EFFFFFF01053A0016000CFFFFFF4FC010920FFFFFF01000AF053A0017FFFFF00E00CF22FFF2A801096EFFF2D0053A001800E794FFFFFF00E00EFFFFFF00C00CFF053A0019FFFF22400C00CFFFEB8010034FFFFFF0053A001A0C00EFFFFFF00C00EFFFFFF00C00CC72053A001BFFFD2400C240FFFFFF00E00CBE8FFF01053A001C400EB30FFFA6001051CFFF6BE00E2BAF053A001DFFFFF010010FFFFFF01000CE78FFFB2C053A001E01000CFFFFFF00C00CFFFFFF00E00CF2053A001F4FFF134010C62FFFB7A0105ECFFFFFF0053A00201000AFFFFFF00C010022FFF91001052A053A0021FFFFFF00C010FFFFFF01000EFFFFFF00053A0022A00CC74FFF73800C6E6FFFFFF010010F053A0023FFFFF00E00EED6FFF1FC00C7FAFFFD6C053A002400C276FFFFFF00E00EFFFFFF00C00EFF053A0025FFFF3480105A8FFFDA600E010FFFFFF0053A00261000CFFFFFF01000CCB6FFF2EA00C5BC053A0027FFFF1E00C038FFFFFF01000CFFFFFF00053A0028E00E8B6FFF9FA00C1E6FFFFFF00E00CF053A0029FFFFF00E00CFFFFFF07800CAC2FFFC3C053A002A00C00CFFFFFF00E00EFFFFFF00C00EBA053A002B6FFF6CE00C686FFFD62010010FFFFFF0053A002C0E00EFFFFFF00C00AC42FFF776010272053A002DFFFFFF00E00EFFFFFF00C00CFFFFFF00053A002EC00CA40FFF9BC00C4F2FFFFFF01000CF053A002FFFFFF010010C5AFFF39C00C5FCFFFEE6053A003000E078FFFFFF00E00CFFFFFF00E00EEB053A00312FFF5DA00E4BCFFFFF201000EFFFFFF0053A00321000EFFFFFF04A010AC2FFF51200E46C053A0033FFFFFF00C00CFFFFFF01000CFFFFFF17053A0034000E828FFFC500100DCFFFFFF01000EF053A0035FFFFF00E00EFC8FFF3BC0109DCFFFED6053A003600C00EFFFFFF01000CFF2FFF00E00CAB053A00372FFF926010588FFFF4E010010FFFFFF0053A00380E00EFFFFFF010010B34FFFA0C010162053A0039FFFFFF00E00EFFFFFF00E00CF4CFFF02053A003A600E896FFFB1E010380FFFFFF00E00CF053A003BFFFFF00E00EB66FFF68A00C4BEFFFFFF053A003C00E00EFFFFFF00C010FFFFFF00C010D9053A003DCFFF80401039CFFFFFF00C00CFFFFFF0053A003E0C00EF50FFF2B200C924FFF72C00C2F4053A003FFFFFFF00C010FFFFFF00E00CFFFFFF44053A0040800C694FFFE7E00C04AFFFFFF00C00CF053A0041FFFFF00E00EE7CFFF5D80108C0FFFFFF053A004200E00CFFFFFF01000EEA0FFF03A00C98053A0043CFFFBD000E416FFFFFF010010FFFFFF0053A00440C00CFFFFFF14C00E9D2FFFCD200C084053A0045FFFFFF010010FFFFFF00E00CE64FFF4C053A0046C00E750FFFE8200E242FFFFFF00E00EF053A0047FFFFF00C00EA0EFFF8DE00E30AFFFFFF053A004801000EFFFFFF01000CFFFFFF00E00CC9053A0049EFFF9F200C2C6FFFFFF00C00CFFFFFF0053A004A0E00CE4AFFF59400C884FFF95A00E256053A004BFFFFFF00C00EFFFFFF010010F98FFF63053A004C601049AFFFFFF00C00EFFFFFF010010F053A004DFFFFF12E00EC44FFF7AC010610FFFFFF053A004E01000EFFFFFF01000CD6AFFF2F200E78053A004F0FFFDDA010226FFFFFF00E00EFFFFFF0053A00500E00CFE6FFF31A00E91CFFFEA200C010053A0051FFFFFF010010FFFFFF00E00CCB4FFF67053A00522010552FFFFFF01001EFFFFFF00E00CF053A0053FFFFF0DC00E884FFFAF4010150FFFFFF053A005400C00CFFFFFF01000CFFFFFF1F800EA4053A00556FFFC8600C1CEFFFFFF00E00EFFFFFF0053A00560C00EB78FFF67E00C5ECFFFAD200C00E053A0057FFFFFF00C00CFFFFFF010010DC4FFF83053A0058801034EFFFFFF01000CFFFFFF010010F053A0059FEFFF2C400E9FEFFF9AC00E474FFFFFF053A005A00E010FFFFFF00E00CA90FFF48600A59053A005B4FFFF8400C048FFFFFF00C00EFFFFFF0053A005C0C00CEA6FFF4FE00C752FFFFFF00E00C053A005DFFFFFF00E00EFFFFFF14E010AC0FFF80053A005E200E3A4FFFFFF01000EFFFFFF00E00CF053A005FFFFFF22000E6C8FFFD4600C012FFFFFF053A006001000CFFFFFF00C00CF34FFF3E800E87053A00616FFFE7200C0D4FFFFFF00E00CFFFFFF0053A00620C00CA8CFFF9400104D8FFFCE000C00C053A0063FFFFFF00C010FFFFFF00C00EC5EFFFA8053A0064401016AFFFFFF00C00E
08-24 19:39:55.685 8295 8315 D ReactNativeJS: 'socket message', 'clientHandlerEvent', '{"type":"clientHandlerEvent","CID":"fa76026fd36a829_handler","utc":1598297996675,"sessionId":"1598245401551","value":{"type":"ClientHandlerEventTypeEnum.devicePageWriteComplete","utc":1598297996675,"value":[14852,13418,-99999,16852]}}'
08-24 19:39:55.685 8295 8315 D ReactNativeJS: unhandled clientHandler message
08-24 19:39:56.697 8295 8315 I ReactNativeJS: Dispatching Tick
08-24 19:39:56.704 8295 8315 D ReactNativeJS: 'scanRequestHandler will scan for ids, we should have epilog firmwares', [ '48BBE7D5-81E5-46A4-B3AD-23417934D96D' ], { type: 'TICK',
08-24 19:39:56.704 8295 8315 D ReactNativeJS: value: 10000,
08-24 19:39:56.704 8295 8315 D ReactNativeJS: location: 'INTERVAL',
08-24 19:39:56.704 8295 8315 D ReactNativeJS: utc: 1598297996697 }
08-24 19:39:56.718 8295 8316 D ReactNativeBleManager: Get bonded peripherals
08-24 19:39:56.726 8295 8316 D ReactNativeBleManager: Get discovered peripherals
08-24 19:39:56.796 8295 8316 D ReactNativeBleManager: scan
08-24 19:39:56.799 8295 8316 D ReactNativeBleManager: Filter service: 48BBE7D5-81E5-46A4-B3AD-23417934D96D
08-24 19:39:56.803 8295 8316 D BluetoothAdapter: STATE_ON
08-24 19:39:56.810 11275 8281 D BtGatt.GattService: registerClient() - UUID=21329f4b-6e88-4899-878f-225d6630dec7
08-24 19:39:56.814 11275 11295 D BtGatt.GattService: onClientRegistered() - UUID=21329f4b-6e88-4899-878f-225d6630dec7, clientIf=25
08-24 19:39:56.815 8295 8317 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=25
08-24 19:39:56.816 11275 20531 D BtGatt.GattService: start scan with filters
08-24 19:39:56.826 11275 11298 D BtGatt.ScanManager: handling starting scan
08-24 19:39:56.849 2998 3589 I WAKELOCK_ACQUIRE: TIMESTAMP=253800641442088, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:56.853 11275 11295 D BtGatt.GattService: onScanFilterEnableDisabled() - clientIf=25, status=0, action=1
08-24 19:39:56.853 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 25 status - 0
08-24 19:39:56.854 11275 11298 D BtGatt.ScanManager: addFilterToController: 2
08-24 19:39:56.867 2998 3012 I WAKELOCK_RELEASE: TIMESTAMP=253800658725285, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:56.877 2998 3729 I WAKELOCK_ACQUIRE: TIMESTAMP=253800669273147, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:56.880 11275 11295 D BtGatt.GattService: onScanFilterConfig() - clientIf=25, action = 0 status = 0, filterType=2, availableSpace=47
08-24 19:39:56.880 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 25 status - 0
08-24 19:39:56.881 11275 11298 D BtGatt.ScanManager: configureFilterParamter 500 10000 1 0
08-24 19:39:56.893 2998 3432 I WAKELOCK_RELEASE: TIMESTAMP=253800685233588, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:56.904 2998 3699 I WAKELOCK_ACQUIRE: TIMESTAMP=253800695821638, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:56.909 11275 11295 D BtGatt.GattService: onScanFilterParamsConfigured() - clientIf=25, status=0, action=0, availableSpace=15
08-24 19:39:56.909 11275 11295 D BtGatt.ScanManager: callback done for clientIf - 25 status - 0
08-24 19:39:56.910 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - queue=1
08-24 19:39:56.910 11275 11298 D BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=-2147483648
08-24 19:39:56.911 11275 11298 D BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
08-24 19:39:56.913 11275 11295 D BtGatt.GattService: onScanParamSetupCompleted : 0
08-24 19:39:56.922 2998 20993 I WAKELOCK_RELEASE: TIMESTAMP=253800713959688, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:56.934 2998 4974 I WAKELOCK_ACQUIRE: TIMESTAMP=253800726116328, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:56.949 2998 4973 I WAKELOCK_RELEASE: TIMESTAMP=253800741183339, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:56.964 2998 3162 I WAKELOCK_ACQUIRE: TIMESTAMP=253800755984016, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:56.979 2998 4475 I WAKELOCK_RELEASE: TIMESTAMP=253800771722050, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:56.992 2998 3013 I WAKELOCK_ACQUIRE: TIMESTAMP=253800783650944, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:57.004 2998 12875 I WAKELOCK_RELEASE: TIMESTAMP=253800796092018, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:57.020 2998 3588 I WAKELOCK_ACQUIRE: TIMESTAMP=253800811591031, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:57.035 2998 12873 I WAKELOCK_RELEASE: TIMESTAMP=253800826712869, TAG=bluedroid_timer, TYPE=PARTIAL_WAKE_LOCK , COUNT=0, PID=11275, UID=1002, FLAGS=
08-24 19:39:57.047 2998 7026 I WAKEL
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment