mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-07-27 21:37:47 +00:00
apps: blestress: fix test 6
Disable filtering of advertising reports, as we check the same data N times, and only first time is registered with filtering enabled.
This commit is contained in:
committed by
Krzysztof Kopyściński
parent
49912bbd5b
commit
b4eb3bbdd5
@@ -73,7 +73,7 @@ tx_stress_simple_scan(ble_gap_event_fn *cb, uint16_t duration)
|
||||
params.passive = 1;
|
||||
params.window = BLE_GAP_SCAN_FAST_WINDOW;
|
||||
|
||||
rc = ble_gap_ext_disc(own_addr_type, duration, 0, 1, 0, 0, ¶ms, NULL,
|
||||
rc = ble_gap_ext_disc(own_addr_type, duration, 0, 0, 0, 0, ¶ms, NULL,
|
||||
cb, NULL);
|
||||
|
||||
if (rc != 0) {
|
||||
|
||||
Reference in New Issue
Block a user