From 6b73e8982c860eb59784458b9c10d0ef6b375099 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 31 Jul 2007 14:16:11 +0000 Subject: Add TrustAdded and TrustChanged signals for the Adapter interface to the API documentation --- hcid/dbus-api.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 49031263..e387cd29 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -1126,6 +1126,13 @@ Signals void ModeChanged(string mode) Signals that a bonding was removed. + void TrustAdded(string address) + + Sent when SetTrusted() is called. + + void TrustRemoved(string address) + + Sent when RemoveTrust() is called. Service hierarchy ================= -- cgit