Skip to content

Commit c451a8d

Browse files
committed
bluetooth: controller: Fix path loss monitoring dependency
Previously this was managed in zephyr, however it was decided there that path loss monitoring does not require the LE power control feature. The way we have implemented in SDC plm does indeed require power control, so we will ensure that here. Signed-off-by: Sean Madigan <[email protected]>
1 parent c36b1d0 commit c451a8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,9 @@ config BT_CTLR_SDC_CS_T_PM_LEN_DEFAULT
691691
default 20 if BT_CTLR_SDC_CS_T_PM_LEN_20_US
692692
default 40 if BT_CTLR_SDC_CS_T_PM_LEN_40_US
693693

694+
config BT_CTLR_LE_PATH_LOSS_MONITORING
695+
select BT_CTLR_LE_POWER_CONTROL
696+
694697
config BT_CTLR_SDC_LE_POWER_CLASS_1
695698
bool "Device supports transmitting at LE Power Class 1 level"
696699
default y if BT_CTLR_TX_PWR_ANTENNA >= 10

0 commit comments

Comments
 (0)