summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
authorUlisses Furquim <ulissesf@gmail.com>2006-10-30 11:13:53 +0000
committerUlisses Furquim <ulissesf@gmail.com>2006-10-30 11:13:53 +0000
commit93af86b8230cd62fc64ff934fb5de3d65561608a (patch)
treed2c0125298bd81e11061aa82e8ca26074657037f /hcid/dbus-api.txt
parente850cf67df98df31700bb3227a01782c78a42d25 (diff)
Add signals description for started/stopped services
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r--hcid/dbus-api.txt11
1 files changed, 10 insertions, 1 deletions
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
======================