diff options
| -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"  | 
