ESP-IDF + 0/8 examples
SourceVu will show references to esp_event_handler_unregister() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

ESP_OK success ESP_ERR_INVALID_ARG invalid combination of event base and event ID others fail

Notes

When using ESP_EVENT_ANY_ID, handlers registered to specific event IDs using the same base will not be unregistered. When using ESP_EVENT_ANY_BASE, events registered to specific bases will also not be unregistered. This avoids accidental unregistration of handlers registered by other users or components.

References

from examples