Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.0, 6.9
-
None
-
-
25
-
Foundation PM Staging
Description
The task is inspired by the discussion on the Interest ML: https://lists.qt-project.org/pipermail/interest/2025-April/040172.html
On Windows it seems to be impossible to get a dialog to enter a PIN/password (or verify a PIN) when pairing a bluetooth device.
In Qt 5, we had QBluetoothLocalDevice::pairingDisplayConfirmation() and QBluetoothLocalDevice::pairingDisplayPinCode() signals, but they were removed in Qt 6.
It seems that we need to reintroduce them in some way.