Skip to content

Commit b2d4c2e

Browse files
HoZHelkartben
authored andcommitted
soc: stm32: stm32wb0x: Disable BT_AUTO_PHY_UPDATE & BT_AUTO_DATA_LEN_UPDATE
Put the default value for BT_AUTO_PHY_UPDATE and BT_AUTO_DATA_LEN_UPDATE to "n" at SOC level since they cause "controller busy" due to starting several parallel BLE procedures during connection by "perform_auto_initiated_procedures" function. At the moment, ST controller does not support parallelism, i.e. host should not initiate a new procedure before previous one is completed. Disable CONFIG_BT_HCI_ACL_FLOW_CONTROL at SOC level. Signed-off-by: Ali Hozhabri <[email protected]>
1 parent c8d034c commit b2d4c2e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

soc/st/stm32/stm32wb0x/Kconfig.defconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,13 @@ if SOC_SERIES_STM32WB0X
88
config NUM_IRQS
99
default 32
1010

11+
config BT_AUTO_PHY_UPDATE
12+
default n
13+
14+
config BT_AUTO_DATA_LEN_UPDATE
15+
default n
16+
17+
config BT_HCI_ACL_FLOW_CONTROL
18+
default n
19+
1120
endif # SOC_SERIES_STM32WB0X

0 commit comments

Comments
 (0)