diff options
| -rw-r--r-- | hcid/dbus-api.txt | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index ea5a22d3..e9b10670 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -1011,6 +1011,16 @@ Signals		void ModeChanged(string mode)  			This signal indicates that a device discovery  			procedure has been completed. +		void PeriodicDiscoveryStarted() + +			This signal indicates that a periodic discovery +			procedure has been started. + +		void PeriodicDiscoveryStopped() + +			This signal indicates that a periodic discovery +			procedure has been completed. +  		void RemoteDeviceFound(string address, uint32 class, int16 rssi)  			This signal will be send every time an inquiry result  | 
