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 <luiz.von.dentz@intel.com>
This commit is contained in:
Luiz Augusto von Dentz 2016-01-14 10:18:55 -03:00 committed by Anas Nashif
commit 2d5dc34c94

View file

@ -148,6 +148,12 @@ config BLUETOOTH_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 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 config BLUETOOTH_GATT_CLIENT
bool "GATT client support" bool "GATT client support"
default n default n