New folder structure
This commit is contained in:
16
System/resetBluetooth.sh
Normal file
16
System/resetBluetooth.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user