Bluetooth: Kconfig: Add BT_GATT_CACHING

This adds BT_GATT_CACHING option which can be used to enable support
for Client Supported Features and Database Hash characteristics.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
Luiz Augusto von Dentz 2019-02-04 15:32:26 +02:00 committed by Johan Hedberg
commit 753a6d4f20

View file

@ -355,6 +355,18 @@ config BT_L2CAP_DYNAMIC_CHANNEL
This option enables support for LE Connection oriented Channels,
allowing the creation of dynamic L2CAP Channels.
config BT_GATT_CACHING
bool "GATT Caching support"
default y
select TINYCRYPT
select TINYCRYPT_AES
select TINYCRYPT_AES_CMAC
help
This option enables support for GATT Caching. When enabled the stack
will register Client Supported Features and Database Hash
characteristics which can be used by clients to detect if anything has
changed on the GATT database.
config BT_GATT_CLIENT
bool "GATT client support"
help