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:
Ali Hozhabri 2024-10-11 19:34:15 +02:00 committed by Benjamin Cabé
commit b2d4c2e2b1

View file

@ -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