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>
8 lines
121 B
C
8 lines
121 B
C
/*
|
|
* Copyright (c) 2021 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
void ut_bt_setup(void);
|