mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-05 21:04:49 +00:00
fix(nimble): Fix the sequence of ll and host transport init
This commit is contained in:
@@ -122,9 +122,10 @@ esp_err_t esp_nimble_init(void)
|
||||
os_msys_init();
|
||||
|
||||
#endif
|
||||
|
||||
ble_transport_ll_init();
|
||||
/* Initialize the host */
|
||||
ble_transport_hs_init();
|
||||
ble_transport_ll_init();
|
||||
|
||||
return ESP_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user