summaryrefslogtreecommitdiff
path: root/doc/adapter-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-07-26 15:15:12 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-08-01 14:55:39 +0300
commitbbf1cd0102a4de658ca596dddb48713124f1fd41 (patch)
tree3ebb676bd1cf482771b0b2cf4fdaa2d1937b6176 /doc/adapter-api.txt
parentdad3ca2f417d9330f6f3bc33cfee5d0b24985a5d (diff)
downloadbluez-bbf1cd0102a4de658ca596dddb48713124f1fd41.tar.gz
doc/adapter-api: Add Discoverable option to SetDiscoveryFilter
This enables the client to set its discoverable setting while discovering which is very typical situation as usually the setings application would allow incoming pairing request while scanning, so this would reduce the number of calls setting Discoverable and DiscoverableTimeout and restoring after done with discovery.
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r--doc/adapter-api.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index d14d0ca50..4791af2c7 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -113,6 +113,12 @@ Methods void StartDiscovery()
generated for either ManufacturerData and
ServiceData everytime they are discovered.
+ bool Discoverable (Default: false)
+
+ Make adapter discoverable while discovering,
+ if the adapter is already discoverable this
+ setting this filter won't do anything.
+
When discovery filter is set, Device objects will be
created as new devices with matching criteria are
discovered regardless of they are connectable or