Skip to content

Instantly share code, notes, and snippets.

@morsdyce
Created July 6, 2015 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morsdyce/f93134f5692c405d2fd5 to your computer and use it in GitHub Desktop.
Save morsdyce/f93134f5692c405d2fd5 to your computer and use it in GitHub Desktop.
OSX Bluetooth Fix alias #osx #bluetooth #alias
#restart the bluetooth controller
restartBluetooth() {
sudo -v
sudo kextunload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
sudo kextload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
}
alias bluetooth-reset=restartBluetooth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment