Skip to content

Commit 5994a5e

Browse files
gudipudiramanakumarfabiobaltieri
authored andcommitted
drivers: bluetooth: siwx917: Fix issue with controller to host flow control
The SiWx917 BLE controller currently does not support HCI Command 0x0C35 i.e. Host Number of Completed Packets Command Disabling the ACL Flow Control avoids sending this command during SMP Pairing process and therefore avoiding an ASSERT Signed-off-by: Ramana Gudipudi <[email protected]>
1 parent 04092f4 commit 5994a5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/bluetooth/hci/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ config BT_SILABS_SIWX91X
148148
help
149149
Use Silicon Labs Wiseconnect 3.x Bluetooth library to connect to the controller.
150150

151+
# SiWx917 BLE controller currently does not support HCI Command: Host Number of Completed Packets
152+
configdefault BT_HCI_ACL_FLOW_CONTROL
153+
default n if BT_SILABS_SIWX91X
154+
151155
config BT_USERCHAN
152156
bool
153157
depends on (BOARD_NATIVE_POSIX || BOARD_NATIVE_SIM)

0 commit comments

Comments
 (0)