From 23ff6723cf870b999b75caee06b9f95a34c52534 Mon Sep 17 00:00:00 2001 From: gornekich Date: Fri, 21 Jan 2022 20:32:03 +0300 Subject: [FL-2204] Bluetooth forget devices (#967) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bt: update connection parameters * bt: set correct connection latency and timeout * gui popup: add clean method * furi_hal_bt: add connection parameters request, clear database * bt: add forget bonded devices API * bt_settings: add forget bonded devices GUI * bt: rework pin code show with view port to hide view * bt: support conn parameters for different profiles * furi_hal_bt: sync f6 target * target f6: fix build * bt: format sources * furi_hal_bt: update connection parameters * bt: update connection params, fix GUI * FuriHal: fix spelling * Refactoring: rename _clean to _reset Co-authored-by: あく --- applications/subghz/subghz_history.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/subghz/subghz_history.h') diff --git a/applications/subghz/subghz_history.h b/applications/subghz/subghz_history.h index 59655188..462a9f4e 100644 --- a/applications/subghz/subghz_history.h +++ b/applications/subghz/subghz_history.h @@ -21,7 +21,7 @@ void subghz_history_free(SubGhzHistory* instance); * * @param instance - SubGhzHistory instance */ -void subghz_history_clean(SubGhzHistory* instance); +void subghz_history_reset(SubGhzHistory* instance); /** Set frequency and preset to history[idx] * -- cgit v1.2.3