From c6e6e57381cf3347ae911cbf7e97c021552e6add Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 7 May 2007 12:24:35 +0000 Subject: Add periodic discovery signals do API --- hcid/dbus-api.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit