Difference between revisions of "Template:Linux-Bluetooth"
From FriendlyELEC WiKi
(updated by API) |
(updated by API) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | === | + | ===Bluetooth=== |
− | + | Search for surrounding bluetooth devices by running the following command:<br/> | |
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | hcitool scan | + | $ su root |
+ | $ hciconfig hci0 up | ||
+ | $ hcitool scan | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | + | You can run "hciconfig" to check bluetooth's status. |
Latest revision as of 08:20, 9 October 2018
Bluetooth
Search for surrounding bluetooth devices by running the following command:
$ su root
$ hciconfig hci0 up
$ hcitool scan
You can run "hciconfig" to check bluetooth's status.