Searched refs:protocomm_add_endpoint (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.5.0/examples/provisioning/legacy/custom_config/main/ |
D | app_prov.c | 89 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/ |
D | protocomm.h | 94 esp_err_t protocomm_add_endpoint(protocomm_t *pc, const char *ep_name,
|
/hal_espressif-3.5.0/docs/en/api-reference/provisioning/ |
D | protocomm.rst | 93 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/ |
D | esp_local_ctrl.c | 174 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/ |
D | app_prov.c | 83 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/ |
D | app_prov.c | 142 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/ |
D | app_prov.c | 86 if (protocomm_add_endpoint(g_prov->pc, "prov-config", in app_prov_start_service()
|
/hal_espressif-3.5.0/components/wifi_provisioning/src/ |
D | manager.c | 335 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/ |
D | protocomm.c | 125 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/ |
D | test_protocomm.c | 668 if (protocomm_add_endpoint(test_pc, "test-ep", in start_test_service()
|