From d21f13975ab07dcf9ec8b51fd764d1c5a9b76f92 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 3 Jan 2007 12:09:54 +0000 Subject: Move ListRecentRemoteDevices and ListRemoteDevices documentation to correct place --- hcid/dbus-api.txt | 28 ++++++++++++++-------------- 1 file 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 ================== -- cgit