mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ble_mesh: nimble: return error if init host twice
This commit is contained in:
parent
dc20c1fd41
commit
461ffffd77
@ -88,7 +88,7 @@ int bt_mesh_host_init(void)
|
||||
int rc;
|
||||
|
||||
if (init == true) {
|
||||
return 0;
|
||||
return -EALREADY;
|
||||
}
|
||||
|
||||
rc = btc_init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user