监控和管理Mac的蓝牙设备,支持查看连接状态、配对管理等功能。
Monitor and manage Mac Bluetooth devices with connection status viewing and pairing management.
bluetooth-monitor connected
bluetooth-monitor paired
# 连接设备(需提供设备地址)
# Connect to device (device address required)
bluetooth-monitor connect "XX-XX-XX-XX-XX-XX"
bluetooth-monitor disconnect "XX-XX-XX-XX-XX-XX"
bluetooth-monitor power
bluetooth-monitor power on
bluetooth-monitor power off
bluetooth-monitor connected 查看已连接设备的地址bluetooth-monitor connected to view addresses of connected devicesbluetooth-monitor paired 查看所有配对设备的地址bluetooth-monitor paired to view all paired device addresses08-65-18-B9-9C-B2 (Magic Trackpad)
1C-1D-D3-7A-68-D4 (Magic Keyboard)
⚠️ 需要安装 blueutil: brew install blueutil
⚠️ Requires blueutil: brew install blueutil
⚠️ 部分老款蓝牙设备不支持电量报告
⚠️ Some older Bluetooth devices may not report battery level
⚠️ 设备地址需使用连字符格式 (XX-XX-XX-XX-XX-XX)
⚠️ Device address must use hyphen format (XX-XX-XX-XX-XX-XX)
使用 blueutil CLI 获取蓝牙信息
Uses blueutil CLI to retrieve Bluetooth information
共 1 个版本