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
In testing with a wallet other than Orbit, we've been unable to complete the bluetooth pairing step. It's unclear whether the issue is with the QR code presented by the wallet or the way it's been read and handled.
Expected result: scan of nearby bluetooth device shows the device that was used to generate the QR code.
Actual results:
if using Orbit, the device shows up as "My Device" regardless of what the device is actually called, but it works.
if using the EUDI or Scytales ID, the connection fails right away with Bluetooth connection failed, please reconnect!
2a) in the background, it appears to retry to connect, which is not going to work.
2b) in the console, the error is: Bluetooth connection failed TypeError: Failed to execute 'requestDevice' on 'Bluetooth': Invalid Service name: '������E4�����xO�'. It must be a valid UUID alias (e.g. 0x1234), UUID (lowercase hex characters e.g. '00001234-0000-1000-8000-00805f9b34fb'), or recognized standard name from https://www.bluetooth.com/specifications/gatt/services e.g. 'alert_notification'.
The text was updated successfully, but these errors were encountered:
In testing with a wallet other than Orbit, we've been unable to complete the bluetooth pairing step. It's unclear whether the issue is with the QR code presented by the wallet or the way it's been read and handled.
Steps to reproduce:
Expected result: scan of nearby bluetooth device shows the device that was used to generate the QR code.
Actual results:
Bluetooth connection failed, please reconnect!
2a) in the background, it appears to retry to connect, which is not going to work.
2b) in the console, the error is:
Bluetooth connection failed TypeError: Failed to execute 'requestDevice' on 'Bluetooth': Invalid Service name: '������E4�����xO�'. It must be a valid UUID alias (e.g. 0x1234), UUID (lowercase hex characters e.g. '00001234-0000-1000-8000-00805f9b34fb'), or recognized standard name from https://www.bluetooth.com/specifications/gatt/services e.g. 'alert_notification'.
The text was updated successfully, but these errors were encountered: