Windows10側の操作
PSToolsをダウンロード・展開する
展開した場所でPowerShellを管理者権限で起動してコマンド実行
./psexec.exe -s -i regedit /e C:\bluetooth.txt HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\BTHPORT\Parameters\Keys
bluetooth.txtWindows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\BTHPORT\Parameters\Keys]
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\BTHPORT\Parameters\Keys\5041xxxxxxxx]
"3818xxxxxxxx=hex:92,a2,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx
1台のBluetoothマウスをマルチブート環境で使う方法 #Windows - Qiita
https://qiita.com/Shunmo17/items/4ab99e6ad035d5f41654
Linux(ULMDE6)側の操作
レシーバのmacアドレスを表示bluetoothctl list
ペアリングしているデバイスのmacアドレスを表示bluetoothctl devices
infoファイル/var/lib/bluetooth/{レシーバのmacアドレス}/{デバイスのmacアドレス}/info
バックアップsudo cp /var/lib/bluetooth/50:41:XX:XX:XX:XX/38:18:XX:XX:XX:XX/info /var/lib/bluetooth/50:41:XX:XX:XX:XX/38:18:XX:XX:XX:XX/info.bak
sudo cat /var/lib/bluetooth/50:41:XX:XX:XX:XX/38:18:XX:XX:XX:XX/info
[LinkKey]
Key=D101XXXXXXXXXXXXXXXXXXXXXXXXXXXX
Type=4
PINLength=0
[LinkKey]のKey=をWin側で出力した値に書き換えるsudo nano /var/lib/bluetooth/50:41:XX:XX:XX:XX/38:18:XX:XX:XX:XX/info
Bluetoothデーモンの再起動sudo systemctl restart bluetooth
Linux/Windowsのデュアルブート環境でBluetoothやBLEのデバイスを共有する方法 - Blanktar
https://blanktar.jp/blog/2020/10/dual-boot-bluetooth
小文字(英字)→大文字(英字) | 文字変換サイト(無料)|アルファベット・英語|a small letter is converted to a big letter
https://zerothree.sub.jp/php/mbstrtoupper/
テキスト整形(重複行削除・ソート・カウント)ツール
https://flatsystems.net/js_textsort.html