You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
When my pi3's containers came back online, I was unable to pair to it from my phone, getting couldn't pair with balenaOS 0687 because of an incorrect pin or passkey error.
I ssh'd into the bluetoothcontainer and with bluetoothctl paired-devices i saw: Device 48:01:C5:7B:61:78 OnePlus 7T - so the device was listing my phone as paired, when they were not paired.
I then removed my phone from the bluetooth blocks paired devices list with bluetoothctl remove 48:01:C5:7B:61:78 - I then was able to pair my phone to the pi again!
So it seems like there's a problem with the balena device retaining the other device as being paired, even when its not, which causes some funkyness when that other device tries to re-pair
The text was updated successfully, but these errors were encountered:
We have seen problems when trying to re-pair devices: balena-io-experimental/balena-sound#526
To reproduce (pi3, android phone, oneplus 7T):
couldn't pair with balenaOS 0687 because of an incorrect pin or passkey error.
bluetoothctl paired-devices
i saw:Device 48:01:C5:7B:61:78 OnePlus 7T
- so the device was listing my phone as paired, when they were not paired.bluetoothctl remove 48:01:C5:7B:61:78
- I then was able to pair my phone to the pi again!So it seems like there's a problem with the balena device retaining the other device as being paired, even when its not, which causes some funkyness when that other device tries to re-pair
The text was updated successfully, but these errors were encountered: