-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: thread apps working over new menus system
- Loading branch information
1 parent
7bc4308
commit 85d9ef7
Showing
3 changed files
with
42 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
#pragma once | ||
#define TAG_OT_MODULE "open_thread:main" | ||
/** | ||
* @brief Begin the bluetooth module | ||
* | ||
* @param app_selected The selected app | ||
*/ | ||
|
||
void open_thread_module_begin(); | ||
|
||
void open_thread_module_exit(); | ||
|
||
void open_thread_module_broadcast_enter(); | ||
|
||
void open_thread_module_sniffer_enter(); | ||
|
||
void open_thread_module_sniffer_run(); |