This commit is contained in:
Willy-JL
2024-06-06 00:31:41 +01:00
28 changed files with 586 additions and 425 deletions

View File

@@ -460,6 +460,8 @@ int32_t bt_srv(void* p) {
FURI_LOG_W(TAG, "Skipping start in special boot mode");
ble_glue_wait_for_c2_start(FURI_HAL_BT_C2_START_TIMEOUT);
furi_record_create(RECORD_BT, bt);
furi_thread_suspend(furi_thread_get_current_id());
return 0;
}