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:
Krzysztof Kopyściński
2024-03-04 08:38:31 +01:00
committed by Krzysztof Kopyściński
parent 49912bbd5b
commit b4eb3bbdd5
+1 -1
View File
@@ -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, &params, NULL,
rc = ble_gap_ext_disc(own_addr_type, duration, 0, 0, 0, 0, &params, NULL,
cb, NULL);
if (rc != 0) {