Home
last modified time | relevance | path

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

/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() function
584 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_INIT_FINISH, param); in btc_blufi_cb_handler()
588 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_DEINIT_FINISH, param); in btc_blufi_cb_handler()
592 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_BLE_CONNECT, param); in btc_blufi_cb_handler()
595 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_BLE_DISCONNECT, param); in btc_blufi_cb_handler()
598 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_SET_WIFI_OPMODE, param); in btc_blufi_cb_handler()
601 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_REQ_CONNECT_TO_AP, NULL); in btc_blufi_cb_handler()
604 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_REQ_DISCONNECT_FROM_AP, NULL); in btc_blufi_cb_handler()
607 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_GET_WIFI_STATUS, NULL); in btc_blufi_cb_handler()
610 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_GET_WIFI_LIST, NULL); in btc_blufi_cb_handler()
[all …]
/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/nimble_host/
Desp_blufi.c476 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_INIT_FINISH, &param); in esp_blufi_init()