mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
bt manual: add scan on step
This commit is contained in:
parent
660fac3027
commit
ee222095c3
1 changed files with 4 additions and 0 deletions
|
@ -139,6 +139,10 @@ If your OS doesn't prompt you for pairing, you can do it in command line, e.g. (
|
|||
```sh
|
||||
bluetoothctl
|
||||
[bluetooth]# pairable on
|
||||
[bluetooth]# scan on
|
||||
Discovery started
|
||||
...
|
||||
[CHG] Device aa:bb:cc:dd:ee:ff Name: PM3_RDV4.0
|
||||
[bluetooth]# trust aa:bb:cc:dd:ee:ff
|
||||
[bluetooth]# pair aa:bb:cc:dd:ee:ff
|
||||
[agent] Enter PIN code: 1234
|
||||
|
|
Loading…
Reference in a new issue