From 9f18f0a1905bc091f37999bf4cb418cdbcfaedb7 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 20 Mar 2008 18:26:19 +0000 Subject: Use correct method name --- hcid/agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcid/agent.c b/hcid/agent.c index 15343a4a..f7fdca1d 100644 --- a/hcid/agent.c +++ b/hcid/agent.c @@ -332,7 +332,7 @@ static DBusPendingCall *passkey_request_new(struct agent *agent, DBusPendingCall *call; message = dbus_message_new_method_call(agent->name, agent->path, - "org.bluez.Agent", "PasskeyRequest"); + "org.bluez.Agent", "RequestPasskey"); if (message == NULL) { error("Couldn't allocate D-Bus message"); return NULL; -- cgit