summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-03 17:47:43 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-03 17:47:43 +0000
commita853f0013160472751d39b68af8c40ce5e5d6336 (patch)
treef37e1c45cceb58373a380bda634b4ad8bab230d4 /hcid/dbus-api.txt
parent83e66f3aef8b1d298ca9033d0f53337c88417c37 (diff)
Change database interface to use gdbus API and remove broken methods
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r--hcid/dbus-api.txt32
1 files changed, 1 insertions, 31 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index 6c87af84..333ffc9a 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -243,19 +243,7 @@ Service org.bluez
Interface org.bluez.Database
Object path /org/bluez
-Methods void RegisterService(string identifier, string name, string description)
-
- This method registers a new service specified by
- its unique identifier. This is only needed for
- services that are not started through the
- Bluetooth daemon.
-
- void UnregisterService(string identifier)
-
- This method unregisters a service specified by
- its unique identifier.
-
- uint32 AddServiceRecord(array{byte})
+Methods uint32 AddServiceRecord(array{byte})
Adds a new service record and returns the assigned
record handle.
@@ -300,24 +288,6 @@ Methods void RegisterService(string identifier, string name, string description
org.bluez.Error.DoesNotExist
org.bluez.Error.Failed
- void RequestAuthorization(string address, string uuid)
-
- This method gets called when a service wants to check
- if a remote device is authorized to perform some
- action. The authorization request is forwarded to an
- authorization agent.
-
- The address parameter is the Bluetooth address of the
- remote device and the uuid is the identifier of the
- profile requesting the authorization. This parameter
- can also be left blank.
-
- void CancelAuthorizationRequest(string address, string uuid)
-
- This method cancels an authorization process requested
- by a previous call to RequestAuthorization(). The
- address and uuid parameters must match.
-
Adapter hierarchy
=================