esp_local_ctrl_transport is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
Handler for starting a protocomm service as per specified configuration.
void (*) (protocomm_t *pc)
Handler for stopping a protocomm service.
Handler for creating a copy of the transport specific configuration.
esp_err_t (*) (esp_local_ctrl_transport_config_t *config, const char *ep_name, uint16_t ep_uuid)
Handler for allocating resources corresponding to a protocomm endpoint. Usually when adding a new endpoint `protocomm_endpoint_add()` API is used, but the transport layer may need to perform resource allocation for each endpoint, prior to starting the protocomm instance. This handler is useful in that case, as it is called before `start_service()`.
void (*) (esp_local_ctrl_transport_config_t *config)
Handler for freeing a transport specific configuration.