Searched refs:req_handler (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/protocomm/src/common/ |
D | protocomm.c | 115 ep->req_handler = h; in protocomm_add_endpoint_internal() 205 ret = ep->req_handler(session_id, inbuf, inlen, outbuf, outlen, ep->priv_data); in protocomm_req_handle() 227 ret = ep->req_handler(session_id, in protocomm_req_handle() 267 ret = ep->req_handler(session_id, in protocomm_req_handle() 274 ret = ep->req_handler(session_id, inbuf, inlen, outbuf, outlen, ep->priv_data); in protocomm_req_handle()
|
D | protocomm_priv.h | 36 protocomm_req_handler_t req_handler; /*!< Request handler function */ member
|
/hal_espressif-3.6.0/components/protocomm/src/transports/ |
D | protocomm_console.c | 182 …comm_console_add_endpoint(const char *ep_name, protocomm_req_handler_t req_handler, void *priv_dat… in protocomm_console_add_endpoint() argument 184 (void) req_handler; in protocomm_console_add_endpoint()
|
D | protocomm_httpd.c | 182 protocomm_req_handler_t req_handler, in protocomm_httpd_add_endpoint() argument
|
D | protocomm_ble.c | 335 protocomm_req_handler_t req_handler, in protocomm_ble_add_endpoint() argument
|
D | protocomm_nimble.c | 572 protocomm_req_handler_t req_handler, in protocomm_ble_add_endpoint() argument
|