Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: bluetooth: siwx917: Temporarily fixes the SMP issues #92

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ramana-g-123
Copy link

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

@jhedberg
Copy link
Collaborator

@ramana-g-123 the 917 support was merged yesterday upstream. Could you submit a fix there as well? You should be able to cherry-pick this commit directly onto the upstream tree, since the files should be the same there as far as this HCI driver is concerned.

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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants