Skip to content

Instantly share code, notes, and snippets.

@saoula
Forked from nicolasembleton/restart_bluetooth.sh
Created May 1, 2020 18:14
Show Gist options
  • Select an option

  • Save saoula/23f87b6c07f6f0fae62bc865b5ea0ef8 to your computer and use it in GitHub Desktop.

Select an option

Save saoula/23f87b6c07f6f0fae62bc865b5ea0ef8 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