Skip to content

Instantly share code, notes, and snippets.

@omundy
Created November 15, 2020 21:10
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 omundy/adff061c9a167e9510d3ed46dc361d4a to your computer and use it in GitHub Desktop.
Save omundy/adff061c9a167e9510d3ed46dc361d4a to your computer and use it in GitHub Desktop.

Bluetooth Tools

A collection of tools for using Bluetooth on Mac.

system_profiler

This command gives you all the details about Bluetooth, including devices paired, with their names, MAC address.

system_profiler SPBluetoothDataType

Xcode Bluetooth Explorer

  1. Download Xcode Additional Tools
  2. Add them here to /Applications/Xcode.app/Contents/Applications to make available via Menu: Xcode/Open Developer Tool/
  3. Run Bluetooth Explorer

blueutil

blueutil is a CLI for bluetooth on OSX: power, discoverable state, list, inquire devices, connect, info, etc.

Install via Homebrew

brew install blueutil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment