summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2007-03-22 01:56:44 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2007-03-22 01:56:44 +0000
commit986c7768de2527e80d988357663ce7843f7e8308 (patch)
treea797dc929cf6643fdac061561abd99f84335f0ec /hcid
parent28eeb0869e97ab26443977743d5287d0ba84c65c (diff)
Added description for dictionary based methods: Adapter.GetInfo, Adapter.GetRemoteInfo and Service.GetInfo
Diffstat (limited to 'hcid')
-rw-r--r--hcid/dbus-api.txt16
1 files changed, 14 insertions, 2 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index ee2a7d6a..5a30898f 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -281,7 +281,11 @@ Service org.bluez
Interface org.bluez.Adapter
Object path /org/bluez/{hci0,hci1,...}
-Methods string GetAddress()
+Methods dict GetInfo()
+
+ Returns the properties of the local adapter.
+
+ string GetAddress()
Returns the device address for a given path.
@@ -508,6 +512,10 @@ Methods string GetAddress()
Questions: What to do (in case of EIR) if one
low-level API call fails.
+ dict GetRemoteInfo(string address)
+
+ Returns the properties for a remote device.
+
string GetRemoteVersion(string address)
Get the version info for a remote device. This request
@@ -1065,7 +1073,11 @@ Service org.bluez
Interface org.bluez.Service
Object path path from org.bluez.Manager.ListServices()
-Methods string GetIdentifier()
+Methods dict GetInfo()
+
+ Returns the service properties.
+
+ string GetIdentifier()
This method returns the service identifier.