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/ |
D | blufi_prf.c | 37 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/ |
D | btc_blufi_prf.h | 96 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/ |
D | esp_blufi.c | 476 btc_blufi_cb_to_app(ESP_BLUFI_EVENT_INIT_FINISH, ¶m); in esp_blufi_init()
|