Skip to content

Instantly share code, notes, and snippets.

@pastleo
Created August 9, 2018 05:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pastleo/4c4f8382c9d0d77a4218002a9b32423a to your computer and use it in GitHub Desktop.
Save pastleo/4c4f8382c9d0d77a4218002a9b32423a to your computer and use it in GitHub Desktop.
bluetooth tethering using NetworkManager

bluetooth tethering using NetworkManager

  1. pair and connect with the Android phone, remember to enable bluetooth tethering on Android
  2. nmcli device should have a new device with type: bt, copy the device name, i.e. AA:BB:CC:DD:EE:FF
  3. nmcli device connect AA:BB:CC:DD:EE:FF

in KDE Plasma, connection should show up on system tray

@pastleo
Copy link
Author

pastleo commented Jul 18, 2020

UPDATE on 2020/07/18:

no need to run nmcli device connect AA:BB:CC:DD:EE:FF, connection will automatically show up on KDE system tray

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment