Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/common/api/include/api/
Desp_blufi_api.h43ESP_BLUFI_EVENT_RECV_SOFTAP_CHANNEL, /*<! When Phone send SOFTAP channel to ESP32 … enumerator
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/
Dblufi_protocol.c185 msg.act = ESP_BLUFI_EVENT_RECV_SOFTAP_CHANNEL; in btc_blufi_protocol_handler()
Dblufi_prf.c607 case ESP_BLUFI_EVENT_RECV_SOFTAP_CHANNEL: in btc_blufi_cb_handler()
608 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_RECV_SOFTAP_CHANNEL, param); in btc_blufi_cb_handler()
/hal_espressif-3.6.0/examples/bluetooth/blufi/main/
Dblufi_example_main.c315 case ESP_BLUFI_EVENT_RECV_SOFTAP_CHANNEL: in example_event_callback()