summaryrefslogtreecommitdiff
path: root/doc/adapter-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-05-27 12:44:55 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-06-28 14:39:12 +0300
commit1ca09244f3d9f755fcec81325f6f1d96d1498674 (patch)
tree43e005a5fd0c8127c6a2d9d835259088701887b6 /doc/adapter-api.txt
parent42c648cc41ac4a2a3fa1afb679da98e7ee71e646 (diff)
downloadbluez-1ca09244f3d9f755fcec81325f6f1d96d1498674.tar.gz
core/device: Make filtered discovery able to detect beacons
This makes it possible to use SetDiscoveryFilter to disable checking discoverable flags making it possible to see beacons such as the ones create by tools/eddystone that doesn't show on regular discovery sessions since they are not discoverable/connectable.
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r--doc/adapter-api.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 4dbf879d2..97462a33b 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -80,7 +80,11 @@ Methods void StartDiscovery()
When discovery filter is set, Device objects will be
created as new devices with matching criteria are
- discovered. PropertiesChanged signals will be emitted
+ discovered regardless of they are connectable or
+ discoverable which enables listening to
+ non-connectable and non-discoverable devices.
+
+ PropertiesChanged signals will be emitted
for already existing Device objects, with updated RSSI
value. If one or more discovery filters have been set,
the RSSI delta-threshold, that is imposed by