Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_wifi/include/
Dsmartconfig_ack.h34 esp_err_t sc_send_ack_start(smartconfig_type_t type, uint8_t token, uint8_t *cellphone_ip);
/hal_espressif-3.6.0/components/esp_wifi/src/
Dsmartconfig.c44 err = sc_send_ack_start(evt->type, evt->token, evt->cellphone_ip); in handler_got_ssid_passwd()
Dsmartconfig_ack.c201 esp_err_t sc_send_ack_start(smartconfig_type_t type, uint8_t token, uint8_t *cellphone_ip) in sc_send_ack_start() function