Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_wifi/include/
Desp_smartconfig.h31 SC_EVENT_SEND_ACK_DONE, /*!< Station smartconfig has sent ACK to cellphone */ enumerator
/hal_espressif-latest/components/esp_wifi/src/
Dsmartconfig_ack.c193 esp_event_post(SC_EVENT, SC_EVENT_SEND_ACK_DONE, NULL, 0, portMAX_DELAY); in sc_ack_send_task()