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:
parent
f2925e768b
commit
753a6d4f20
1 changed files with 12 additions and 0 deletions
|
@ -355,6 +355,18 @@ config BT_L2CAP_DYNAMIC_CHANNEL
|
||||||
This option enables support for LE Connection oriented Channels,
|
This option enables support for LE Connection oriented Channels,
|
||||||
allowing the creation of dynamic L2CAP 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
|
config BT_GATT_CLIENT
|
||||||
bool "GATT client support"
|
bool "GATT client support"
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue