esp_local_ctrl_handlers::usr_ctx field
Context pointer to be passed to above handler functions upon invocation. This is different from the property level context, as this is valid throughout the lifetime of the `esp_local_ctrl` service, and freed only when the service is stopped.
![]()
void *usr_ctx;
esp_local_ctrl_handlers::usr_ctx is read by 3 functions:
![]()
esp_local_ctrl_handlers::usr_ctx