Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/api/include/api/
Desp_blufi_api.h29ESP_BLUFI_EVENT_RECV_STA_SSID, /*<! When Phone send STA SSID to ESP32 to con… enumerator
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c452 case ESP_BLUFI_EVENT_RECV_STA_SSID: in btc_blufi_cb_deep_copy()
540 case ESP_BLUFI_EVENT_RECV_STA_SSID: in btc_blufi_cb_deep_free()
618 case ESP_BLUFI_EVENT_RECV_STA_SSID: in btc_blufi_cb_handler()
619 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_RECV_STA_SSID, param); in btc_blufi_cb_handler()
Dblufi_protocol.c124 msg.act = ESP_BLUFI_EVENT_RECV_STA_SSID; in btc_blufi_protocol_handler()