Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:configurations:bluetooth

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:common:configurations:bluetooth [2022/07/08 05:07]
frank
products:sbc:common:configurations:bluetooth [2023/03/06 23:01] (current)
hyphop
Line 1: Line 1:
 ====== Bluetooth ====== ====== Bluetooth ======
  
 +/*
 ===== Introduction ===== ===== Introduction =====
  
-This document mainly introduces Bluetooth. The first part of the document is about how to use Bluetooth under Ubuntu, and the second part of the document is how to use Bluetooth under Android.+This document mainly introduces Bluetooth from two parts. The first one is about how to use Bluetooth under Ubuntu, and the second one is how to use Bluetooth under Android.
  
-===== Ubuntu =====+*/
  
-<tabbox Desktop OS>+====== Linux ====== 
 + 
 +Bluetooth configure examples for Ubuntu Desktop and Server variants 
 +===== Ubuntu Desktop =====
  
 Bluetooth settings are in the upper-right corner, click it and select ''Device''. Bluetooth settings are in the upper-right corner, click it and select ''Device''.
Line 13: Line 17:
 {{/products:sbc:common:configurations:gnome-bluetooth1.png?500|gnome-bluetooth1}} {{/products:sbc:common:configurations:gnome-bluetooth1.png?500|gnome-bluetooth1}}
  
-Click ''Search'' to scan for nearby Bluetooth devices.+Click ''Search'' to scan for Bluetooth devices nearby.
  
 {{/products:sbc:common:configurations:gnome-bluetooth2.png?500|gnome-bluetooth2}} {{/products:sbc:common:configurations:gnome-bluetooth2.png?500|gnome-bluetooth2}}
Line 21: Line 25:
 {{/products:sbc:common:configurations:gnome-bluetooth3.png?500|gnome-bluetooth3}} {{/products:sbc:common:configurations:gnome-bluetooth3.png?500|gnome-bluetooth3}}
  
-<tabbox Server OS>+===== Ubuntu Server ===== 
 + 
 +Bluetooth configuration via console bluetooth utils. 
  
 Enable Bluetooth: Enable Bluetooth:
  
 ```shell ```shell
-sudo hciconfig hci0 up+sudo rfkill unblock bluetooth 
 +sudo hciconfig hci0 up
 ``` ```
  
-Launch bluetoothctl:+Launch ''bluetoothctl'':
  
 ```shell ```shell
Line 90: Line 97:
 ``` ```
  
-</tabbox> +====== Android ======
  
-===== Android =====+Please goto System Settings.
  
Last modified: 2022/07/08 05:07 by frank