summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2006-09-19 19:46:09 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2006-09-19 19:46:09 +0000
commit4b0b4c6b25a119e7011d2da9827481a6c1690dc0 (patch)
treefea7e1c272e88b2b52f7b208bea7e478fa90743c /hcid/dbus-api.txt
parent4c172501d839e5d7c3f46510432b731ea2768dbf (diff)
GetName: Check if the adapter is ready before send the read local name cmd
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)