`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>
16 lines
383 B
Plaintext
16 lines
383 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_BT_DEVICE_NAME="Zephyr Echo Server"
|
|
CONFIG_NET_L2_BT=y
|
|
CONFIG_NET_IPV4=n
|
|
CONFIG_NET_IPV6=y
|
|
CONFIG_NET_CONFIG_BT_NODE=y
|
|
CONFIG_NET_CONFIG_NEED_IPV6=y
|
|
CONFIG_NET_CONFIG_NEED_IPV4=n
|
|
CONFIG_NET_CONFIG_MY_IPV4_ADDR=""
|
|
CONFIG_NET_CONFIG_PEER_IPV4_ADDR=""
|