Hi everyone,
I have a quick question regarding BLE connectivity that might save me (and hopefully others) some time and unnecessary experimentation.
I’m currently working on a small add-on that retrieves and displays data from an external third-party device via BLE. Thanks to the documentation, I’ve already built a basic prototype that proves the core concept works.
However, I’ve hit a roadblock: the external device requires a PIN to establish a secure Bluetooth connection. When testing with devices that don’t require a PIN, the connection works flawlessly.
My issue is that I cannot find any mention in the documentation on how to explicitly handle PIN entry during the pairing process.
Does the current Suunto SDK support manual PIN entry pairing? If so, could someone point me toward the right methods or a code snippet?
Any insights would be greatly appreciated!