mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/BLEQABR23-632' into 'master'
fix(ble_mesh): avoid executing bt_mesh_host_init() more than once when using nimble Closes BLERP-104 See merge request espressif/esp-idf!26236
This commit is contained in:
commit
e445213cf8
@ -87,7 +87,8 @@ int bt_mesh_host_init(void)
|
||||
int rc;
|
||||
|
||||
if (init == true) {
|
||||
return -EALREADY;
|
||||
BT_WARN("Already initialized host for mesh!");
|
||||
return 0;
|
||||
}
|
||||
|
||||
rc = btc_init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user