diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-06-19 13:24:40 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-06-19 13:24:40 +0000 |
commit | fc8b209bc9aee40ba5d6b3c9dba7d8fba3af0870 (patch) | |
tree | ae289960248b403c02954c1a7f8c40e78af58411 /hcid/dbus-adapter.c | |
parent | 9dca4cf2d579b58c62d0ce98102250a6e0759dae (diff) |
adapter: added RemoteIdentifiersUpdated signal
Diffstat (limited to 'hcid/dbus-adapter.c')
-rw-r--r-- | hcid/dbus-adapter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/dbus-adapter.c b/hcid/dbus-adapter.c index b32569f6..da2d0372 100644 --- a/hcid/dbus-adapter.c +++ b/hcid/dbus-adapter.c @@ -3253,6 +3253,7 @@ static DBusSignalVTable adapter_signals[] = { { "RemoteDeviceConnected", "s" }, { "RemoteDeviceDisconnectRequested", "s" }, { "RemoteDeviceDisconnected", "s" }, + { "RemoteIdentifiersUpdated", "sas" }, { "BondingCreated", "s" }, { "BondingRemoved", "s" }, { "TrustAdded", "s" }, |