summaryrefslogtreecommitdiff
path: root/doc/adapter-api.txt
diff options
context:
space:
mode:
authorMikel Astiz <mikel.astiz@bmw-carit.de>2012-12-05 13:51:37 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-05 16:40:44 +0200
commit0dad3662cf4a738651959a83a07cac594c4b15fb (patch)
tree79fd557bccf20f0f96bcb193e3a71eb6edb4e15e /doc/adapter-api.txt
parent428e1e669e8b5e59da2c4d87716ffd329b4a084a (diff)
downloadbluez-0dad3662cf4a738651959a83a07cac594c4b15fb.tar.gz
adapter: Remove DeviceCreated/DeviceRemoved signals
The Adapter interface already reports changes in the device list in form of property changes, so there is no need to keep these two signals.
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r--doc/adapter-api.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index b63858656..132e60f43 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -116,14 +116,6 @@ Signals DevicesFound(array{object path, dict values})
The dictionary contains the properties from the
org.bluez.Device interface.
- DeviceCreated(object device)
-
- Parameter is object path of created device.
-
- DeviceRemoved(object device)
-
- Parameter is object path of removed device.
-
Properties string Address [readonly]
The Bluetooth device address.