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 +```