up
This commit is contained in:
8
mac_clear_ble_cache.sh
Executable file
8
mac_clear_ble_cache.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/zsh
|
||||
|
||||
# A script to clear the macOS Bluetooth cache to get the latest BLE service changes.
|
||||
|
||||
sudo pkill bluetoothd
|
||||
sudo rm /Library/Preferences/com.apple.Bluetooth.plist &> /dev/null
|
||||
rm ~/Library/Preferences/ByHost/com.apple.Bluetooth.*.plist &> /dev/null
|
||||
sudo pkill bluetoothd
|
||||
Reference in New Issue
Block a user