From 834a45d22ee3295c51827f568160a92dbc87bef6 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 23 Mar 2018 14:08:21 +0100 Subject: Add support for requiring min key size for access GATT characteristics This allows to configure bluetoothd to require minimum encryption key size when accessing GATT server characteristics. It is a global configuration option affecting whole GATT database. --- src/main.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main.conf') diff --git a/src/main.conf b/src/main.conf index 21986b386..cbae32ec5 100644 --- a/src/main.conf +++ b/src/main.conf @@ -77,6 +77,11 @@ # Default: always #Cache = always +# Minimum required Encryption Key Size for accessing secured characteristics. +# Possible values: 0 and 7-16. 0 means don't care. +# Defaults to 0 +# MinEncKeySize = 0 + [Policy] # # The ReconnectUUIDs defines the set of remote services that should try -- cgit v1.2.1