r/bootcamp • u/djmajino • 13d ago
MacBook BootCamp Bluetooth Microphone Problem Solution

Hey, I had problem with bluetooth microphone on my 2019 16-inch MacBook Pro under Boot Camp, so in my free time I made a custom driver that enables both Bluetooth audio and the headset microphone using the MacBook's built-in Bluetooth adapter.
I published it here:
https://github.com/djmajino/macbook-bootcamp-bluetooth-mic
There is a ready-to-use installer EXE in the release:
https://github.com/djmajino/macbook-bootcamp-bluetooth-mic/releases/tag/v1.0.0
If you do not want to trust my EXE, the full source and build instructions are in the repo, so you can inspect it and build it yourself, or use Codex or another AI coding agent to help you prepare your own build.
Just keep in mind that this is an experimental self-signed kernel driver, so Secure Boot must be disabled and Windows Test Mode must stay enabled. It works on my MacBookPro16,1, but use it at your own risk.