Home
last modified time | relevance | path

Searched refs:protocomm_remove_endpoint (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/protocomm/src/common/
Dprotocomm.c131 esp_err_t protocomm_remove_endpoint(protocomm_t *pc, const char *ep_name) in protocomm_remove_endpoint() function
322 protocomm_remove_endpoint(pc, ep_name); in protocomm_set_security()
338 protocomm_remove_endpoint(pc, ep_name); in protocomm_set_security()
363 return protocomm_remove_endpoint(pc, ep_name); in protocomm_unset_security()
427 return protocomm_remove_endpoint(pc, ep_name); in protocomm_unset_version()
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/main/
Dapp_prov.c111 protocomm_remove_endpoint(g_prov->pc, "custom-config"); in app_prov_stop_service()
113 protocomm_remove_endpoint(g_prov->pc, "prov-config"); in app_prov_stop_service()
/hal_espressif-3.6.0/components/protocomm/include/common/
Dprotocomm.h115 esp_err_t protocomm_remove_endpoint(protocomm_t *pc, const char *ep_name);
/hal_espressif-3.6.0/docs/en/api-reference/provisioning/
Dprotocomm.rst102 protocomm_remove_endpoint(pc, "echo_req_endpoint");
157 protocomm_remove_endpoint(pc, "echo_req_endpoint");
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/main/
Dapp_prov.c98 protocomm_remove_endpoint(g_prov->pc, "prov-config"); in app_prov_stop_service()
/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/main/
Dapp_prov.c157 protocomm_remove_endpoint(g_prov->pc, "prov-config"); in app_prov_stop_service()
/hal_espressif-3.6.0/examples/provisioning/legacy/softap_prov/main/
Dapp_prov.c99 protocomm_remove_endpoint(g_prov->pc, "prov-config"); in app_prov_stop_service()
/hal_espressif-3.6.0/components/wifi_provisioning/src/
Dmanager.c458 protocomm_remove_endpoint(prov_ctx->pc, ep_name); in wifi_prov_mgr_endpoint_unregister()