summaryrefslogtreecommitdiff
path: root/doc/adapter-api.txt
diff options
context:
space:
mode:
authorSheldon Demario <sheldon.demario@openbossa.org>2010-12-23 16:33:07 -0500
committerJohan Hedberg <johan.hedberg@nokia.com>2010-12-24 00:38:27 +0200
commite7b9a1a5fad84fcf5198d8b58588a2fae92bbce0 (patch)
tree0abbb1ffc51a85675db83331cfe5ac8df20aee9e /doc/adapter-api.txt
parent7e6edb65cfabc1b9a7f131f6f51938bb1f57f0f9 (diff)
downloadbluez-e7b9a1a5fad84fcf5198d8b58588a2fae92bbce0.tar.gz
Add Broadcaster property in DeviceFound signal
Broadcaster property is required to distinguish the device role. If the remote is sending an advertising event, two possible roles are possible: Peripheral or Broadcaster. This change is required to pass on qualification tests which require filtering Broadcasting devices during General Discovery Procedure.
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r--doc/adapter-api.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index f287f2994..5272d74d9 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -185,7 +185,8 @@ 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 and the TX power level.
+ can be values for the RSSI, the TX power level and
+ Broadcaster role.
DeviceDisappeared(string address)