Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/api/include/api/
Desp_blufi_api.h18ESP_BLUFI_EVENT_INIT_FINISH = 0, /*<! When BLUFI init complete, this event hap… enumerator
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c294 msg.act = ESP_BLUFI_EVENT_INIT_FINISH; in blufi_profile_cb()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c583 case ESP_BLUFI_EVENT_INIT_FINISH: { in btc_blufi_cb_handler()
584 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_INIT_FINISH, param); in btc_blufi_cb_handler()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c476 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_INIT_FINISH, &param); in esp_blufi_init()