Files
unix-scripts/System/resetBluetooth.sh
2023-04-03 17:47:42 +02:00

17 lines
221 B
Bash

#!/bin/bash
#
#bluez
#bluetoothctl
sudo modprobe -r btusb
sudo modprobe btusb
sudo rmmod btusb
sudo modprobe btusb
connmanctl disable bluetooth
connmanctl enable bluetooth
bluetoothctl power off
bluetoothctl power on