Having TX buffers split into numerous pools has the downside of increased memory consumption. This patch takes the initial step to consolidate these pools into a single one, saving about 248 bytes of RAM for a basic configuration. Change-Id: I449ba18b44a9a6af68e9a2c44f19a9286eb88b14 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
23 lines
629 B
Text
23 lines
629 B
Text
CONFIG_BLUETOOTH=y
|
|
CONFIG_CONSOLE_HANDLER=y
|
|
CONFIG_BLUETOOTH_DEBUG_LOG=y
|
|
CONFIG_BLUETOOTH_CENTRAL=y
|
|
CONFIG_BLUETOOTH_PERIPHERAL=y
|
|
CONFIG_BLUETOOTH_PRIVACY=y
|
|
CONFIG_BLUETOOTH_SMP=y
|
|
CONFIG_BLUETOOTH_SIGNING=y
|
|
CONFIG_BLUETOOTH_ATT_PREPARE_COUNT=2
|
|
CONFIG_BLUETOOTH_GATT_CLIENT=y
|
|
CONFIG_BLUETOOTH_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_BLUETOOTH_TINYCRYPT_ECC=y
|
|
CONFIG_CONSOLE_SHELL=y
|
|
CONFIG_BLUETOOTH_BREDR_NAME="test shell"
|
|
CONFIG_BLUETOOTH_L2CAP_TX_BUF_COUNT=6
|
|
CONFIG_BLUETOOTH_INTERNAL_STORAGE=y
|
|
CONFIG_FLASH=y
|
|
CONFIG_SPI=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_FILE_SYSTEM=y
|
|
CONFIG_FILE_SYSTEM_FAT=y
|
|
CONFIG_DISK_ACCESS_FLASH=y
|
|
CONFIG_FILE_SYSTEM_SHELL=y
|