Command: bluetooth

Manage the Bluetooth service on macOS.

Usage

Usage: m bluetooth [OPTIONS]

Description: Manage Bluetooth settings on macOS

Options:
  --help       Show this help message
  --status     Show the current Bluetooth status
  --enable     Turn on bluetooth
  --disable    Turn off bluetoothd

Options

--status

Checks and displays whether the Bluetooth service is currently enabled or disabled.

Example:

m bluetooth --status
# Output: Bluetooth: Enabled

--enable

Turns on the Bluetooth service. This action may require sudo privileges.

Example:

m bluetooth --enable

--disable

Turns off the Bluetooth service. This action may require sudo privileges.

Example:

m bluetooth --disable