You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ New added options:
13
13
14
14
This will turn on data channel tracking (frequency hopping) after link setup information is captured in ADV_CONNECT_REQ packet.
15
15
16
-
-f --freq_hz
16
+
-f --freq_hz (need argument)
17
17
18
18
This frequency (Hz) will override channel setting (In case someone want to work on freq other than BTLE. More general purpose).
19
19
20
-
-m --access_mask
20
+
-m --access_mask (need argument)
21
21
22
22
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).
23
23
@@ -174,6 +174,19 @@ crc_init: Default 555555 for ADV channel. You should specify correct value for d
174
174
175
175
-r: Raw mode. After access addr is detected, print out following raw 42 bytes (without descrambling, parsing)
176
176
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).
177
190
178
191
# Appendix: Packet descriptor examples of btle_tx for all formats:
0 commit comments