Bluetooth: GATT: Disable dynamic database by default

This makes BT_GATT_DB default to n which reduces the ram required for
many samples.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
Luiz Augusto von Dentz 2019-04-16 12:48:44 +03:00 committed by Johan Hedberg
commit 2c4e5d5f16
6 changed files with 17 additions and 13 deletions

View file

@ -353,7 +353,7 @@ config BT_ATT_TX_MAX
config BT_GATT_DB
bool "GATT dynamic database support"
default y
default n
help
This option enables registering/unregistering services at runtime.