This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
products:sbc:common:configurations:bluetooth [2026/02/02 22:31] gray update by using AI |
products:sbc:common:configurations:bluetooth [2026/02/23 21:34] (current) gray old revision restored (2023/03/06 23:01) |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ====== Linux ====== | ====== Linux ====== | ||
| - | Bluetooth | + | Bluetooth |
| + | ===== Ubuntu Desktop ===== | ||
| - | ===== Ubuntu Desktop ====== | + | Bluetooth settings are in the upper-right corner, click it and select '' |
| - | + | ||
| - | Bluetooth settings are located | + | |
| {{/ | {{/ | ||
| - | Click '' | + | Click '' |
| {{/ | {{/ | ||
| - | Select the device you want to pair with from the list. | + | Select the device |
| {{/ | {{/ | ||
| - | |||
| - | ===== Ubuntu Server ====== | ||
| - | |||
| - | Bluetooth can be configured via command-line utilities. | ||
| - | |||
| - | Enable Bluetooth Service | ||
| - | |||
| - | Enable and start the Bluetooth service, then bring up the interface: | ||
| ===== Ubuntu Server ===== | ===== Ubuntu Server ===== | ||
| Line 38: | Line 29: | ||
| Bluetooth configuration via console bluetooth utils. | Bluetooth configuration via console bluetooth utils. | ||
| - | * Enable Bluetooth: | + | Enable Bluetooth: |
| ```shell | ```shell | ||
| Line 45: | Line 36: | ||
| ``` | ``` | ||
| - | * Launch | + | Launch |
| ```shell | ```shell | ||
| $ sudo bluetoothctl | $ sudo bluetoothctl | ||
| - | ``` | ||
| - | |||
| - | You will see a prompt similar to: | ||
| - | ```shell | ||
| [NEW] Controller 43: | [NEW] Controller 43: | ||
| Agent registered | Agent registered | ||
| Line 58: | Line 45: | ||
| ``` | ``` | ||
| - | Within '' | + | Setup: |
| ```shell | ```shell | ||
| Line 69: | Line 56: | ||
| ``` | ``` | ||
| - | * Scan for Devices: | + | Scan for Bluetooth devices: |
| ```shell | ```shell | ||
| [bluetooth]# | [bluetooth]# | ||
| - | ``` | ||
| - | Example output: | ||
| - | ```shell | ||
| Discovery started | Discovery started | ||
| [CHG] Controller 43: | [CHG] Controller 43: | ||
| Line 81: | Line 65: | ||
| [NEW] Device 8C: | [NEW] Device 8C: | ||
| ``` | ``` | ||
| - | * List Discovered Devices | + | |
| - | Show all discovered | + | Show connected Bluetooth |
| ```shell | ```shell | ||
| [bluetooth]# | [bluetooth]# | ||
| - | ``` | ||
| - | |||
| - | Example output: | ||
| - | ```shell | ||
| Device 46: | Device 46: | ||
| Device 8C: | Device 8C: | ||
| Device 9C: | Device 9C: | ||
| + | [NEW] Device AC: | ||
| + | [CHG] Device AC: | ||
| + | [CHG] Device AC: | ||
| ``` | ``` | ||
| - | * Pair and Connect | + | Pair with a device: |
| - | To pair and connect | + | |
| ```shell | ```shell | ||
| [bluetooth]# | [bluetooth]# | ||
| ``` | ``` | ||
| - | Replace < | ||
| <WRAP info > | <WRAP info > | ||
| - | The '' | + | '' |
| </ | </ | ||
| - | * Exit | + | Exit bluetoothctl: |
| - | To exit '' | + | |
| ```shell | ```shell | ||
| [bluetooth]# | [bluetooth]# | ||
| + | Agent unregistered | ||
| + | [DEL] Controller 43: | ||
| + | khadas@Khadas: | ||
| ``` | ``` | ||