Home
last modified time | relevance | path

Searched refs:SC_EVENT_SEND_ACK_DONE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_smartconfig.h39 SC_EVENT_SEND_ACK_DONE, /*!< ESP32 station smartconfig has sent ACK to cellphone */ enumerator
/hal_espressif-3.6.0/examples/wifi/smart_config/main/
Dsmartconfig_main.c83 } else if (event_base == SC_EVENT && event_id == SC_EVENT_SEND_ACK_DONE) { in event_handler()
/hal_espressif-3.6.0/components/esp_wifi/src/
Dsmartconfig_ack.c185 esp_event_post(SC_EVENT, SC_EVENT_SEND_ACK_DONE, NULL, 0, portMAX_DELAY); in sc_ack_send_task()