Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaoXianjun authored Feb 23, 2019
1 parent a24f286 commit b48e3ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ Sniff on channel 37. You should see many packets on screen.
```
You should see a device with name "SDR/Bluetooth/Low/Energy" in another BLE sniffer App (such as LightBlue).

( **MAY NOT BE NECESSARY**: To support fast/realtime sender and scanner/sniffer, I have changed:
~~**MAY NOT BE NECESSARY**: To support fast/realtime sender and scanner/sniffer, I have changed:
```
lib_device->transfer_count to 4
lib_device->buffer_size to 4096
```
in hackrf driver: hackrf.c. You should also do that change to your driver source code and re-compile, re-install as instructed in <a href="https://github.com/mossmann/hackrf/tree/master/host">hackrf</a> )
in hackrf driver: hackrf.c. You should also do that change to your driver source code and re-compile, re-install as instructed in <a href="https://github.com/mossmann/hackrf/tree/master/host">hackrf</a>~~


btle_rx usage
Expand Down

0 comments on commit b48e3ad

Please sign in to comment.