summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-02-01 12:22:09 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-02-01 12:22:09 +0000
commit1842b2b6e3b2c96a95c4c579d41d0a0d14032bee (patch)
tree16f5e30ae15f2d91ce846ffb87949e6fe1492e39 /hcid/dbus-api.txt
parent4b79bd99c84b3c4ed01366791e9de1f52e858c84 (diff)
Allow GetInfo and GetAddress to fail
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r--hcid/dbus-api.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index feeb8130..9372ab21 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -329,13 +329,15 @@ Methods dict GetInfo()
Returns the properties of the local adapter.
+ Possible errors: org.bluez.Error.NotReady
+
string GetAddress()
Returns the device address for a given path.
Example: "00:11:22:33:44:55"
- Possible errors: none
+ Possible errors: org.bluez.Error.NotReady
string GetVersion()