Skip to content

Instantly share code, notes, and snippets.

@rokumatsumoto
Last active January 21, 2019 14:50
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 rokumatsumoto/b6d51d5cd3f41f0173a407cbac7ed9d6 to your computer and use it in GitHub Desktop.
Save rokumatsumoto/b6d51d5cd3f41f0173a407cbac7ed9d6 to your computer and use it in GitHub Desktop.
Restart Bluetooth Daemon on macOS Sierra 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