fix tabs and typo
This commit is contained in:
parent
f24a0b2713
commit
c7fee3028b
1 changed files with 9 additions and 7 deletions
|
@ -101,14 +101,16 @@ The workaround for this limitation is as follows:
|
|||
```
|
||||
sudo defaults read /private/var/root/Library/Preferences/com.apple.bluetoothd.plist
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="sierra">
|
||||
|
||||
```
|
||||
sudo defaults read /private/var/root/Library/Preferences/blued.plist
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
</Tabs>;
|
||||
</Tabs>
|
||||
|
||||
This will print the contents of the bluetooth plist file containing the pairing keys for your bluetooth devices.
|
||||
|
||||
|
@ -138,7 +140,7 @@ The workaround for this limitation is as follows:
|
|||
```
|
||||
|
||||
1. Inside "Keys", select the address of your host bluetooth device. It should be the same as it was in macOS (`65-FD-3B-1A-DB-48` in this example).
|
||||
1. Below that, find the address that matches your keyboard's from macOS (`6-24-54-08-BC-A3` in this example).
|
||||
1. Below that, find the address that matches your keyboard's from macOS (`6E-24-54-08-BC-A3` in this example).
|
||||
|
||||
|  |
|
||||
| :--------------------------------------------------------------------: |
|
||||
|
|
Loading…
Add table
Reference in a new issue