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 <ali.hozhabri@st.com>
This commit is contained in:
parent
c8d034cf0b
commit
b2d4c2e2b1
1 changed files with 9 additions and 0 deletions
|
@ -8,4 +8,13 @@ if SOC_SERIES_STM32WB0X
|
|||
config NUM_IRQS
|
||||
default 32
|
||||
|
||||
config BT_AUTO_PHY_UPDATE
|
||||
default n
|
||||
|
||||
config BT_AUTO_DATA_LEN_UPDATE
|
||||
default n
|
||||
|
||||
config BT_HCI_ACL_FLOW_CONTROL
|
||||
default n
|
||||
|
||||
endif # SOC_SERIES_STM32WB0X
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue