From 4b0b4c6b25a119e7011d2da9827481a6c1690dc0 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Tue, 19 Sep 2006 19:46:09 +0000 Subject: GetName: Check if the adapter is ready before send the read local name cmd --- hcid/dbus-api.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hcid/dbus-api.txt') 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) -- cgit