On Wed, Apr 27, 2022 at 1:51 AM Wim Cuypers <
w...@cuypers.net> wrote:
>
> I guess the problem is linked to what you wrote : "they at times hide
> their BLE name when they think they are already paired", cause I
> checked the App log after rescanning for dive computers, and I saw
> almost all BT devices around me, but not the Suunto :-( ...
The original Suunto EON Steel firmware made them rather hard to
discover, because they set this odd combination in the bluetooth
management packets that they send out (technical details: it didn't
set the "discoverable" bits in the inquiry response packets).
That made some bluetooth stacks then ignore them and not show them in
the list of pairable devices, even if the EON Steel otherwise was
fine.
I was in contact with Suunto engineers, and I thought Suunto fixed
that. But I was also in contact with the Linux bluetooth people, and
it may be that the "fix" was on the Linux side.
Anyway, the modern Suunto BLE devices do seem to do everything right,
they just do a few things that are rather unusual, and have tripped up
bluetooth stacks. For example, they also enable most of the stronger
security things, including per-device keys etc (IRK - "Identity
Resolving Key" with private MAC address generation).
Which is a good thing, but again, something that can be a bit more
complex to handle in a bluetooth stack.
This is very different from the Shearwater devices: they went the
other way, and their BLE stack is really quite bad and simplistic. No
security, no proper connection management, no nothing. Which is why
the Shearwaters have to be explicitly put into bluetooth mode: it
really seems to be implemented as a hacky kind of serial line
replacement, rather than as a true bluetooth device.
The advantage of the Shearwater model is that "simple and stupid"
tends to be fragile and have odd issues (like having to constantly
re-pair because the connection management is broken, and getting
*really* confused if two different devices talk to the Shearwater over
bluetooth), but because it's simple, you can usually have simple
workarounds for the brokenness.
Example: if there are *lots* of bluetooth devices around, forget
pairing with the Shearwater devices entirely. The bluetooth stack on
that thing gets too confused and you may never succeed. Solution: walk
away to a more private area with only a couple of active bluetooth
devices.
Most other dive computers are somewhere in that spectrum of "simple
and stupid" and "full BLE stack with lots of features".
Anyway, the Suunto EON Steel (and Core) tend to be very good on the
BLE side, but yes, the fact that they are using more than the usual
set of BLE features does sometimes cause issues.
One thing to do is to make sure that you do that "General >
Connectivity > Forget mobile" whenever you change devices. Then
explicitly unpair it from any old device, and only then try to connect
and pair with it again from the new device.
And exactly because the Suunto EON Steel (and Core, and D5) actually
have that special "private host key" security, "change devices" may be
about more than an actual physical device change. Things like OS
upgrades etc might cause the old IRK to be forgotten on the device
that connects to the Suunto, and then you'd need to do that "Forget
mobile" and re-pair in order to create a new secure pairing.
So "Forget mobile" and "repair" is the first thing to check.
Linus