fix(wifi_prov_mgr): Api to keep BLE on after provisioning

This commit is contained in:
shreeyash
2024-07-29 14:27:45 +05:30
parent 1ddd2f42b5
commit 6e6fd2f6a3
8 changed files with 90 additions and 19 deletions

View File

@@ -156,7 +156,7 @@ static struct wifi_prov_mgr_ctx *prov_ctx;
/* This executes registered app_event_callback for a particular event
*
* NOTE : By the time this fucntion returns, it is possible that
* NOTE : By the time this function returns, it is possible that
* the manager got de-initialized due to a call to wifi_prov_mgr_deinit()
* either inside the event callbacks or from another thread. Therefore
* post execution of execute_event_cb(), the validity of prov_ctx must