diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-03 12:09:54 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-03 12:09:54 +0000 |
commit | d21f13975ab07dcf9ec8b51fd764d1c5a9b76f92 (patch) | |
tree | cbca52896d494583d37fd59e136bccd897cf1404 | |
parent | feb54741c2fce3f00a260cf7eb73ed449d99d958 (diff) |
Move ListRecentRemoteDevices and ListRemoteDevices documentation to correct place
-rw-r--r-- | hcid/dbus-api.txt | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 21fd3380..aa3a34fc 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -905,6 +905,20 @@ Methods string GetAddress() org.bluez.Error.InProgress org.bluez.Error.Failed + array{string} ListRemoteDevices() + + List addresses of all known remote devices (seen, used or bonded). + + Possible errors: none + + array{string} ListRecentRemoteDevices(string date) + + List addresses of all used or bonded remote devices since date. + + date format is "YYYY-MM-DD HH:MM:SS GMT" + + Possible errors: none + Signals void ModeChanged(string mode) If the current mode is changed with SetMode this signal @@ -1000,20 +1014,6 @@ Signals void ModeChanged(string mode) Signals that a bonding was removed. - array{string} ListRemoteDevices() - - List addresses of all known remote devices (seen, used or bonded). - - Possible errors: none - - array{string} ListRecentRemoteDevices(string date) - - List addresses of all used or bonded remote devices since date. - - date format is "YYYY-MM-DD HH:MM:SS GMT" - - Possible errors: none - Security hierarchy ================== |