-
Notifications
You must be signed in to change notification settings - Fork 19
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
bluetooth pairing keys install #1
Comments
How do you copy the keys without Ansible? Post a script. |
I don't have such a script, but here is the code to copy BLE keys from Linux to Windows: |
The description is in: Quote: "Sync Bluetooth for dual-boot Linux and Windows" If you install bt-dualboot the simple task below should do the job - hosts: all
tasks:
- command: 'sudo bt-dualboot --sync-all' Let me know if this works for you. We can add it to the role then. |
What I can see from the doc,
|
I see. Unfortunately, I have no Linux/Windows dual-boot to test it. Still the same |
the syncing between Linux and Windows works fine, I tested it |
Good to know. Feel free to submit a PR. |
I thought maybe the measures to gather bt keys as part of other hw info are already exist? |
Alternatively, if it possible to forcibly set a key for BT connection, that would be good to know |
BT keys are not part of HW info the same way any other keys (ssh, gpg, ...) are not. |
You can ask this in the bt-dualboot project. |
OK, so the idea is to handle it the same way as WiFi key then. There are also many approaches supporting Windows to Linux sync, those might be more interesting for our case as they support "write" to Linux from exported file: |
I would like to install pre-existing bluetooth pairing keys with Ansible to make BT mouse work after system install.
Is it possible?
The text was updated successfully, but these errors were encountered: