Fixing Bluetooth On Macos High Sierra

less than 1 minute read

Unload Bluetooth

sudo launchctl unload /System/Library/LaunchDaemons/com.apple.bluetoothd.plist

Load Bluetooth

sudo launchctl load /System/Library/LaunchDaemons/com.apple.bluetoothd.plist

https://discussions.apple.com/thread/8145444

Updated: