@@ -7,7 +7,7 @@ A BTLE (Bluetooth Low energy)/BT4.0 radio packet sniffer/scanner and sender ( bu
7
7
8
8
## Nov. 2015: BTLE packet sniffer/scanner btle_rx works! Support HACKRF currently. Usage:
9
9
10
- btle_rx -c chan -g gain -a access_addr -k crc_init -v
10
+ btle_rx -c chan -g gain -a access_addr -k crc_init -v -r
11
11
12
12
chan: Channel number. Default value 37 (one of ADV chan). Valid value 0~ 39 (all ADV and DATA chan).
13
13
@@ -17,7 +17,9 @@ access_addr: Access address. Default 8e89bed6 for ADV channel 37 38 39.
17
17
18
18
crc_init: Default 555555 for ADV channel. You should specify correct value for data channel according to captured connection setup procedure.
19
19
20
- -v: verbose mode
20
+ -v: Verbose mode. Print more information when there is error
21
+
22
+ -r: Raw mode. After access addr is detected, print out following raw 42 bytes (without descrambling, parsing)
21
23
22
24
** ATTENTION** : To support fast/realtime sender and scanner/sniffer, I have changed:
23
25
@@ -142,7 +144,7 @@ You will see a device named as "CA1308 11950 22.626 113.823 8" in your LightBlue
142
144
143
145
# 3. btle_rx Usage
144
146
145
- btle_rx -c chan -g gain -a access_addr -k crc_init -v
147
+ btle_rx -c chan -g gain -a access_addr -k crc_init -v -r
146
148
147
149
chan: Channel number. Default value 37 (one of ADV chan). Valid value 0~ 39 (all ADV and DATA chan).
148
150
@@ -152,7 +154,10 @@ access_addr: Access address. Default 8e89bed6 for ADV channel 37 38 39.
152
154
153
155
crc_init: Default 555555 for ADV channel. You should specify correct value for data channel according to captured connection setup procedure.
154
156
155
- -v: verbose mode
157
+ -v: Verbose mode. Print more information when there is error
158
+
159
+ -r: Raw mode. After access addr is detected, print out following raw 42 bytes (without descrambling, parsing)
160
+
156
161
157
162
# Appendix: Packet descriptor examples of btle_tx for all formats:
158
163
0 commit comments