Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 898 Bytes

驱动蓝牙.md

File metadata and controls

13 lines (10 loc) · 898 Bytes

驱动蓝牙

1. macOS BigSur及之前的版本

直接下载IntelBluetoothFirmware,解压把IntelBluetoothFirmware.kext、IntelBluetoothInjector.kext和IntelBTPatcher.kext放到OC/Kexts里,并在config.plist中添加这三条记录

2. macOS Monterey及之后的版本

参考这个说明,需要做一些修改
同样下载IntelBluetoothFirmware,但是只保留IntelBluetoothFirmware.kext和IntelBTPatcher.kext
下载BlueToolFixup.kext,解压后只取出BlueToolFixup.kext,和上面两个一起放到OC/Kexts里,并在config.plist中添加这三条记录