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:
parent
3f58f09864
commit
2d5dc34c94
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue