From 2e2fca5f0071c32628847e6409ac8310365b8626 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Wed, 21 Dec 2022 01:11:47 +0100 Subject: Add bluetooth on Linux --- bluetooth.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bluetooth.md 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 ` to pair with device +* `connect ` to connect +* `disconnect ` to disconnect +* might need to `trust ` -- cgit v1.2.3