Searched refs:protocomm_remove_endpoint (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/components/protocomm/src/common/ |
D | protocomm.c | 131 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/ |
D | app_prov.c | 111 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/ |
D | protocomm.h | 115 esp_err_t protocomm_remove_endpoint(protocomm_t *pc, const char *ep_name);
|
/hal_espressif-3.6.0/docs/en/api-reference/provisioning/ |
D | protocomm.rst | 102 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/ |
D | app_prov.c | 98 protocomm_remove_endpoint(g_prov->pc, "prov-config"); in app_prov_stop_service()
|
/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/main/ |
D | app_prov.c | 157 protocomm_remove_endpoint(g_prov->pc, "prov-config"); in app_prov_stop_service()
|
/hal_espressif-3.6.0/examples/provisioning/legacy/softap_prov/main/ |
D | app_prov.c | 99 protocomm_remove_endpoint(g_prov->pc, "prov-config"); in app_prov_stop_service()
|
/hal_espressif-3.6.0/components/wifi_provisioning/src/ |
D | manager.c | 458 protocomm_remove_endpoint(prov_ctx->pc, ep_name); in wifi_prov_mgr_endpoint_unregister()
|