Home
last modified time | relevance | path

Searched refs:custom_handle (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/esp_local_ctrl/include/
Desp_local_ctrl.h254 void *custom_handle; member
/hal_espressif-3.6.0/docs/en/api-reference/protocols/
Desp_local_ctrl.rst29 .custom_handle = NULL,
75 .custom_handle = NULL,
96 …security requirement. Please note that you will also have to provide `custom_handle` of type `prot…
/hal_espressif-3.6.0/examples/protocols/esp_local_ctrl/main/
Desp_local_ctrl_service.c183 .custom_handle = NULL, in start_esp_local_ctrl_service()
/hal_espressif-3.6.0/components/esp_local_ctrl/src/
Desp_local_ctrl.c156 proto_sec_handle = local_ctrl_inst_ctx->config.proto_sec.custom_handle; in esp_local_ctrl_start()