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/ |
D | bg96_usb.hpp | 23 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/ |
D | test_cdc_acm_host.c | 147 .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/ |
D | btc_av.h | 86 esp_a2d_sink_data_cb_t data_cb; member
|
/hal_espressif-3.6.0/examples/protocols/http2_request/components/sh2lib/ |
D | sh2lib.c | 335 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/ |
D | usb-cdc.c | 74 .data_cb = handle_rx in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/ |
D | cdc_acm_host.h | 101 …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/ |
D | esp_a2dp_api.c | 85 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/ |
D | cdc_acm_host.c | 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.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | btc_av.c | 1474 btc_a2dp_sink_reg_data_cb(arg->data_cb); in btc_a2dp_call_handler()
|