diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-04-24 18:19:24 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-04-24 18:19:24 +0000 |
commit | 3286581f8afecebbdae8a9f9ae96fefda8c611a8 (patch) | |
tree | 343821265c6d8590c744c250f03faafd631512dd /hcid/dbus-api.txt | |
parent | 712a6619937ca6109be36f3b764da6c388a0b487 (diff) |
Send signal when requesting remote device name
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 42aad463..bca8a2c8 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -1033,6 +1033,11 @@ Signals void ModeChanged(string mode) This signal will be sent every time the service daemon tries to resolve a remote and this fails. + void RemoteNameRequested(string address) + + This signal will be sent every time the service daemon + tries to resolve a remote name during discovery. + void RemoteAliasChanged(string address, string alias) After changing an alias with SetRemoteAlias this |