c02be507fb
Before thic commit the bluetooth/df unit tests subdirectory contained connectionless CTE TX verification. Due to the implementation of connectionless CTE RX new set of tests will be provided. The new functionality requires different: configuration and common setup code. Because of that, current test code was moved to connectionless_cte_tx subdirectory. Code shared by all DF tests is moved to common subdirectory. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
10 lines
174 B
Plaintext
10 lines
174 B
Plaintext
# Copyright (c) 2020 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BT_CTLR_DF_SUPPORT
|
|
bool
|
|
default y
|
|
|
|
# Include Zephyr's Kconfig.
|
|
source "Kconfig"
|