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

18次阅读
没有评论

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 系统下使用配对过的蓝牙设备而无须重复配对。

关于打赏

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

正文完
 0
liveob
版权声明:本站原创文章,由 liveob 于2024-09-14发表,共计750字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
评论(没有评论)
验证码