4f17726bb1
Fix problem with building sample applications where Host is split from Controller into separate binaries. In that situation samples does not have access to controllers Kconfig options. To optimize memory usage by an application, disable not needed features (angle of arrival or angle of departure). Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
#
|
|
# Copyright (c) 2022 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Disable AoA Feature (antenna switching) in Rx mode in Controller and Host
|
|
CONFIG_BT_CTLR_DF_ANT_SWITCH_RX=n
|
|
CONFIG_BT_DF_CTE_RX_AOA=n
|