Skip to content

Commit

Permalink
Added to README on how to reset Bluetooth on Monterey
Browse files Browse the repository at this point in the history
  • Loading branch information
ts1 committed Jan 22, 2022
1 parent d46c619 commit d139f23
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,15 @@ Apple製以外のBLEデバイスでは、BLEUnlockはデバイスの名前を取

メニューバーもしくはコントロールセンターにあるBluetoothアイコンをShift+Option+クリックし、表示される*Bluetoothモジュールのリセット*をしてみてください。

macOS 12 Montereyでは、上記のオプションはなくなっています。
代わりに、ターミナルで以下のコマンドを入力してBluetoothモジュールをリセットしてください。

```
sudo pkill bluetoothd
```

このコマンドは、ログインパスワードを要求します。

それでも問題が繰り返し起こる場合、*パッシブモード*をオンにしてください。

## MACアドレスについて
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,15 @@ Or try *Passive Mode*.

Firstly, Shift + Option + Click the Bluetooth icon in the menubar or Control Center, then click *Reset the Bluetooth module*.

In macOS 12 Monterey, this option is no longer available.
Instead, type the command below in Terminal to reset the Bluetooth module:

```
sudo pkill bluetoothd
```

This command will ask your login password.

If the problem persists, turn on *Passive Mode*.

## Notes on MAC address
Expand Down

0 comments on commit d139f23

Please sign in to comment.