Difference between revisions of "Template:Linux-Bluetooth"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
 
(updated by API)
Line 1: Line 1:
===使用蓝牙===
+
===Bluetooth===
如果你的开发板板载有蓝牙模块,可输入以下命令搜索周边的蓝牙设备:
+
If your board has an onboard bluetooth module you can search for surrounding bluetooth devices by running the following command:<br/>
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
hcitool scan
 
hcitool scan
 
</syntaxhighlight>
 
</syntaxhighlight>
使用hciconfig命令来了解接口的状态。
+
You can run "hciconfig" to check bluetooth's status.

Revision as of 08:45, 9 April 2018

Bluetooth

If your board has an onboard bluetooth module you can search for surrounding bluetooth devices by running the following command:

hcitool scan

You can run "hciconfig" to check bluetooth's status.