Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kevinold/bc196663a3924b86b9ca89ebd4c1c0a3 to your computer and use it in GitHub Desktop.
Save kevinold/bc196663a3924b86b9ca89ebd4c1c0a3 to your computer and use it in GitHub Desktop.
Restart Bluetooth Daemon on Mac OS X without restarting
#!/bin/bash
sudo kextunload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
sudo kextload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment