MacOS多系统下蓝牙设备的自动连接

MacOS多系统下蓝牙设备的自动连接

操作方法:

经爬帖发现蓝牙设备的配对连接信息文件位于 /private/var/root/Library/Preferences/bluetoothaudiod.plist
将该文件复制到另外的MacOS系统,使用命令如下:

1
sudo -s     # 切换到root用户

复制文件[10.13到10.13]:
cp /private/var/root/Library/Preferences/bluetoothaudiod.plist /Volumes/test/private/var/root/Library/Preferences
cp /private/var/root/Library/Preferences/com.apple.bluetoothd.plist /Volumes/test/private/var/root/Library/Preferences

复制文件[10.13到10.12]
cp /private/var/root/Library/Preferences/bluetoothaudiod.plist /Volumes/test/private/var/root/Library/Preferences/blued.plist
cp /private/var/root/Library/Preferences/com.apple.bluetoothd.plist /Volumes/test/private/var/root/Library/Preferences

这样操作之后,就可以在不同的MacOS系统下使用配对过的蓝牙设备而无须重复配对。

关于打赏

您的支持就是我更新的动力!
如果不希望看到博主停更的话,请点击下方的 打赏 支持一下,有钱的捧个钱场,没钱的捧个人场,谢谢大家!

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注