Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/api/include/api/
Desp_blufi_api.h21ESP_BLUFI_EVENT_BLE_CONNECT, /*<! When Phone connect to ESP32 with BLE, th… enumerator
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c321 msg.act = ESP_BLUFI_EVENT_BLE_CONNECT; in esp_blufi_gap_event()
559 msg.act = ESP_BLUFI_EVENT_BLE_CONNECT; in esp_blufi_handle_gap_events()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c316 msg.act = ESP_BLUFI_EVENT_BLE_CONNECT; in blufi_profile_cb()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c591 case ESP_BLUFI_EVENT_BLE_CONNECT: in btc_blufi_cb_handler()
592 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_BLE_CONNECT, param); in btc_blufi_cb_handler()