diff options
| author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-08-06 13:39:14 +0000 | 
|---|---|---|
| committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-08-06 13:39:14 +0000 | 
| commit | b95fa5823167ea5e7d1507d69346fd4fce0a2b1b (patch) | |
| tree | 5b50aeb5d3ef66a6521f58a678846d656fdf0d85 | |
| parent | 80747dff99b0c857e7344e41715e2af7a3574672 (diff) | |
hcid: ListRecentRemoteDevices and ListRemoteDevices - updated method description
| -rw-r--r-- | hcid/dbus-api.txt | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index bd42d485..b1389bd0 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -995,13 +995,16 @@ Methods		dict GetInfo()  		array{string} ListRemoteDevices() -			List addresses of all known remote devices (seen, used or bonded). +			List addresses of all known remote devices (bonded, +			trusted and used).  			Possible errors: none  		array{string} ListRecentRemoteDevices(string date) -			List addresses of all used or bonded remote devices since date. +			List addresses of all bonded, trusted, seen or used remote +			devices since date. Bonded and trusted devices are always +			included(the date informed is not applied).  			date format is "YYYY-MM-DD HH:MM:SS GMT"  | 
