24 lines
572 B
Plaintext
24 lines
572 B
Plaintext
#
|
|
# Copyright (c) 2022 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_BT_CTLR=y
|
|
CONFIG_BT_LL_SW_SPLIT=y
|
|
|
|
# Enable new implementation of LLCPs
|
|
CONFIG_BT_LL_SW_LLCP=y
|
|
|
|
# Enable Direction Finding Feature including AoA and AoD
|
|
CONFIG_BT_CTLR_DF=y
|
|
|
|
CONFIG_BT_CTLR_DF_CTE_TX=y
|
|
CONFIG_BT_CTLR_DF_CONN_CTE_TX=y
|
|
CONFIG_BT_CTLR_DF_ANT_SWITCH_TX=y
|
|
CONFIG_BT_CTLR_DF_CONN_CTE_RSP=y
|
|
|
|
# Ensure that there is enough control procedure contexts to queue and execute all procedures
|
|
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
|
|
CONFIG_BT_CTLR_LLCP_LOCAL_PROC_CTX_BUF_NUM=6
|