Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c451 case ESP_BLUFI_EVENT_RECV_USERNAME: in btc_blufi_cb_deep_copy()
523 case ESP_BLUFI_EVENT_RECV_USERNAME: in btc_blufi_cb_deep_free()
610 case ESP_BLUFI_EVENT_RECV_USERNAME: in btc_blufi_cb_handler()
611 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_RECV_USERNAME, param); in btc_blufi_cb_handler()
Dblufi_protocol.c193 msg.act = ESP_BLUFI_EVENT_RECV_USERNAME; in btc_blufi_protocol_handler()
/hal_espressif-3.6.0/components/bt/common/api/include/api/
Desp_blufi_api.h44ESP_BLUFI_EVENT_RECV_USERNAME, /*<! When Phone send username to ESP32, this … enumerator
/hal_espressif-3.6.0/examples/bluetooth/blufi/main/
Dblufi_example_main.c337 case ESP_BLUFI_EVENT_RECV_USERNAME: in example_event_callback()