Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/targets/f6/ble_glue/ble_glue.h')
-rw-r--r--firmware/targets/f6/ble_glue/ble_glue.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/targets/f6/ble_glue/ble_glue.h b/firmware/targets/f6/ble_glue/ble_glue.h
index 6c8cdce6..646caa8a 100644
--- a/firmware/targets/f6/ble_glue/ble_glue.h
+++ b/firmware/targets/f6/ble_glue/ble_glue.h
@@ -43,8 +43,15 @@ void ble_glue_set_key_storage_changed_callback(
BleGlueKeyStorageChangedCallback callback,
void* context);
+/** Stop SHCI thread */
void ble_glue_thread_stop();
+/** Restart MCU to launch radio stack firmware if necessary
+ *
+ * @return true on radio stack start command
+ */
+bool ble_glue_radio_stack_fw_launch_started();
+
#ifdef __cplusplus
}
#endif