[FL-2243] Restart BT advertising after forgetting devices #982

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
gornekich
2022-02-07 16:37:56 +03:00
committed by GitHub
parent 40479e1761
commit 3f6deecdae
4 changed files with 10 additions and 3 deletions

View File

@@ -246,7 +246,7 @@ bool furi_hal_bt_change_app(FuriHalBtProfile profile, GapEventCallback event_cb,
return ret;
}
static bool furi_hal_bt_is_active() {
bool furi_hal_bt_is_active() {
return gap_get_state() > GapStateIdle;
}