Android-nRF-Toolbox
Android-nRF-Toolbox copied to clipboard
Application disconnects with the device when inserting the strip.
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.
Could you post logs from the LogCat?
- onClientConnectionState() - status=19 clientIf=7
- Connection state changed with status: 19 and new state: 0
- Error: (0x13): GATT CONN TERMINATE PEER USER
Above messages I am getting.
In your BleManager, could you override log(...) method and print messages to LogCat. Those logs give more info.