From 51bf41c44d8291e6f61d20edbaac8b363d6d515a Mon Sep 17 00:00:00 2001 From: "t. Macleod Sawyer" Date: Sun, 25 Jul 2021 18:28:22 -0500 Subject: [PATCH] Create bluetooth.md --- bluetooth.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bluetooth.md diff --git a/bluetooth.md b/bluetooth.md new file mode 100644 index 0000000..a54a508 --- /dev/null +++ b/bluetooth.md @@ -0,0 +1,11 @@ +# Bluetooth +```bash +hcitool scan # to get the MAC address of your device +bluetoothctl +agent on +scan on # wait for your device's address to show up here +scan off +trust MAC_ADDRESS +pair MAC_ADDRRESS +connect MAC_ADDRESS +```