diff options
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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 |