Android-nRF-Toolbox icon indicating copy to clipboard operation
Android-nRF-Toolbox copied to clipboard

Application disconnects with the device when inserting the strip.

Open cinny007 opened this issue 5 years ago • 3 comments

Hello, I am trying to read glucose data from accu-chek device. I am connecting the application with device and device gets connected with the application. Once I insert the strip in device, the application disconnects with the device.

cinny007 avatar Mar 06 '20 11:03 cinny007

Could you post logs from the LogCat?

philips77 avatar Mar 06 '20 13:03 philips77

  1. onClientConnectionState() - status=19 clientIf=7
  2. Connection state changed with status: 19 and new state: 0
  3. Error: (0x13): GATT CONN TERMINATE PEER USER

Above messages I am getting.

cinny007 avatar Mar 06 '20 13:03 cinny007

In your BleManager, could you override log(...) method and print messages to LogCat. Those logs give more info.

philips77 avatar Mar 07 '20 06:03 philips77