diff options
| -rw-r--r-- | hcid/dbus-api.txt | 7 | 
1 files changed, 7 insertions, 0 deletions
| 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  ================= | 
