Skip to content

Commit b2dfc65

Browse files
committed
Update README.md
1 parent a2a97b6 commit b2dfc65

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ New added options:
1313

1414
This will turn on data channel tracking (frequency hopping) after link setup information is captured in ADV_CONNECT_REQ packet.
1515

16-
-f --freq_hz
16+
-f --freq_hz (need argument)
1717

1818
This frequency (Hz) will override channel setting (In case someone want to work on freq other than BTLE. More general purpose).
1919

20-
-m --access_mask
20+
-m --access_mask (need argument)
2121

2222
If a bit is 1 in this mask, corresponding bit in access address will be taken into packet existing decision (In case someone want a shorter/sparser unique word to do packet detection. More general purpose).
2323

@@ -174,6 +174,19 @@ crc_init: Default 555555 for ADV channel. You should specify correct value for d
174174

175175
-r: Raw mode. After access addr is detected, print out following raw 42 bytes (without descrambling, parsing)
176176

177+
New added options:
178+
179+
-o --hop
180+
181+
This will turn on data channel tracking (frequency hopping) after link setup information is captured in ADV_CONNECT_REQ packet.
182+
183+
-f --freq_hz (need argument)
184+
185+
This frequency (Hz) will override channel setting (In case someone want to work on freq other than BTLE. More general purpose).
186+
187+
-m --access_mask (need argument)
188+
189+
If a bit is 1 in this mask, corresponding bit in access address will be taken into packet existing decision (In case someone want a shorter/sparser unique word to do packet detection. More general purpose).
177190

178191
# Appendix: Packet descriptor examples of btle_tx for all formats:
179192

0 commit comments

Comments
 (0)