Home
last modified time | relevance | path

Searched refs:report_err (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hd.c544 param.report_err.status = ret; in btc_hd_report_error()
545 param.report_err.reason = 0; in btc_hd_report_error()
580 param.report_err.status = ret; in btc_hd_virtual_cable_unplug()
581 param.report_err.reason = 0; in btc_hd_virtual_cable_unplug()
801 param.report_err.status = p_data->report_err.status; in btc_hd_cb_handler()
802 param.report_err.reason = p_data->report_err.reason; in btc_hd_cb_handler()
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_hd_api.h152 tBTA_HD_API_REPORT_ERR report_err; /* BTA_HD_API_REPORT_ERR_EVT */ member
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/hd/include/
Dbta_hd_int.h110 tBTA_HD_REPORT_ERR report_err; member
/hal_espressif-3.5.0/components/bt/host/bluedroid/api/include/api/
Desp_hidd_api.h208 } report_err; /*!< HIDD callback param of ESP_HIDD_REPORT_ERR_EVT */ member
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/hd/
Dbta_hd_act.c408 cback_data.report_err.status = (ret == HID_SUCCESS ? BTA_HD_OK : BTA_HD_ERROR); in bta_hd_report_error_act()
409 cback_data.report_err.reason = ret; in bta_hd_report_error_act()