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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/targets/f6/ble-glue/ble_glue.h b/firmware/targets/f6/ble-glue/ble_glue.h
index ac668c42..a95d633c 100644
--- a/firmware/targets/f6/ble-glue/ble_glue.h
+++ b/firmware/targets/f6/ble-glue/ble_glue.h
@@ -38,6 +38,8 @@ bool ble_glue_is_radio_stack_ready();
*/
void ble_glue_set_key_storage_changed_callback(BleGlueKeyStorageChangedCallback callback, void* context);
+void ble_glue_thread_stop();
+
#ifdef __cplusplus
}
#endif