diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-03-12 20:07:43 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-03-12 20:07:43 +0000 |
commit | cf7e3b025c4b4aa80499ec54cc24950950a796fe (patch) | |
tree | c1dbf8bb3ba50f236a389725f93492428c927c87 | |
parent | 33228f0e33468aac9aa2d155b414d8192b23b0f3 (diff) |
Add uuid parameter to Agent.Authorize method call
-rw-r--r-- | doc/agent-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |