mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 19:38:52 +08:00
commit
40aa8fbc16
1 changed files with 18 additions and 1 deletions
|
@ -204,7 +204,24 @@ Discovery started
|
|||
[agent] Enter PIN code: 1234
|
||||
[bluetooth]# quit
|
||||
```
|
||||
|
||||
If bluetoothctl fails to pair without prompting you for a PIN code, use the remove command to remove it, turn off pairable, turn off scanning, and try the bluetoothctl commands above:
|
||||
```[bluetooth]# pair aa:bb:cc:dd:ee:ff
|
||||
Attempting to pair with aa:bb:cc:dd:ee:ff
|
||||
Failed to pair: org.bluez.Error.ConnectionAttemptFailed
|
||||
[bluetooth]# pair aa:bb:cc:dd:ee:ff
|
||||
Attempting to pair with aa:bb:cc:dd:ee:ff
|
||||
Failed to pair: org.bluez.Error.ConnectionAttemptFailed
|
||||
[bluetooth]# remove aa:bb:cc:dd:ee:ff
|
||||
[DEL] Device aa:bb:cc:dd:ee:ff aa-bb-cc-dd-ee-ff
|
||||
Device has been removed
|
||||
[bluetooth]# pairable off
|
||||
Changing pairable off succeeded
|
||||
[CHG] Controller 00:00:00:00:00:00 Pairable: no
|
||||
[bluetooth]# scan off
|
||||
[CHG] Controller 00:00:00:00:00:00 Discovering: no
|
||||
Discovery stopped
|
||||
```
|
||||
|
||||
#### 5.2.2 Fast connection using dedicated USB Bluetooth adapter under Linux
|
||||
^[Top](#top)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue