diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-21 09:01:39 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-21 09:01:39 +0000 |
commit | 101a0f5af55620c7108c39cd24c4f6962bfc1811 (patch) | |
tree | b3d42a9c0ca841439ac9c88b759d37b10a5d72f2 /hcid/dbus-adapter.c | |
parent | 242c84eea51f2c9e9f1c5bb190a9126fc5991df4 (diff) |
Add missing Trust signals to Adapter interface
Diffstat (limited to 'hcid/dbus-adapter.c')
-rw-r--r-- | hcid/dbus-adapter.c | 2 |
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 } }; |