[FL-1796] Disable bluetooth (#703)
* bt: add authentication for all characteristics * bt: app_ble cleanup * bt: add start and stop advertising API * bt: rework application with start and stop advertising API * bt: support f7 target * bt: f7 target remove unused files * bt: stop advertising in bt debug application * bt: fix bt status bar update * bt: change bluetooth On Off order
This commit is contained in:
11
applications/bt/bt_settings_app/bt_settings_app.h
Normal file → Executable file
11
applications/bt/bt_settings_app/bt_settings_app.h
Normal file → Executable file
@@ -6,8 +6,7 @@
|
||||
#include <gui/view_dispatcher.h>
|
||||
#include <gui/scene_manager.h>
|
||||
|
||||
#include <gui/modules/submenu.h>
|
||||
#include <gui/modules/dialog_ex.h>
|
||||
#include <gui/modules/variable-item-list.h>
|
||||
|
||||
#include "../bt_settings.h"
|
||||
#include "scenes/bt_settings_scene.h"
|
||||
@@ -17,11 +16,7 @@ typedef struct {
|
||||
Gui* gui;
|
||||
SceneManager* scene_manager;
|
||||
ViewDispatcher* view_dispatcher;
|
||||
Submenu* submenu;
|
||||
DialogEx* dialog_ex;
|
||||
VariableItemList* var_item_list;
|
||||
} BtSettingsApp;
|
||||
|
||||
typedef enum {
|
||||
BtSettingsAppViewSubmenu,
|
||||
BtSettingsAppViewDialogEx,
|
||||
} BtSettingsAppView;
|
||||
typedef enum { BtSettingsAppViewVarItemList } BtSettingsAppView;
|
||||
|
Reference in New Issue
Block a user