summaryrefslogtreecommitdiff
path: root/doc/adapter-api.txt
diff options
context:
space:
mode:
authorBruna Moreira <bruna.moreira@openbossa.org>2012-07-26 13:37:26 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2012-07-29 16:52:02 +0200
commitd72ba4c9767d1f3a4ad1623dd52a3dbcb5aa9925 (patch)
treea816213cd4ff309d846bfef059c53edbb99fbb9c /doc/adapter-api.txt
parent22865d8240c8e39e689a3b734b11973f9d1cb7b4 (diff)
downloadbluez-d72ba4c9767d1f3a4ad1623dd52a3dbcb5aa9925.tar.gz
adapter: Remove unused Broadcaster property
Applications that want to be Observers of certain Advertising data type (e.g. Manufacturer Specific Data or Service Data) will use new Observer D-Bus API to monitor these AD types. Therefore, the old Broadcaster device property is unnecessary.
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r--doc/adapter-api.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 5d993cd20..23f0a2f1a 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -187,8 +187,7 @@ Signals PropertyChanged(string name, variant value)
The dictionary can contain basically the same values
that are returned by the GetProperties method
from the org.bluez.Device interface. In addition there
- can be values for the RSSI, the TX power level and
- Broadcaster role.
+ can be values for the RSSI and the TX power level.
DeviceDisappeared(string address)