diff options
| -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  | 
