summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-30 07:47:24 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-30 07:47:24 +0000
commit29327cee186a403af002831e2facdffa35781ed8 (patch)
tree541319e174894bedb1972f73cadc672515fb1751 /doc
parentbc23c086b3e41836fb8c680c2c7108cadd395f91 (diff)
Add methods for authorization
Diffstat (limited to 'doc')
-rw-r--r--doc/adapter-api.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index f5b45419..9ae43b39 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -184,6 +184,24 @@ Methods dict GetProperties()
org.bluez.Error.DoesNotExist
org.bluez.Error.Failed
+ void RequestAuthorization(string address, uint32 handle)
+
+ Request an authorization for an incoming connection
+ for a specific service record. The service record
+ needs to be registered via AddServiceRecord first.
+
+ Possible errors: org.bluez.Error.InvalidArguments
+ org.bluez.Error.NotAuthorized
+ org.bluez.Error.DoesNotExist
+ org.bluez.Error.Failed
+
+ void CancelAuthorization()
+
+ Possible errors: org.bluez.Error.InvalidArguments
+ org.bluez.Error.NotAuthorized
+ org.bluez.Error.DoesNotExist
+ org.bluez.Error.Failed
+
Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given