diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2022-12-21 01:11:47 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2022-12-21 01:11:47 +0100 |
commit | 2e2fca5f0071c32628847e6409ac8310365b8626 (patch) | |
tree | aaee358776e7b410d32fc16802a2f25ed7d3847b | |
parent | 9d10ea7e9babea766954acf812010ae8b2e7df74 (diff) |
Add bluetooth on Linux
-rw-r--r-- | bluetooth.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bluetooth.md b/bluetooth.md new file mode 100644 index 0000000..c6fb78b --- /dev/null +++ b/bluetooth.md @@ -0,0 +1,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>` |