Home
last modified time | relevance | path

Searched refs:esp_blufi_cb_event_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/common/api/include/api/
Desp_blufi_api.h46 } esp_blufi_cb_event_t; typedef
300 typedef void (* esp_blufi_event_cb_t)(esp_blufi_cb_event_t event, esp_blufi_cb_param_t *param);
/hal_espressif-latest/components/bt/common/btc/profile/esp/include/
Dbtc_blufi_prf.h96 void btc_blufi_cb_to_app(esp_blufi_cb_event_t event, esp_blufi_cb_param_t *param);
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c37 inline void btc_blufi_cb_to_app(esp_blufi_cb_event_t event, esp_blufi_cb_param_t *param) in btc_blufi_cb_to_app()