diff --git a/EFI/OC/Config.plist b/EFI/OC/Config.plist
index 5987b59..4fdfbf5 100644
--- a/EFI/OC/Config.plist
+++ b/EFI/OC/Config.plist
@@ -591,6 +591,60 @@
PlistPath
Contents/Info.plist
+
+ Arch
+ x86_64
+ BundlePath
+ IntelBTPatcher.kext
+ Comment
+
+ Enabled
+
+ ExecutablePath
+ Contents/MacOS/IntelBTPatcher
+ MaxKernel
+
+ MinKernel
+
+ PlistPath
+ Contents/Info.plist
+
+
+ Arch
+ x86_64
+ BundlePath
+ IntelBluetoothFirmware.kext
+ Comment
+
+ Enabled
+
+ ExecutablePath
+ Contents/MacOS/IntelBluetoothFirmware
+ MaxKernel
+
+ MinKernel
+
+ PlistPath
+ Contents/Info.plist
+
+
+ Arch
+ x86_64
+ BundlePath
+ BlueToolFixup.kext
+ Comment
+
+ Enabled
+
+ ExecutablePath
+ Contents/MacOS/BlueToolFixup
+ MaxKernel
+
+ MinKernel
+
+ PlistPath
+ Contents/Info.plist
+
Block
diff --git a/EFI/OC/Kexts/BlueToolFixup.kext/Contents/Info.plist b/EFI/OC/Kexts/BlueToolFixup.kext/Contents/Info.plist
new file mode 100644
index 0000000..3223f04
--- /dev/null
+++ b/EFI/OC/Kexts/BlueToolFixup.kext/Contents/Info.plist
@@ -0,0 +1,81 @@
+
+
+
+
+ BuildMachineOSBuild
+ 20G624
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ BlueToolFixup
+ CFBundleIdentifier
+ as.acidanthera.BlueToolFixup
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ BlueToolFixup
+ CFBundlePackageType
+ KEXT
+ CFBundleShortVersionString
+ 2.6.3
+ CFBundleSupportedPlatforms
+
+ MacOSX
+
+ CFBundleVersion
+ 2.6.3
+ DTCompiler
+ com.apple.compilers.llvm.clang.1_0
+ DTPlatformBuild
+ 13C100
+ DTPlatformName
+ macosx
+ DTPlatformVersion
+ 12.1
+ DTSDKBuild
+ 21C46
+ DTSDKName
+ macosx12.1
+ DTXcode
+ 1321
+ DTXcodeBuild
+ 13C100
+ IOKitPersonalities
+
+ BlueToolFixup
+
+ CFBundleIdentifier
+ as.acidanthera.BlueToolFixup
+ IOClass
+ BlueToolFixup
+ IOMatchCategory
+ BlueToolFixup
+ IOProviderClass
+ IOResources
+ IOResourceMatch
+ IOKit
+
+
+ LSMinimumSystemVersion
+ 10.8
+ OSBundleLibraries
+
+ as.vit9696.Lilu
+ 1.4.7
+ com.apple.kpi.bsd
+ 12.0.0
+ com.apple.kpi.dsep
+ 12.0.0
+ com.apple.kpi.iokit
+ 12.0.0
+ com.apple.kpi.libkern
+ 12.0.0
+ com.apple.kpi.mach
+ 12.0.0
+ com.apple.kpi.unsupported
+ 12.0.0
+
+ OSBundleRequired
+ Root
+
+
diff --git a/EFI/OC/Kexts/BlueToolFixup.kext/Contents/MacOS/BlueToolFixup b/EFI/OC/Kexts/BlueToolFixup.kext/Contents/MacOS/BlueToolFixup
new file mode 100644
index 0000000..6d4a538
Binary files /dev/null and b/EFI/OC/Kexts/BlueToolFixup.kext/Contents/MacOS/BlueToolFixup differ
diff --git a/EFI/OC/Kexts/IntelBTPatcher.kext/Contents/Info.plist b/EFI/OC/Kexts/IntelBTPatcher.kext/Contents/Info.plist
new file mode 100644
index 0000000..2ebfebd
--- /dev/null
+++ b/EFI/OC/Kexts/IntelBTPatcher.kext/Contents/Info.plist
@@ -0,0 +1,81 @@
+
+
+
+
+ BuildMachineOSBuild
+ 19H2026
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ IntelBTPatcher
+ CFBundleIdentifier
+ com.zxystd.IntelBTPatcher
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ IntelBTPatcher
+ CFBundlePackageType
+ KEXT
+ CFBundleShortVersionString
+ 2.2.0
+ CFBundleSupportedPlatforms
+
+ MacOSX
+
+ CFBundleVersion
+ 2.2.0
+ DTCompiler
+ com.apple.compilers.llvm.clang.1_0
+ DTPlatformBuild
+ 11A420a
+ DTPlatformVersion
+ GM
+ DTSDKBuild
+ 19A547
+ DTSDKName
+ macosx10.15
+ DTXcode
+ 1100
+ DTXcodeBuild
+ 11A420a
+ IOKitPersonalities
+
+ IntelBTPatcher
+
+ CFBundleIdentifier
+ com.zxystd.IntelBTPatcher
+ IOClass
+ IntelBTPatcher
+ IOMatchCategory
+ IntelBTPatcher
+ IOProviderClass
+ IOResources
+ IOResourceMatch
+ IOKit
+
+
+ LSMinimumSystemVersion
+ 10.12
+ NSHumanReadableCopyright
+ Copyright © 2022 zxystd. All rights reserved.
+ OSBundleLibraries
+
+ as.vit9696.Lilu
+ 1.2.0
+ com.apple.iokit.IOUSBHostFamily
+ 1.2
+ com.apple.kpi.bsd
+ 12.0.0
+ com.apple.kpi.dsep
+ 12.0.0
+ com.apple.kpi.iokit
+ 12.0.0
+ com.apple.kpi.libkern
+ 12.0.0
+ com.apple.kpi.mach
+ 12.0.0
+ com.apple.kpi.unsupported
+ 12.0.0
+
+
+
diff --git a/EFI/OC/Kexts/IntelBTPatcher.kext/Contents/MacOS/IntelBTPatcher b/EFI/OC/Kexts/IntelBTPatcher.kext/Contents/MacOS/IntelBTPatcher
new file mode 100644
index 0000000..3f596a0
Binary files /dev/null and b/EFI/OC/Kexts/IntelBTPatcher.kext/Contents/MacOS/IntelBTPatcher differ
diff --git a/EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/Info.plist b/EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/Info.plist
new file mode 100644
index 0000000..6d4bce0
--- /dev/null
+++ b/EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/Info.plist
@@ -0,0 +1,247 @@
+
+
+
+
+ BuildMachineOSBuild
+ 19H2026
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ IntelBluetoothFirmware
+ CFBundleIdentifier
+ com.zxystd.IntelBluetoothFirmware
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ IntelBluetoothFirmware
+ CFBundlePackageType
+ KEXT
+ CFBundleShortVersionString
+ 2.2.0
+ CFBundleSupportedPlatforms
+
+ MacOSX
+
+ CFBundleVersion
+ 2.2.0
+ DTCompiler
+ com.apple.compilers.llvm.clang.1_0
+ DTPlatformBuild
+ 11A420a
+ DTPlatformVersion
+ GM
+ DTSDKBuild
+ 19A547
+ DTSDKName
+ macosx10.15
+ DTXcode
+ 1100
+ DTXcodeBuild
+ 11A420a
+ IOKitPersonalities
+
+ IntelBluetoothFirmware_0026
+
+ CFBundleIdentifier
+ com.zxystd.IntelBluetoothFirmware
+ IOClass
+ IntelBluetoothFirmware
+ IOMatchCategory
+ IntelBluetoothFirmware
+ IOProbeScore
+ 4000
+ IOProviderClass
+ IOUSBHostDevice
+ idProduct
+ 38
+ idVendor
+ 32903
+
+ IntelBluetoothFirmware_0032
+
+ CFBundleIdentifier
+ com.zxystd.IntelBluetoothFirmware
+ IOClass
+ IntelBluetoothFirmware
+ IOMatchCategory
+ IntelBluetoothFirmware
+ IOProbeScore
+ 4000
+ IOProviderClass
+ IOUSBHostDevice
+ idProduct
+ 50
+ idVendor
+ 32903
+
+ IntelBluetoothFirmware_0035
+
+ CFBundleIdentifier
+ com.zxystd.IntelBluetoothFirmware
+ IOClass
+ IntelBluetoothFirmware
+ IOMatchCategory
+ IntelBluetoothFirmware
+ IOProbeScore
+ 4000
+ IOProviderClass
+ IOUSBHostDevice
+ idProduct
+ 53
+ idVendor
+ 32903
+
+ IntelBluetoothFirmware_3165
+
+ CFBundleIdentifier
+ com.zxystd.IntelBluetoothFirmware
+ IOClass
+ IntelBluetoothFirmware
+ IOMatchCategory
+ IntelBluetoothFirmware
+ IOProbeScore
+ 4000
+ IOProviderClass
+ IOUSBHostDevice
+ idProduct
+ 2602
+ idVendor
+ 32903
+
+ IntelBluetoothFirmware_3168
+
+ CFBundleIdentifier
+ com.zxystd.IntelBluetoothFirmware
+ IOClass
+ IntelBluetoothFirmware
+ IOMatchCategory
+ IntelBluetoothFirmware
+ IOProbeScore
+ 4000
+ IOProviderClass
+ IOUSBHostDevice
+ idProduct
+ 2727
+ idVendor
+ 32903
+
+ IntelBluetoothFirmware_726x
+
+ CFBundleIdentifier
+ com.zxystd.IntelBluetoothFirmware
+ IOClass
+ IntelBluetoothFirmware
+ IOMatchCategory
+ IntelBluetoothFirmware
+ IOProbeScore
+ 4000
+ IOProviderClass
+ IOUSBHostDevice
+ idProduct
+ 2012
+ idVendor
+ 32903
+
+ IntelBluetoothFirmware_8265
+
+ CFBundleIdentifier
+ com.zxystd.IntelBluetoothFirmware
+ IOClass
+ IntelBluetoothFirmware
+ IOMatchCategory
+ IntelBluetoothFirmware
+ IOProbeScore
+ 4000
+ IOProviderClass
+ IOUSBHostDevice
+ idProduct
+ 2603
+ idVendor
+ 32903
+
+ IntelBluetoothFirmware_926x
+
+ CFBundleIdentifier
+ com.zxystd.IntelBluetoothFirmware
+ IOClass
+ IntelBluetoothFirmware
+ IOMatchCategory
+ IntelBluetoothFirmware
+ IOProbeScore
+ 4000
+ IOProviderClass
+ IOUSBHostDevice
+ idProduct
+ 37
+ idVendor
+ 32903
+
+ IntelBluetoothFirmware_9560
+
+ CFBundleIdentifier
+ com.zxystd.IntelBluetoothFirmware
+ IOClass
+ IntelBluetoothFirmware
+ IOMatchCategory
+ IntelBluetoothFirmware
+ IOProbeScore
+ 4000
+ IOProviderClass
+ IOUSBHostDevice
+ idProduct
+ 2730
+ idVendor
+ 32903
+
+ IntelBluetoothFirmware_ax200
+
+ CFBundleIdentifier
+ com.zxystd.IntelBluetoothFirmware
+ IOClass
+ IntelBluetoothFirmware
+ IOMatchCategory
+ IntelBluetoothFirmware
+ IOProbeScore
+ 4000
+ IOProviderClass
+ IOUSBHostDevice
+ idProduct
+ 41
+ idVendor
+ 32903
+
+ IntelBluetoothFirmware_ax210
+
+ CFBundleIdentifier
+ com.zxystd.IntelBluetoothFirmware
+ IOClass
+ IntelBluetoothFirmware
+ IOMatchCategory
+ IntelBluetoothFirmware
+ IOProbeScore
+ 4000
+ IOProviderClass
+ IOUSBHostDevice
+ idProduct
+ 51
+ idVendor
+ 32903
+
+
+ LSMinimumSystemVersion
+ 10.12
+ NSHumanReadableCopyright
+ Copyright © 2019 钟先耀. All rights reserved.
+ OSBundleLibraries
+
+ com.apple.iokit.IOUSBHostFamily
+ 1.2
+ com.apple.kpi.iokit
+ 16.7
+ com.apple.kpi.libkern
+ 16.7
+ com.apple.kpi.mach
+ 16.7
+
+
+
diff --git a/EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/MacOS/IntelBluetoothFirmware b/EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/MacOS/IntelBluetoothFirmware
new file mode 100644
index 0000000..745ae18
Binary files /dev/null and b/EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/MacOS/IntelBluetoothFirmware differ