树莓派pi3 bluetoothctl扫描命令

时间:2018-03-17 12:08:06

标签: java bluetooth raspberry-pi3

我使用raspberry pi 3.
在linux命令shell中输入'bluetoothctl'并输入'scan on',然后在Raspberry pi搜索附近的设备。
我希望能够在一个命令行上搜索设备。
例如,bluetoothctl +扫描打开,但我找不到此命令
我试过bluetoothctl&amp;&amp; scan on(X)<br>bluetoothctl --agent scan on (X)<br>bluetoothctl ; scan on(X)但这些不起作用。

2 个答案:

答案 0 :(得分:1)

使用这个

bluetoothctl -- scan on

答案 1 :(得分:0)

你可以为执行命令制作一个python脚本 import os;

使用os.system(&#34;&#34)