BleGlue: reorder initialization sequence, move core2 start to early stage. (#816)
This commit is contained in:
@@ -374,7 +374,7 @@ static void gap_advetise_timer_callback(void* context) {
|
||||
}
|
||||
|
||||
bool gap_init(BleEventCallback on_event_cb, void* context) {
|
||||
if (ble_glue_get_status() != BleGlueStatusStarted) {
|
||||
if (!ble_glue_is_radio_stack_ready()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user