Skip to content

Commit 72b42e1

Browse files
sylvioalvesdkalowsk
authored andcommitted
soc: esp32: increase HCI command TX buffer count
Increase the number of HCI command transmit buffers on ESP32 to prevent sporadic command timeouts. This is a temporary workaround. Upcoming changes to the BLE proprietary blobs will address the root cause. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
1 parent 33db154 commit 72b42e1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

soc/espressif/esp32/Kconfig.defconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,12 @@ config GDBSTUB_BUF_SZ
3838
endif # GDBSTUB config
3939

4040
endif # SOC_SERIES_ESP32 config
41+
42+
if BT_ESP32
43+
44+
# Temporary workaround to prevent HCI command timeouts on ESP32.
45+
# A proper fix will be implemented in the BLE proprietary blobs.
46+
config BT_BUF_CMD_TX_COUNT
47+
default 2
48+
49+
endif

0 commit comments

Comments
 (0)