Developpment setup: Simulator with a Thingy USB dongle
After being stuck trying to get information from a BLE device (Polar H10 chest band) for a few weeks, I tried another device (from another brand) and my code works fine. The problem is (I think) that the Polar H10 gets disconnected too fast. I try to set notifications but onDescriptorWrite() or onCharacteristicChange() is never called and the device gets disconnected in very few seonds.
Any advice or similar experience?
I found some people having similar issues on Android and there is a timeout parameter when setting the connection I believe. In the available classes in Garmin I didn't find a similar option.
I am just using the standard HR service (0000180D)