summaryrefslogtreecommitdiff
path: root/doc/adapter-api.txt
diff options
context:
space:
mode:
authorMikel Astiz <mikel.astiz@bmw-carit.de>2012-11-08 15:30:13 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-18 17:35:31 +0200
commit093d96a57d1ec118f2d0e8f35e110c3d9aae158b (patch)
tree3808f93dc5812dd07a5875b866f86cb4e359a1b2 /doc/adapter-api.txt
parent21f71192a92b93006e6358531e0aa46de192acb9 (diff)
downloadbluez-093d96a57d1ec118f2d0e8f35e110c3d9aae158b.tar.gz
adapter: Remove DevicesFound signal
ObjectManager reports the D-Bus interfaces of all known devices, including the ones detected during discovery. Therefore this signal is not required.
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r--doc/adapter-api.txt13
1 files changed, 2 insertions, 11 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index efc103188..7a587fb61 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -21,8 +21,8 @@ Methods void StartDiscovery()
resolving. Use StopDiscovery to release the sessions
acquired.
- This process will start emitting DevicesFound and
- PropertyChanged "Discovering" signals.
+ This process will start creating Device objects as
+ new devices are discovered.
Possible errors: org.bluez.Error.NotReady
org.bluez.Error.Failed
@@ -48,15 +48,6 @@ Methods void StartDiscovery()
Possible errors: org.bluez.Error.InvalidArguments
org.bluez.Error.Failed
-Signals DevicesFound(array{object path, dict values})
-
- This signal will be sent every time devices have
- been found. In general they only appear during a
- device discovery.
-
- The dictionary contains the properties from the
- org.bluez.Device1 interface.
-
Properties string Address [readonly]
The Bluetooth device address.