Keep SHCI for unsupported Radio Stack (#960)

* bt: don't stop shci on wrong stack. Start radios stack if FUS is running
* bt: code clean up, f6 target sync

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
gornekich
2022-01-14 11:39:41 +03:00
committed by GitHub
parent a3aaf50ecd
commit 70a9823e05
6 changed files with 64 additions and 4 deletions

View File

@@ -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