diff options
-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>` |