NordicSemiconductor / Android-nRF-Toolbox

The nRF Toolbox is a container app that stores your Nordic Semiconductor apps for Bluetooth Low Energy in one location.
https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Toolbox
BSD 3-Clause "New" or "Revised" License
1.07k stars 461 forks source link

Application disconnects with the device when inserting the strip. #91

Open cinny007 opened 4 years ago

cinny007 commented 4 years ago

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.

philips77 commented 4 years ago

Could you post logs from the LogCat?

cinny007 commented 4 years ago

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.

philips77 commented 4 years ago

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