Home
last modified time | relevance | path

Searched refs:event_cb (Results 1 – 25 of 25) sorted by relevance

/hal_espressif-3.4.0/components/wifi_provisioning/include/wifi_provisioning/
Dscheme_ble.h35 .event_cb = wifi_prov_scheme_ble_event_cb_free_btdm, \
42 .event_cb = wifi_prov_scheme_ble_event_cb_free_ble, \
49 .event_cb = wifi_prov_scheme_ble_event_cb_free_bt, \
Dmanager.h88 wifi_prov_cb_func_t event_cb; member
100 .event_cb = NULL, \
/hal_espressif-3.4.0/components/wpa_supplicant/src/wps/
Dwps_common.c284 if (wps->event_cb == NULL) { in wps_fail_event()
293 wps->event_cb(wps->cb_ctx, WPS_EV_FAIL, data); in wps_fail_event()
300 if (wps->event_cb == NULL) in wps_success_event()
303 wps->event_cb(wps->cb_ctx, WPS_EV_SUCCESS, NULL); in wps_success_event()
315 if (wps->event_cb == NULL) { in wps_pwd_auth_fail_event()
323 wps->event_cb(wps->cb_ctx, WPS_EV_PWD_AUTH_FAIL, data); in wps_pwd_auth_fail_event()
330 if (wps->event_cb == NULL) in wps_pbc_overlap_event()
333 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_OVERLAP, NULL); in wps_pbc_overlap_event()
339 if (wps->event_cb == NULL) in wps_pbc_timeout_event()
342 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_TIMEOUT, NULL); in wps_pbc_timeout_event()
Dwps_enrollee.c955 if (wps->wps->event_cb) { in wps_process_m2d()
979 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_M2D, &data); in wps_process_m2d()
1121 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_AP_PIN_SUCCESS, in wps_process_m6()
Dwps.h743 void (*event_cb)(void *ctx, enum wps_event event, member
/hal_espressif-3.4.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c146 .event_cb = notif_cb,
195 .event_cb = notif_cb,
256 .event_cb = notif_cb,
289 .event_cb = notif_cb,
326 .event_cb = notif_cb,
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/test/
Dtest_esp_event_cxx.cpp248 std::function<void(const ESPEvent &, const void *)> event_cb; variable
249 TEST_THROW(event_loop.register_event(TEMPLATE_EVENT_0, event_cb), EventException);
257 std::function<void(const ESPEvent &, const void *)> event_cb; variable
259 …TEST_THROW(event_loop.register_event_timed(TEMPLATE_EVENT_0, event_cb, std::chrono::microseconds(1…
268 …std::function<void(const ESPEvent &, const void *)> event_cb = [](const ESPEvent &ev, const void *… in __anon0bbb0e810b02() variable
270 …TEST_THROW(event_loop.register_event_timed(TEMPLATE_EVENT_0, event_cb, std::chrono::microseconds(1…
281 …std::function<void(const ESPEvent &, const void *)> event_cb = [&](const ESPEvent &ev, const void … in __anon0bbb0e810c02() variable
291 …TEST_THROW(event_loop.register_event_timed(TEMPLATE_EVENT_0, event_cb, std::chrono::microseconds(4…
/hal_espressif-3.4.0/examples/peripherals/sdio/slave/main/
Dapp_main.c145 static void event_cb(uint8_t pos) in event_cb() function
167 .event_cb = event_cb, in app_main()
/hal_espressif-3.4.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/
Dbg96_usb.hpp29 .event_cb = NULL, in at_start()
64 .event_cb = NULL, in gnss_start()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btu/
Dbtu_task.c179 if (btu_cb.event_reg[i].event_cb == NULL) { in btu_hci_msg_process()
184 if (btu_cb.event_reg[i].event_cb) { in btu_hci_msg_process()
185 btu_cb.event_reg[i].event_cb(p_msg); in btu_hci_msg_process()
/hal_espressif-3.4.0/components/usb/
Dusbh.c94 usbh_event_cb_t event_cb; member
326 usbh_obj->constant.event_cb = usbh_config->event_cb; in usbh_install()
442 …p_usbh_obj->constant.event_cb((usb_device_handle_t)dev_obj, USBH_EVENT_DEV_GONE, p_usbh_obj->const… in usbh_process()
457 …p_usbh_obj->constant.event_cb((usb_device_handle_t)NULL, USBH_EVENT_DEV_ALL_FREE, p_usbh_obj->cons… in usbh_process()
469 …p_usbh_obj->constant.event_cb((usb_device_handle_t)dev_obj, USBH_EVENT_DEV_NEW, p_usbh_obj->consta… in usbh_process()
Dusb_host.c400 .event_cb = dev_event_callback, in usb_host_install()
/hal_espressif-3.4.0/components/wifi_provisioning/src/
Dmanager.c162 wifi_prov_cb_func_t app_cb = prov_ctx->mgr_config.app_event_handler.event_cb; in execute_event_cb()
165 wifi_prov_cb_func_t scheme_cb = prov_ctx->mgr_config.scheme_event_handler.event_cb; in execute_event_cb()
467 wifi_prov_cb_func_t app_cb = prov_ctx->mgr_config.app_event_handler.event_cb; in prov_stop_task()
470 wifi_prov_cb_func_t scheme_cb = prov_ctx->mgr_config.scheme_event_handler.event_cb; in prov_stop_task()
1352 wifi_prov_cb_func_t app_cb = prov_ctx->mgr_config.app_event_handler.event_cb; in wifi_prov_mgr_deinit()
1355 wifi_prov_cb_func_t scheme_cb = prov_ctx->mgr_config.scheme_event_handler.event_cb; in wifi_prov_mgr_deinit()
/hal_espressif-3.4.0/components/driver/include/driver/
Dsdio_slave.h36 …sdio_event_cb_t event_cb; ///< when the host interrupts slave, this callback will be… member
/hal_espressif-3.4.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/
Dusb-cdc.c73 .event_cb = NULL, in app_main()
/hal_espressif-3.4.0/components/usb/private_include/
Dusbh.h110 usbh_event_cb_t event_cb; /**< USBH event callback */ member
/hal_espressif-3.4.0/components/driver/test/
Dtest_sdio.c536 static void event_cb(uint8_t event) in event_cb() function
561 .event_cb = event_cb, in test_framework_slave()
/hal_espressif-3.4.0/components/bt/common/api/
Desp_blufi_api.c31 return (btc_profile_cb_set(BTC_PID_BLUFI, callbacks->event_cb) == 0 ? ESP_OK : ESP_FAIL); in esp_blufi_register_callbacks()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/
Dbtu.h213 tBTU_EVENT_CALLBACK event_cb; /* callback triggered when event is in range */ member
/hal_espressif-3.4.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/
Dcdc_acm_host.h100 cdc_acm_host_dev_callback_t event_cb; /**< Device's event callback function. Can be NULL */ member
/hal_espressif-3.4.0/components/bt/common/api/include/api/
Desp_blufi_api.h341 esp_blufi_event_cb_t event_cb; /*!< BLUFI event callback */ member
/hal_espressif-3.4.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c256 static esp_err_t cdc_acm_start(cdc_dev_t *cdc_dev, cdc_acm_host_dev_callback_t event_cb, cdc_acm_da… in cdc_acm_start() argument
262 cdc_dev->notif.cb = event_cb; in cdc_acm_start()
741 …ESP_GOTO_ON_ERROR(cdc_acm_start(cdc_dev, dev_config->event_cb, dev_config->data_cb, dev_config->us… in cdc_acm_host_open()
804 …ESP_GOTO_ON_ERROR(cdc_acm_start(cdc_dev, dev_config->event_cb, dev_config->data_cb, dev_config->us… in cdc_acm_host_open_vendor_specific()
/hal_espressif-3.4.0/components/wpa_supplicant/src/tls/
Dtls.h75 void (*event_cb)(void *ctx, enum tls_event ev, member
/hal_espressif-3.4.0/components/driver/
Dsdio_slave.c464 if (context.config.event_cb != NULL) { in sdio_intr_host()
465 (*context.config.event_cb)(i); in sdio_intr_host()
/hal_espressif-3.4.0/examples/bluetooth/blufi/main/
Dblufi_example_main.c189 .event_cb = example_event_callback,