From 36ac32c5e8efbf0a141b431fe46d7263914ef38b Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 4 Dec 2012 15:13:09 +0200 Subject: [PATCH] doc: Add Agent.RequestAuthorization method --- doc/agent-api.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/agent-api.txt b/doc/agent-api.txt index 3928312f4..bd8d8ff38 100644 --- a/doc/agent-api.txt +++ b/doc/agent-api.txt @@ -101,6 +101,16 @@ Methods void Release() Possible errors: org.bluez.Error.Rejected org.bluez.Error.Canceled + void RequestAuthorization(object device) + + This method gets called to request the user to + authorize an incoming pairing attempt which + would in other circumstances trigger the just-works + model. + + Possible errors: org.bluez.Error.Rejected + org.bluez.Error.Canceled + void AuthorizeService(object device, string uuid) This method gets called when the service daemon -- 2.47.3