--- test/simple-agent | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/test/simple-agent b/test/simple-agent index af84815..38d0235 100755 --- a/test/simple-agent +++ b/test/simple-agent @@ -52,6 +52,11 @@ class Agent(dbus.service.Object): print "DisplayPasskey (%s, %06d)" % (device, passkey) @dbus.service.method("org.bluez.Agent", + in_signature="os", out_signature="") + def DisplayPinCode(self, device, pincode): + print "DisplayPinCode (%s, %s)" % (device, pincode) + + @dbus.service.method("org.bluez.Agent", in_signature="ou", out_signature="") def RequestConfirmation(self, device, passkey): print "RequestConfirmation (%s, %06d)" % (device, passkey) -- 1.7.7.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html