We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fed07 commit 97093b5Copy full SHA for 97093b5
samples/dect/dect_phy/dect_shell/src/dect/mac/dect_phy_mac_ctrl.c
@@ -217,6 +217,10 @@ int dect_phy_mac_ctrl_beacon_scan_start(struct dect_phy_mac_beacon_scan_params *
217
.ch_acc_use_all_channels = false,
218
};
219
220
+ if (params->clear_nbr_cache_before_scan) {
221
+ dect_phy_mac_nbr_info_clear_all();
222
+ }
223
+
224
/* Set filter. Broadcast Beacons (with type 1) are always passing filter. */
225
rx_params.filter.is_short_network_id_used = true;
226
rx_params.filter.short_network_id = (uint8_t)(current_settings->common.network_id & 0xFF);
0 commit comments