Skip to content

Commit

Permalink
drivers: bluetooth: siwx917: Temporarily fixes the SMP issues
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ramana-g-123 committed Feb 12, 2025
1 parent d61c3f3 commit 73021f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/bluetooth/hci/Kconfig.siwx917
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ config BT_SIWX917
select ENTROPY_GENERATOR
help
Use Silicon Labs Wiseconnect 3.x Bluetooth library to connect to the controller.

# SiWx917 BLE controller currently does not support HCI Command: Host Number of Completed Packets

Check failure on line 13 in drivers/bluetooth/hci/Kconfig.siwx917

View workflow job for this annotation

GitHub Actions / compliance

TRAILING_WHITESPACE

drivers/bluetooth/hci/Kconfig.siwx917:13 trailing whitespace
configdefault BT_HCI_ACL_FLOW_CONTROL
default n if BT_SIWX917

0 comments on commit 73021f9

Please sign in to comment.