jacob-tate
12/4/2019 - 3:22 AM

mac: Disable bluetooth

Turn off bluetooth completely

sudo defaults write /Library/Preferences/com.apple.Bluetooth ControllerPowerState -int 0
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.blued.plist
sudo launchctl load /System/Library/LaunchDaemons/com.apple.blued.plist