Home
last modified time | relevance | path

Searched refs:esp_blufi_event_cb_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/common/api/include/api/
Desp_blufi_api.h300 typedef void (* esp_blufi_event_cb_t)(esp_blufi_cb_event_t event, esp_blufi_cb_param_t *param); typedef
344 esp_blufi_event_cb_t event_cb; /*!< BLUFI event callback */
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c39 esp_blufi_event_cb_t btc_blufi_cb = (esp_blufi_event_cb_t)btc_profile_cb_get(BTC_PID_BLUFI); in btc_blufi_cb_to_app()