From 1842b2b6e3b2c96a95c4c579d41d0a0d14032bee Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 1 Feb 2008 12:22:09 +0000 Subject: Allow GetInfo and GetAddress to fail --- hcid/dbus-api.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hcid/dbus-api.txt') 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() -- cgit