Skip to content

Instantly share code, notes, and snippets.

@ryanemmm
Created November 21, 2014 20:34
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 ryanemmm/a42b2c49be8cb43f2f49 to your computer and use it in GitHub Desktop.
Save ryanemmm/a42b2c49be8cb43f2f49 to your computer and use it in GitHub Desktop.
bounce bluetooth (trying to reconnect mouse)
#bounce bluetooth
set unload to "kextunload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport"
set load to "kextload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport"
do shell script unload with administrator privileges
do shell script load with administrator privileges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment