Skip to content

Instantly share code, notes, and snippets.

@sergioPerez-e
Last active March 2, 2025 10:09
Show Gist options
  • Save sergioPerez-e/5b64d67b22185ae00568fc9f27ddad4b to your computer and use it in GitHub Desktop.
Save sergioPerez-e/5b64d67b22185ae00568fc9f27ddad4b to your computer and use it in GitHub Desktop.
Disable_Bluettoth_auto turn-on.sh

Disable auto start Bluetooth adapter

Disable auto-turn on Blueoorh on Debian

Edit main.conf

  1. nano /etc/bluetooth/main.conf
  2. replace true by false in the label AutoEable
  3. save, exit, reboot

Use a command to make changes on main.conf

sudo sed -i 's/AutoEnable=true/AutoEnable=false/g' /etc/bluetooth/main.conf

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