Bsim won't be limited anymore to BT tests. In preparation for adding more tests in network areas swap the tests/bluetooth/bsim with tests/bsim/bluetooth There is no other changes in this commit beyond that. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
15 lines
381 B
Plaintext
15 lines
381 B
Plaintext
# Copyright (c) 2022 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Workaround for pretending that the controller
|
|
# supports CIS as the host expects the controller
|
|
# to support these features.
|
|
|
|
config BT_LL_SW_SPLIT
|
|
select BT_CTLR_SYNC_TRANSFER_RECEIVER_SUPPORT
|
|
select BT_CTLR_SYNC_TRANSFER_SENDER_SUPPORT
|
|
|
|
menu "Zephyr Kernel"
|
|
source "Kconfig.zephyr"
|
|
endmenu
|