From dac62d0d81d662e3d481bd80f768656d682cb65a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 21 Oct 2006 23:46:14 +0000 Subject: Add definitions for missing signals --- hcid/dbus-api.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit