From 93af86b8230cd62fc64ff934fb5de3d65561608a Mon Sep 17 00:00:00 2001 From: Ulisses Furquim Date: Mon, 30 Oct 2006 11:13:53 +0000 Subject: Add signals description for started/stopped services --- hcid/dbus-api.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 4ef0d79e..d79c7507 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -838,7 +838,6 @@ Methods string GetAddress() org.bluez.Error.InProgress org.bluez.Error.Failed - Signals void ModeChanged(string mode) If the current mode is changed with SetMode this signal @@ -1104,6 +1103,16 @@ Methods array{string} GetInterfaceNames() Marks the user as not trusted. +Signals void Started() + + The object path of this signal contains which service + was started. + + void Stopped() + + The object path of this signal contains which service + was stopped. + PasskeyAgent hierarchy ====================== -- cgit