summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-11-10 17:19:40 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-11-10 17:19:40 +0000
commit430fa04b85e6659995328792bd0ad5cffbd75921 (patch)
tree0241d107e32fbafe354788297e87084ad71f3c06 /hcid/dbus-api.txt
parentca0904086725bcf98343f8b2b56b148635b15812 (diff)
Implement ListRemoteDevices and ListRecentRemoteDevices methods
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r--hcid/dbus-api.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index 9464ed05..b59d3770 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -947,6 +947,20 @@ 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
==================