因此,我正在linux ubuntu 16.04中使用名为 bluetoothctl 的工具。我正在按以下顺序进行操作:
[root@user ~]# bluetoothctl
[bluetooth]# scan on
output list of devices
我想在一行中运行 bluetoothctl扫描,但这不起作用,它的执行就像我自己写了 bluetoothctl 一样。有没有办法在同一行上键入“ scan on”并在 bluetoothctl shell中执行它? 任何帮助或实现的方向将不胜感激!