Difference between revisions of "Template:Linux-Bluetooth/zh"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
 
(updated by API)
 
Line 1: Line 1:
 
===使用蓝牙===
 
===使用蓝牙===
如果你的开发板板载有蓝牙模块,可输入以下命令搜索周边的蓝牙设备:
+
输入以下命令搜索周边的蓝牙设备:
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
hcitool scan
+
$ su root
 +
$ hciconfig hci0 up
 +
$ hcitool scan
 
</syntaxhighlight>
 
</syntaxhighlight>
 
使用hciconfig命令来了解接口的状态。
 
使用hciconfig命令来了解接口的状态。

Latest revision as of 08:20, 9 October 2018

使用蓝牙

输入以下命令搜索周边的蓝牙设备:

$ su root
$ hciconfig hci0 up
$ hcitool scan

使用hciconfig命令来了解接口的状态。