Skip to content

Instantly share code, notes, and snippets.

View corecoding's full-sized avatar

Chris Monahan corecoding

View GitHub Profile
@corecoding
corecoding / export-ble-infos.py
Last active May 16, 2023 19:59 — forked from Mygod/export-ble-infos.py
Export your Windows Bluetooth LE keys into Linux!
#!/usr/bin/python3
"""
Export your Windows Bluetooth LE keys into Linux!
Thanks to: http://console.systems/2014/09/how-to-pair-low-energy-le-bluetooth.html
Usage:
$ ./export-ble-infos.py <args>
$ sudo bash -c 'cp -r ./bluetooth /var/lib && service bluetooth force-reload'