Skip to content

Commit cac0309

Browse files
ppryga-nordicnordicjm
authored andcommitted
samples: Bluetooth: DF add configuration for nRF54LXXX SoCs
Add configuration for direction finding samples that showcase DF functionalities supported by SoftDevice Contoller. Cleanup comments in existing configurations. Signed-off-by: Piotr Pryga <[email protected]>
1 parent 82086b8 commit cac0309

28 files changed

+183
-18
lines changed

samples/bluetooth/direction_finding_central/boards/nrf52833dk_nrf52820.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
# Enable Direction Finding Feature including AoA and AoD
7+
# Enable Direction Finding Feature
88
CONFIG_BT_CTLR_DF=y
99

1010
CONFIG_BT_CTLR_DF_CTE_RX=y

samples/bluetooth/direction_finding_central/boards/nrf52833dk_nrf52833.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
# Enable Direction Finding Feature including AoA and AoD
7+
# Enable Direction Finding Feature
88
CONFIG_BT_CTLR_DF=y
99

1010
CONFIG_BT_CTLR_DF_CTE_RX=y

samples/bluetooth/direction_finding_central/sysbuild/ipc_radio/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CONFIG_BT_MAX_CONN=16
1515
# CONFIG_BT_BUF_ACL_TX_SIZE=251
1616
# CONFIG_BT_BUF_CMD_TX_SIZE=255
1717

18-
# Enable Direction Finding Feature including AoA and AoD
18+
# Enable Direction Finding Feature
1919
CONFIG_BT_CTLR_DF=y
2020

2121
CONFIG_BT_CTLR_DF_CTE_RX=y

samples/bluetooth/direction_finding_connectionless_rx/boards/nrf52833dk_nrf52820.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
CONFIG_BT_CTLR_ADV_EXT=y
88
CONFIG_BT_CTLR_SYNC_PERIODIC=y
99

10-
# Enable Direction Finding RX Feature including AoA and AoD
10+
# Enable Direction Finding RX Feature
1111
CONFIG_BT_CTLR_DF=y
1212

1313
# Disable Direction Findnig TX mode

samples/bluetooth/direction_finding_connectionless_rx/boards/nrf52833dk_nrf52833.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
CONFIG_BT_CTLR_ADV_EXT=y
88
CONFIG_BT_CTLR_SYNC_PERIODIC=y
99

10-
# Enable Direction Finding Feature including AoA and AoD
10+
# Enable Direction Finding Feature
1111
CONFIG_BT_CTLR_DF=y
1212

1313
# Disable Direction Finding TX mode

samples/bluetooth/direction_finding_connectionless_rx/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ CONFIG_BT_EXT_ADV=y
1111
CONFIG_BT_PER_ADV_SYNC=y
1212
CONFIG_BT_OBSERVER=y
1313

14-
# Enable Direction Finding Feature including AoA and AoD
14+
# Enable Direction Finding Feature
1515
CONFIG_BT_DF=y
1616
CONFIG_BT_DF_CONNECTIONLESS_CTE_RX=y

samples/bluetooth/direction_finding_connectionless_rx/sysbuild/ipc_radio/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CONFIG_BT_OBSERVER=y
2525
CONFIG_BT_CTLR_ADV_EXT=y
2626
CONFIG_BT_CTLR_SYNC_PERIODIC=y
2727

28-
# Enable Direction Finding Feature including AoA and AoD
28+
# Enable Direction Finding Feature
2929
CONFIG_BT_CTLR_DF=y
3030
CONFIG_BT_CTLR_DF_ANT_SWITCH_TX=n
3131

samples/bluetooth/direction_finding_connectionless_tx/boards/nrf52833dk_nrf52820.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
# Enable Direction Finding TX Feature including AoA and AoD
7+
# Enable Direction Finding TX Feature
88
CONFIG_BT_CTLR_DF=y
99

1010
# Disable Direction Finding RX mode

samples/bluetooth/direction_finding_connectionless_tx/boards/nrf52833dk_nrf52833.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
6-
# Enable Direction Finding Feature including AoA and AoD
6+
# Enable Direction Finding Feature
77
CONFIG_BT_CTLR_DF=y
88

99
# Disable Direction Finding RX mode
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
# Enable Direction Finding Feature
7+
CONFIG_BT_CTLR_DF=y
8+
9+
# Disable Direction Finding RX mode
10+
CONFIG_BT_CTLR_DF_SCAN_CTE_RX=n
11+
CONFIG_BT_CTLR_DF_ANT_SWITCH_RX=n
12+
13+
# Disable AoD Feature (antenna switching) in Tx mode in Controller
14+
CONFIG_BT_CTLR_DF_ANT_SWITCH_TX=n

0 commit comments

Comments
 (0)