17 lines
221 B
Bash
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
|