This commit is contained in:
2025-06-27 16:41:18 +02:00
parent 1188995b80
commit ed701e8580
29 changed files with 3329 additions and 376 deletions

8
mac_clear_ble_cache.sh Executable file
View 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