Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/api/include/api/
Desp_blufi_api.h36ESP_BLUFI_EVENT_RECV_USERNAME, /*<! When Phone send username to ESP32, this … enumerator
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c480 case ESP_BLUFI_EVENT_RECV_USERNAME: in btc_blufi_cb_deep_copy()
552 case ESP_BLUFI_EVENT_RECV_USERNAME: in btc_blufi_cb_deep_free()
639 case ESP_BLUFI_EVENT_RECV_USERNAME: in btc_blufi_cb_handler()
640 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_RECV_USERNAME, param); in btc_blufi_cb_handler()
Dblufi_protocol.c184 msg.act = ESP_BLUFI_EVENT_RECV_USERNAME; in btc_blufi_protocol_handler()