digitalbirdo / BT-LinkkeySync

Scripts to synchronize bluetooth link keys from mac OSX to windows
MIT License
112 stars 32 forks source link

It does not work on Monterey #26

Open 1Nian-zsx opened 2 years ago

1Nian-zsx commented 2 years ago

It does not work on my computer with macOS 12 Monterey, I can't find /private/var/root/Library/Preferences/com.apple.bluetoothd.plist.

roddy20 commented 2 years ago

It does not work on my computer with macOS 12 Monterey, I can't find /private/var/root/Library/Preferences/com.apple.bluetoothd.plist.

Monterey uses LinkKeys from KeyChain not that plist

1Nian-zsx commented 2 years ago

It does not work on my computer with macOS 12 Monterey, I can't find /private/var/root/Library/Preferences/com.apple.bluetoothd.plist.

Monterey uses LinkKeys from KeyChain not that plist

So how to find LinkKeys in KeyChain?

roddy20 commented 2 years ago

So how to find LinkKeys in KeyChain?

something like security find-generic-password -ga mac-address I am not interested in monterey absolutely so i did not research this

1Nian-zsx commented 2 years ago

So how to find LinkKeys in KeyChain?

something like security find-generic-password -ga mac-address I am not interested in monterey absolutely so i did not research this

OK, thank you.