Add unit tests for HCI commands: - HCI_LE_Set_Connection_CTE_Receive_Parameters, - HCI_LE_Connection_CTE_Request_Enable. Tests validate current implementation of commands handling in HCI/ULL. Handling of the HCI_LE_Connection_CTE_Request_Enable is not complete, thus tests don't validate positive behavior the functions. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
10 lines
174 B
Plaintext
10 lines
174 B
Plaintext
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BT_CTLR_DF_SUPPORT
|
|
bool
|
|
default y
|
|
|
|
# Include Zephyr's Kconfig.
|
|
source "Kconfig"
|