summaryrefslogtreecommitdiff
path: root/doc/adapter-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-07-28 14:02:00 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-07-28 15:06:12 +0300
commit97effeb86325253e7d05864cd36b5dde3ea99a36 (patch)
tree587485f39ad479ec97f37611aef0cfe6f829df9c /doc/adapter-api.txt
parent9bd39196bd78c735b1226acc83545619364a4f48 (diff)
downloadbluez-97effeb86325253e7d05864cd36b5dde3ea99a36.tar.gz
core: Add GetDiscoveryFilters
In order to extend SetDiscoveryFilter with more filters the application might have to query what filters are available.
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r--doc/adapter-api.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 03b56119d..c2898694d 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -114,6 +114,13 @@ Methods void StartDiscovery()
org.bluez.Error.NotSupported
org.bluez.Error.Failed
+ array{string} GetDiscoveryFilters()
+
+ Return available filters that can be given to
+ SetDiscoveryFilter.
+
+ Possible errors: None
+
Properties string Address [readonly]
The Bluetooth device address.