This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:common:configurations:bluetooth [2022/07/06 05:42] frank Add bluetooth |
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 | + | This document mainly introduces Bluetooth |
| - | ===== Ubuntu ===== | + | */ |
| - | < | + | ====== Linux ====== |
| + | |||
| + | Bluetooth configure examples for Ubuntu | ||
| + | ===== Ubuntu Desktop ===== | ||
| Bluetooth settings are in the upper-right corner, click it and select '' | Bluetooth settings are in the upper-right corner, click it and select '' | ||
| Line 13: | Line 17: | ||
| {{/ | {{/ | ||
| - | Click '' | + | Click '' |
| {{/ | {{/ | ||
| Line 21: | Line 25: | ||
| {{/ | {{/ | ||
| - | < | + | ===== Ubuntu |
| + | |||
| + | Bluetooth configuration via console bluetooth utils. | ||
| Enable Bluetooth: | Enable Bluetooth: | ||
| - | ```sh | + | ```shell |
| - | $ sudo hciconfig hci0 up | + | sudo rfkill unblock bluetooth |
| + | sudo hciconfig hci0 up | ||
| ``` | ``` | ||
| - | Launch bluetoothctl: | + | Launch |
| - | ```sh | + | ```shell |
| $ sudo bluetoothctl | $ sudo bluetoothctl | ||
| [NEW] Controller 43: | [NEW] Controller 43: | ||
| Line 40: | Line 47: | ||
| Setup: | Setup: | ||
| - | ```sh | + | ```shell |
| [bluetooth]# | [bluetooth]# | ||
| [bluetooth]# | [bluetooth]# | ||
| Line 51: | Line 58: | ||
| Scan for Bluetooth devices: | Scan for Bluetooth devices: | ||
| - | ```sh | + | ```shell |
| [bluetooth]# | [bluetooth]# | ||
| Discovery started | Discovery started | ||
| Line 61: | Line 68: | ||
| Show connected Bluetooth devices: | Show connected Bluetooth devices: | ||
| - | ```sh | + | ```shell |
| [bluetooth]# | [bluetooth]# | ||
| Device 46: | Device 46: | ||
| Line 73: | Line 80: | ||
| Pair with a device: | Pair with a device: | ||
| - | ```sh | + | ```shell |
| [bluetooth]# | [bluetooth]# | ||
| ``` | ``` | ||
| Line 83: | Line 90: | ||
| Exit bluetoothctl: | Exit bluetoothctl: | ||
| - | ```sh | + | ```shell |
| [bluetooth]# | [bluetooth]# | ||
| Agent unregistered | Agent unregistered | ||
| Line 90: | Line 97: | ||
| ``` | ``` | ||
| - | </ | + | ====== Android ====== |
| - | ===== Android ===== | + | Please goto System Settings. |