summaryrefslogtreecommitdiffstats
path: root/doc/adapter-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r--doc/adapter-api.txt47
1 files changed, 0 insertions, 47 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index ca6c2fd8..4a915d7f 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -166,53 +166,6 @@ Methods dict GetProperties()
Possible errors: org.bluez.Error.DoesNotExist
- uint32 AddServiceRecord(string record) [experimental]
-
- Adds a new service record from the XML description
- and returns the assigned record handle.
-
- Possible errors: org.bluez.Error.InvalidArguments
- org.bluez.Error.Failed
-
- void UpdateServiceRecord(uint32 handle, string record) [experimental]
-
- Updates a given service record provided in the
- XML format.
-
- Possible errors: org.bluez.Error.InvalidArguments
- org.bluez.Error.NotAvailable
- org.bluez.Error.Failed
-
- void RemoveServiceRecord(uint32 handle) [experimental]
-
- Remove a service record identified by its handle.
-
- It is only possible to remove service records that
- where added by the current connection.
-
- Possible errors: org.bluez.Error.InvalidArguments
- org.bluez.Error.NotAuthorized
- org.bluez.Error.DoesNotExist
- org.bluez.Error.Failed
-
- void RequestAuthorization(string address, uint32 handle) [experimental]
-
- 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() [experimental]
-
- 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