diff options
author | Ulisses Furquim <ulissesf@gmail.com> | 2006-10-27 16:20:37 +0000 |
---|---|---|
committer | Ulisses Furquim <ulissesf@gmail.com> | 2006-10-27 16:20:37 +0000 |
commit | 1eb7cf148f41c6c8bb25f828e8f329b7a3c606d1 (patch) | |
tree | 190596eea19e214f945f8e6ba3a97d02d6deedd1 /hcid | |
parent | e3751bcb032604fbb3a73f8c237a37f8e10b9b0e (diff) |
Whitespace cleanup
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/dbus-api.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 711d6437..68ccca57 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -78,7 +78,7 @@ Errors Failed exists. This error is similar to ENODEV. NotReady - + Error returned when the adapter is DOWN. NotAvailable @@ -298,7 +298,7 @@ Methods string GetAddress() Sets mode of the adapter. See GetMode for valid strings for the mode parameter. - Possible errors: org.bluez.Error.NoSuchAdapter + Possible errors: org.bluez.Error.NoSuchAdapter org.bluez.Error.Failed uint32 GetDiscoverableTimeout() @@ -436,7 +436,7 @@ Methods string GetAddress() Returns the local adapter name (friendly name) in UTF-8. - Possible errors: org.bluez.Error.NotReady + Possible errors: org.bluez.Error.NotReady org.bluez.Error.Failed void SetName(string name) @@ -530,7 +530,7 @@ Methods string GetAddress() uint32 GetRemoteClass(string address) - Get the remote major, minor, and service classes + Get the remote major, minor, and service classes encoded as 32 bit integer. Possible errors: org.bluez.Error.InvalidArguments @@ -805,7 +805,7 @@ Methods string GetAddress() Possible errors: none void SetPeriodicDiscoveryNameResolving(boolean resolve_names) - + Enable or disable automatic remote name resolving for periodic discovery. |