Bluetooth Raspberry pi 3 and Android
-
@Crindu said in Bluetooth Raspberry pi 3 and Android:
I would like to send a pin request to Android device when he tries to pair with the Raspberry. How can I do? I didn't find nothing useful in the QBluetoothLocalDevice documentation.
@Crindu I do not know if I understood your question, but pairingDisplayConfirmation and pairingDisplayPinCode does not solve it?
Cleiton Bueno
-
No, because they were neved emitted. I just found this: https://bugreports.qt.io/browse/QTBUG-38401, it seems that they are not implemented yet for Bluez 5. However, I would like to set the pin in only one-way, the raspberry shouldn't accept any pairing if the pin code (probably hardcoded in the raspberry) is different from the one entered by the user. Anyway, I'm not sure if this is possible.