From 7af081a7d55261ab6266c87ff007a3105a38692f Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Tue, 19 Jun 2007 13:39:11 +0000 Subject: dbus-api: Added RemoteIdentifiersUpdated description --- hcid/dbus-api.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 97c6d160..87313c15 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -1065,6 +1065,13 @@ Signals void ModeChanged(string mode) This signal will be send every time the service daemon detect a new name for a remote device. + void RemoteIdentifiersUpdated(string address, array{string identifiers}) + + This signal is sent to indicate the provided services of a given + remote device. It will be sent after GetRemoteServiceIdentifiers + calls. This signal has at least one identifier and it does not + contain repeated entries. + void RemoteNameFailed(string address) This signal will be sent every time the service daemon -- cgit