summaryrefslogtreecommitdiff
path: root/src/main.conf
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-05-31 12:56:19 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-06-17 22:37:48 +0300
commit2179f571e194c2c4635f3501d448a8a934c2c998 (patch)
tree8d49953f536a01ab5cb58bdb832524b47993e5c1 /src/main.conf
parent8fdae2665ae40936388ae9824d2b432e992fdd9f (diff)
downloadbluez-2179f571e194c2c4635f3501d448a8a934c2c998.tar.gz
core/gatt: Add GATT.Cache config option
This adds GATT.Cache config option to main.conf which can be used to adjust the cache expected behavior of attributes found over GATT.
Diffstat (limited to 'src/main.conf')
-rw-r--r--src/main.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main.conf b/src/main.conf
index a6492761b..ba17405cf 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -71,6 +71,18 @@
# Defaults to "off"
# Privacy = off
+[GATT]
+# GATT attribute cache.
+# Possible values:
+# always: Always cache attributes even for devices not paired, this is
+# recommended as it is best for interoperability, with more consistent
+# reconnection times and enables proper tracking of notifications for all
+# devices.
+# yes: Only cache attributes of paired devices.
+# no: Never cache attributes
+# Default: always
+#Cache = always
+
[Policy]
#
# The ReconnectUUIDs defines the set of remote services that should try