BlueMigrate is a cross-platform tool designed to facilitate the migration of Bluetooth pairing information from Windows to Linux systems.
Open Windows Command Prompt as Administrator and run the following command:
export_windows_bluetooth.batA bluetooth.info file will be generated in the same directory.
Transfer the bluetooth.info file to your Linux system. Open a terminal. Navigate to the directory containing import_windows_bluetooth.sh and bluetooth.info. Make the script executable if it isn't already:
chmod +x import_windows_bluetooth.shExecute the script with superuser privileges:
sudo ./import_windows_bluetooth.shAfter running the import script, restart the Bluetooth service to apply the changes:
sudo systemctl restart bluetoothVerification Verify that the Bluetooth devices are now paired in your Linux system. You can use the bluetoothctl command to check the paired devices:
bluetoothctl devices