diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-10-21 23:46:14 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-10-21 23:46:14 +0000 |
commit | dac62d0d81d662e3d481bd80f768656d682cb65a (patch) | |
tree | 9bfaaaf46db5923bcce6ada13a31bfd7a3d268c4 /hcid/dbus-api.txt | |
parent | 291dc776f06b81718eb8f7755a2867d90a63426c (diff) |
Add definitions for missing signals
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 96d43ef9..c1f66b03 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -167,6 +167,10 @@ Signals void AdapterAdded(string path) Parameter is object path of removed adapter. + void DefaultAdapterChanged(string path) + + Parameter is object path of the new default adapoter. + Adapter hierarchy ================= @@ -798,6 +802,11 @@ Signals void ModeChanged(string mode) This signal can also be triggered by low-level HCI commands. + void DiscoverableTimeoutChanged(uint32 timeout) + + After changing the discoverable timeout this signal + provide the new timeout value. + void MinorClassChanged(string minor) After changing the minor class with SetMinorClass this |