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

driver: Implement driver for Intel Ax210 #365

Closed
wants to merge 3 commits into from

Conversation

SilverBzH
Copy link
Collaborator

No description provided.

@SilverBzH SilverBzH marked this pull request as draft December 5, 2023 23:07
bumble/drivers/__init__.py Outdated Show resolved Hide resolved
bumble/drivers/intel.py Outdated Show resolved Hide resolved
bumble/drivers/intel.py Outdated Show resolved Hide resolved
bumble/drivers/intel.py Outdated Show resolved Hide resolved
bumble/drivers/intel.py Outdated Show resolved Hide resolved
bumble/drivers/intel.py Outdated Show resolved Hide resolved
bumble/drivers/intel.py Outdated Show resolved Hide resolved
bumble/drivers/intel.py Outdated Show resolved Hide resolved

# await host.send_command(Hci_Intel_Secure_Send_Command(param=cmd_param)) # type: ignore
host.send_hci_packet(Hci_Intel_Secure_Send_Command(param=cmd_param)) # type: ignore
await asyncio.sleep(0.002)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.002 should probably be a named constant.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for debugging purpose here. I think David would like to implement the credit on HCI to get this faster, otherwise the update is really long

bumble/drivers/intel.py Outdated Show resolved Hide resolved
* Implement driver
* Add utility script into tools
Enable host-initiated role-switching after connection.
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.

None yet

2 participants