之前買了一隻1對3的Logi MX keys藍牙鍵盤,很貴但很好用,
但近幾個月它常與M1 Pro MBP14吋「斷線」,症狀如下:幾秒鐘就斷線一次,可以說「無法使用」!在網路上都找不到解法。
今天終於找到了一個不錯的解法,至少過了半小時,這隻藍牙鍵盤表現仍很正常。
資料來源:https://jcshawn.com/mac-bluetooth-fix/
1. 原理是:為了省電,蘋果電腦預設的藍牙功率很低,因此容易有被干擾、斷線的問題,這裡我們可以透過 Terminal 的指令強制提高 Mac 的 Bluetooth 功率,增加訊號強度。
2. 解法如下:打開「終端機」,輸入以下指令後,M1 Pro MBP關機重開。
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Max (editable)" 80
defaults
write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" 80
defaults
write com.apple.BluetoothAudioAgent "Apple Initial Bitpool (editable)" 80
defaults
write com.apple.BluetoothAudioAgent "Apple Initial Bitpool Min (editable)" 80
defaults
write com.apple.BluetoothAudioAgent "Negotiated Bitpool" 80
defaults
write com.apple.BluetoothAudioAgent "Negotiated Bitpool Max" 80
defaults
write com.apple.BluetoothAudioAgent "Negotiated Bitpool Min" 80
內文搜尋

X