Home
last modified time | relevance | path

Searched refs:protocomm_add_endpoint (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.5.0/examples/provisioning/legacy/custom_config/main/
Dapp_prov.c89 if (protocomm_add_endpoint(g_prov->pc, "prov-config", in app_prov_start_service()
98 if (protocomm_add_endpoint(g_prov->pc, "custom-config", in app_prov_start_service()
/hal_espressif-3.5.0/components/protocomm/include/common/
Dprotocomm.h94 esp_err_t protocomm_add_endpoint(protocomm_t *pc, const char *ep_name,
/hal_espressif-3.5.0/docs/en/api-reference/provisioning/
Dprotocomm.rst93 protocomm_add_endpoint(pc, "echo_req_endpoint",
150 protocomm_add_endpoint(pc, "echo_req_endpoint", echo_req_handler, NULL);
/hal_espressif-3.5.0/components/esp_local_ctrl/src/
Desp_local_ctrl.c174 ret = protocomm_add_endpoint(local_ctrl_inst_ctx->pc, "esp_local_ctrl/control", in esp_local_ctrl_start()
423 ret = protocomm_add_endpoint(local_ctrl_inst_ctx->pc, ep_name, in esp_local_ctrl_set_handler()
/hal_espressif-3.5.0/examples/provisioning/legacy/console_prov/main/
Dapp_prov.c83 if (protocomm_add_endpoint(g_prov->pc, "prov-config", in app_prov_start_service()
/hal_espressif-3.5.0/examples/provisioning/legacy/ble_prov/main/
Dapp_prov.c142 if (protocomm_add_endpoint(g_prov->pc, "prov-config", in app_prov_start_service()
/hal_espressif-3.5.0/examples/provisioning/legacy/softap_prov/main/
Dapp_prov.c86 if (protocomm_add_endpoint(g_prov->pc, "prov-config", in app_prov_start_service()
/hal_espressif-3.5.0/components/wifi_provisioning/src/
Dmanager.c335 ret = protocomm_add_endpoint(prov_ctx->pc, "prov-config", in wifi_prov_mgr_start_service()
357 ret = protocomm_add_endpoint(prov_ctx->pc, "prov-scan", in wifi_prov_mgr_start_service()
437 err = protocomm_add_endpoint(prov_ctx->pc, ep_name, handler, user_ctx); in wifi_prov_mgr_endpoint_register()
/hal_espressif-3.5.0/components/protocomm/src/common/
Dprotocomm.c125 esp_err_t protocomm_add_endpoint(protocomm_t *pc, const char *ep_name, in protocomm_add_endpoint() function
/hal_espressif-3.5.0/components/protocomm/test/
Dtest_protocomm.c668 if (protocomm_add_endpoint(test_pc, "test-ep", in start_test_service()