blob: c6fb78bc0d42532a035d43f7b393733d6e584f91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Using Bluetooth on Linux
`bluez` and `bluez-utils` packages. `pulseaudio-blootooth` for audio.
Start `bluetooth` service.
## `bluetoothctl`
* `scan on` to search for unpaired devices
* `devices` to list known devices
* `pair <MAC>` to pair with device
* `connect <MAC>` to connect
* `disconnect <MAC>` to disconnect
* might need to `trust <MAC>`
|