summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r--hcid/dbus-api.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index 32327d02..42da902b 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -77,6 +77,10 @@ Errors Failed
Error returned when the requested adapter doesn't
exists. This error is similar to ENODEV.
+ NotReady
+
+ Error returned when the adapter is DOWN.
+
NotAvailable
Error returned when a specified record is not
@@ -366,7 +370,7 @@ Methods string GetAddress()
Returns the local adapter name (friendly name) in UTF-8.
- Possible errors: none
+ Possible errors: org.bluez.Error.NotReady
void SetName(string name)