From b95fa5823167ea5e7d1507d69346fd4fce0a2b1b Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Mon, 6 Aug 2007 13:39:14 +0000 Subject: hcid: ListRecentRemoteDevices and ListRemoteDevices - updated method description --- hcid/dbus-api.txt | 7 +++++-- 1 file 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" -- cgit