Skip to content

Instantly share code, notes, and snippets.

@florido
Forked from nicolasembleton/restart_bluetooth.sh
Created January 29, 2019 03:38
Show Gist options
  • Save florido/427ff3c09eafbcd8de0cdfebab9deda8 to your computer and use it in GitHub Desktop.
Save florido/427ff3c09eafbcd8de0cdfebab9deda8 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