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

[Feature Request] run_hid_host BLE supported. #370

Open
joyhope opened this issue Dec 13, 2023 · 3 comments
Open

[Feature Request] run_hid_host BLE supported. #370

joyhope opened this issue Dec 13, 2023 · 3 comments

Comments

@joyhope
Copy link

joyhope commented Dec 13, 2023

run hid host current works for classic, Is it feasible to support BLE mode?

It is a good tool.

@barbibulle
Copy link
Collaborator

For BLE, the examples/keyboard.py includes a functional BLE keyboard host or device. There's no high level API for it, but the example is pretty simple and can make a good basis for an app or virtual HID. Adapting it to support a BLE mouse should also be pretty straightforward.

@joyhope
Copy link
Author

joyhope commented Dec 13, 2023

Yes, I tried this keyboard, it is unable to connect to the iPhone. I tried to understand why, so I needed some tools to find the reason. It is accepted by the iPhone as a keyboard, but unable to input anything. I tried add mouse for this, but stopped in the keypad.

@barbibulle
Copy link
Collaborator

I have observed the same issue with the iPhone but didn’t have time to troubleshoot. It worked with Android for sure, and maybe with a Mac (not sure, it was a while back). For the iPhone, you might need to pair first.

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

No branches or pull requests

2 participants