From cf7e3b025c4b4aa80499ec54cc24950950a796fe Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 12 Mar 2008 20:07:43 +0000 Subject: Add uuid parameter to Agent.Authorize method call --- doc/agent-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/agent-api.txt') diff --git a/doc/agent-api.txt b/doc/agent-api.txt index 1e82e2b3..febdcd35 100644 --- a/doc/agent-api.txt +++ b/doc/agent-api.txt @@ -29,7 +29,7 @@ Methods void Release() Possible errors: org.bluez.Error.Rejected org.bluez.Error.Canceled - void Authorize(object device) + void Authorize(object device, string uuid) This method gets called when the service daemon needs to authorize a connection/service request. -- cgit