From 2d5dc34c94740a4ead06252d298b2068ada0439e Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 14 Jan 2016 10:18:55 -0300 Subject: [PATCH] Bluetooth: Kconfig: Add config option for dynamic GATT db This option will be used to determine if bt_gatt_attr need to store the next attribute or if it directly accessible by index. Change-Id: I98fd43931d67d6c3be3b7a130e6fd2f97f2c4a3a Signed-off-by: Luiz Augusto von Dentz --- net/bluetooth/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index ff458531518..1d0e6496951 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -148,6 +148,12 @@ config BLUETOOTH_L2CAP_DYNAMIC_CHANNEL This option enables support for LE Connection oriented Channels, allowing the creation of dynamic L2CAP Channels. +config BLUETOOTH_GATT_DYNAMIC_DB + bool "GATT dynamic database support" + default n + help + This option enables GATT services to be added dynamically to database. + config BLUETOOTH_GATT_CLIENT bool "GATT client support" default n