BR/EDR support in chip is mandatory if BR/EDR is enabled so add separate config for it. This is to avoid problems when using single mode LE controller. Change-Id: I9d9692b89883dd1980803d66818fb6e3a368afb0 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
19 lines
525 B
Plaintext
19 lines
525 B
Plaintext
CONFIG_MINIMAL_LIBC_EXTENDED=y
|
|
CONFIG_BLUETOOTH=y
|
|
CONFIG_BLUETOOTH_LE=y
|
|
CONFIG_BLUETOOTH_BREDR=y
|
|
CONFIG_BLUETOOTH_RFCOMM=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_HANDLER_SHELL=y
|
|
CONFIG_BLUETOOTH_BREDR_NAME="test shell"
|