`CONFIG_NET_L2_BT` no longer forces required BT configuration, but depends on a user to set a valid configuration instead. Hence, we need to select a proper configuration in the overlay config file. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_DEBUG_LOG=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_NET_L2_BT=y
|
|
CONFIG_NET_L2_BT_SHELL=y
|
|
CONFIG_SHELL_CMDS_RESIZE=n
|