BLE support (Windows to Linux only) #17
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi there,
I found this tool and wanted to use it to synchronise my dual-booting Legion Go (a device similar to a Steam Deck). Most of my devices turned out to be BLE, and so I implemented support for BLE synchronisation.
Note that it is currently set up to only work one way, from Windows to Linux, as this was my target use case, and I didn't want to potentially break Windows by writing back to it from Linux.
I've built it so that it will attempt to detect which device matches up (by name), but you will have to pair in both Linux and then Windows, and then run the script in Linux.
I've tested my changes, and it's in a "works-for-me" status, but I can't guarantee all situations.