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:
parent
c42707c2d3
commit
2c4e5d5f16
6 changed files with 17 additions and 13 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue