Home
last modified time | relevance | path

Searched refs:data_cb (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/
Dbg96_usb.hpp23 esp_err_t at_start(cdc_acm_data_callback_t data_cb, void *user_arg) in at_start() argument
30 .data_cb = data_cb, in at_start()
55 esp_err_t gnss_start(cdc_acm_data_callback_t data_cb) in gnss_start() argument
65 .data_cb = data_cb, in gnss_start()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c147 .data_cb = handle_rx,
196 .data_cb = handle_rx,
200 dev_config.data_cb = handle_rx2;
257 .data_cb = handle_rx,
290 .data_cb = handle_rx
327 .data_cb = handle_rx
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_av.h86 esp_a2d_sink_data_cb_t data_cb; member
/hal_espressif-3.6.0/examples/protocols/http2_request/components/sh2lib/
Dsh2lib.c335 sh2lib_putpost_data_cb_t data_cb = source->ptr; in sh2lib_data_provider_cb() local
336 return (*data_cb)(h2, (char *)buf, length, data_flags); in sh2lib_data_provider_cb()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/
Dusb-cdc.c74 .data_cb = handle_rx in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/
Dcdc_acm_host.h101 …cdc_acm_data_callback_t data_cb; /**< Device's data RX callback function. Can be NULL for wri… member
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_a2dp_api.c85 arg.data_cb = callback; in esp_a2d_sink_register_data_callback()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c741 …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.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_av.c1474 btc_a2dp_sink_reg_data_cb(arg->data_cb); in btc_a2dp_call_handler()