View Single Post
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#142
I tried to use the bluetooth api from qtmobility 1.2 from the extra repo (git20111104). Switching bluetooth on and off, make it visible, finding devices and show available services is working fine.
But when I try to pair devices a popup with the security code will only show on the other device. At the N900 nothing happens it only give some error:

Code:
void QtMobility:QBluetoothLocalDevicePrivate::pairingCompleted(QDBusPendingCallWatcher*) failed to create pairing QDBusError("org.freedesktop.DBus.Error.NoReply", "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.")
Has somebody an idea or maybe a workaround? Or needs the api tweaking for N900? I am running my code as root.