/hal_espressif-3.4.0/components/wifi_provisioning/include/wifi_provisioning/ |
D | scheme_ble.h | 35 .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, \
|
D | manager.h | 88 wifi_prov_cb_func_t event_cb; member 100 .event_cb = NULL, \
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/wps/ |
D | wps_common.c | 284 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()
|
D | wps_enrollee.c | 955 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()
|
D | wps.h | 743 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/ |
D | test_cdc_acm_host.c | 146 .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/ |
D | test_esp_event_cxx.cpp | 248 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/ |
D | app_main.c | 145 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/ |
D | bg96_usb.hpp | 29 .event_cb = NULL, in at_start() 64 .event_cb = NULL, in gnss_start()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btu/ |
D | btu_task.c | 179 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/ |
D | usbh.c | 94 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()
|
D | usb_host.c | 400 .event_cb = dev_event_callback, in usb_host_install()
|
/hal_espressif-3.4.0/components/wifi_provisioning/src/ |
D | manager.c | 162 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/ |
D | sdio_slave.h | 36 …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/ |
D | usb-cdc.c | 73 .event_cb = NULL, in app_main()
|
/hal_espressif-3.4.0/components/usb/private_include/ |
D | usbh.h | 110 usbh_event_cb_t event_cb; /**< USBH event callback */ member
|
/hal_espressif-3.4.0/components/driver/test/ |
D | test_sdio.c | 536 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/ |
D | esp_blufi_api.c | 31 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/ |
D | btu.h | 213 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/ |
D | cdc_acm_host.h | 100 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/ |
D | esp_blufi_api.h | 341 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/ |
D | cdc_acm_host.c | 256 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/ |
D | tls.h | 75 void (*event_cb)(void *ctx, enum tls_event ev, member
|
/hal_espressif-3.4.0/components/driver/ |
D | sdio_slave.c | 464 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/ |
D | blufi_example_main.c | 189 .event_cb = example_event_callback,
|