digitalbirdo/BT-LinkkeySync

It does not work on Monterey

Opened this issue · 4 comments

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

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

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?

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

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.