Skip to content

Instantly share code, notes, and snippets.

@gjaya79
Created October 9, 2016 12:42
Show Gist options
  • Save gjaya79/f85145f73fab7e707130013a57c70e02 to your computer and use it in GitHub Desktop.
Save gjaya79/f85145f73fab7e707130013a57c70e02 to your computer and use it in GitHub Desktop.
Resart Bluetooth in Mac OS X/macOS
#!/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