mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07: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
|
```sh
|
||||||
bluetoothctl
|
bluetoothctl
|
||||||
[bluetooth]# pairable on
|
[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]# trust aa:bb:cc:dd:ee:ff
|
||||||
[bluetooth]# pair aa:bb:cc:dd:ee:ff
|
[bluetooth]# pair aa:bb:cc:dd:ee:ff
|
||||||
[agent] Enter PIN code: 1234
|
[agent] Enter PIN code: 1234
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue