From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Command clear shall clear all filters including DuplicateData. --- client/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.c b/client/main.c index 1617b7cb3..bbfdea80d 100644 --- a/client/main.c +++ b/client/main.c @@ -1414,6 +1414,7 @@ static void cmd_scan_filter_clear(int argc, char *argv[]) filtered_scan_uuids_len = 0; g_free(filtered_scan_transport); filtered_scan_transport = NULL; + filtered_scan_duplicate_data = false; if (check_default_ctrl() == FALSE) return; -- 2.13.6 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html