要使用bluetoothctl显示蓝牙低功耗(BLE)设备,您需要确保以下几点:
sudo hciconfig -a
在输出中找到您的适配器,查看是否支持低功耗(LE)功能。
sudo systemctl start bluetooth
bluetoothctl
在bluetoothctl终端中,运行以下命令启用低功耗模式:
power on
scan on
power off
power on
这样,您应该能够使用bluetoothctl显示蓝牙低功耗设备了。
请注意,上述命令可能需要以root或管理员权限运行。