Skip to content

Commit 60c0635

Browse files
ppryga-nordicnordicjm
authored andcommitted
samples: Bluetooth: DF Tx antenna switching should be disabled in ctrl
The CONFIG_BT_CTLR_DF_ANT_SWITCH_TX belongs to BLE controller configuration. It should be cleared in board files to make sure it is applied when the controller is complied. Signed-off-by: Piotr Pryga <[email protected]>
1 parent da51121 commit 60c0635

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

samples/bluetooth/direction_finding_connectionless_tx/boards/nrf52833dk_nrf52820.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ CONFIG_BT_CTLR_DF=y
1010
# Disable Direction Finding RX mode
1111
CONFIG_BT_CTLR_DF_ANT_SWITCH_RX=n
1212
CONFIG_BT_CTLR_DF_SCAN_CTE_RX=n
13+
14+
# Disable AoD Feature (antenna switching) in Tx mode in Contoller
15+
CONFIG_BT_CTLR_DF_ANT_SWITCH_TX=n

samples/bluetooth/direction_finding_connectionless_tx/boards/nrf52833dk_nrf52833.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ CONFIG_BT_CTLR_DF=y
99
# Disable Direction Finding RX mode
1010
CONFIG_BT_CTLR_DF_SCAN_CTE_RX=n
1111
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

samples/bluetooth/direction_finding_connectionless_tx/prj.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ CONFIG_BT_BROADCASTER=y
1515
CONFIG_BT_DF=y
1616
CONFIG_BT_DF_CONNECTIONLESS_CTE_TX=y
1717

18-
# Disable AoD Feature (antenna switching) in Tx mode in Controller and Host
19-
CONFIG_BT_CTLR_DF_ANT_SWITCH_TX=n
18+
# Disable AoD Feature (antenna switching) in Tx mode in Host
2019
CONFIG_BT_DF_CTE_TX_AOD=n

0 commit comments

Comments
 (0)