Skip to content

Instantly share code, notes, and snippets.

@henri
Forked from nicolasembleton/restart_bluetooth.sh
Created March 22, 2017 02:43
Show Gist options
  • Save henri/fd4270411d06e3948c8e5f6cbe596f50 to your computer and use it in GitHub Desktop.
Save henri/fd4270411d06e3948c8e5f6cbe596f50 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