Skip to content

Instantly share code, notes, and snippets.

@phpworker
Forked from nicolasembleton/restart_bluetooth.sh
Created July 27, 2018 10:58
Show Gist options
  • Save phpworker/3287987f5269050da09c9d27746eff81 to your computer and use it in GitHub Desktop.
Save phpworker/3287987f5269050da09c9d27746eff81 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