summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hcid/dbus-adapter.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/dbus-adapter.c b/hcid/dbus-adapter.c
index 5c4d8732..27f7b1c8 100644
--- a/hcid/dbus-adapter.c
+++ b/hcid/dbus-adapter.c
@@ -3257,6 +3257,8 @@ static DBusSignalVTable adapter_signals[] = {
{ "RemoteDeviceDisconnected", "s" },
{ "BondingCreated", "s" },
{ "BondingRemoved", "s" },
+ { "TrustAdded", "s" },
+ { "TrustRemoved", "s" },
{ NULL, NULL }
};