Skip to content

Commit 46a09b3

Browse files
erwangojhedberg
authored andcommitted
soc: stm32wb: Set BT_USER_PHY_UPDATE as supported
STM32WB Controller supports application to initiate the "PHY Update Procedure" (BT_USER_PHY_UPDATE) while it doesn't support it to be automatically triggered on connection establishment (BT_AUTO_PHY_UPDATE). Default BT_USER_PHY_UPDATE to true, which automatically defaults BT_AUTO_PHY_UPDATE to false. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
1 parent 9a9fc2b commit 46a09b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/arm/st_stm32/stm32wb/Kconfig.defconfig.series

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ source "soc/arm/st_stm32/stm32wb/Kconfig.defconfig.stm32wb*"
1010
config SOC_SERIES
1111
default "stm32wb"
1212

13+
config BT_USER_PHY_UPDATE
14+
default y if BT
15+
1316
endif # SOC_SERIES_STM32WBX

0 commit comments

Comments
 (0)