-
Notifications
You must be signed in to change notification settings - Fork 74
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
example keyboard.py connect stopped. #375
Comments
I found the mouse required encryption link. But I have no idea how to implement it with Bumble Library. Is there any encryption-related demo for the connection? |
All the Bumble connect processes will stop on the HCI_LE_EXTENDED_CREATE_CONNECTION_COMMAND. I am not sure whether it is caused by the USB dongle or other reasons.
|
If you need an encrypted connection, you should 1/ pair the two devices that communicate (you can use the |
Most likely here you're trying to connect to a random address that doesn't exist. If the device you're connecting to has LE privacy enabled (most phones and devices would have), their BLE random address changes periodically (typically every 15 minutes or so, plus every time a connection is established). So unless you're paired the devices (in which case the scanner can resolve those changing random addresses back to a fixed one), you'll need to scan and find out the current address of your target device each time before connecting to it. |
I tried pair `sudo ../venv/bin/python pair.py --mode le --sc true --mitm false device1.json usb:0 DF:85:B6:69:32:A6 During handling of the above exception, another exception occurred: I found the mouse will disconnect , and make active connect aagain. (I am not sure for this.) |
If runs without connect
Nothing happened. i use scan find the address, and then make pare. I test two different logi mice, the result is the same. I'm pretty sure all the mice with security connection features. Bumble is the most easy to use tool, I hope it could work. |
I try to connect Logica Master 3, the process is stopped.
I am not know which kind of problem happened.
The text was updated successfully, but these errors were encountered: