Home
last modified time | relevance | path

Searched refs:send_report (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hd.c506 param.send_report.status = ret; in btc_hd_send_report()
507 param.send_report.reason = 0; in btc_hd_send_report()
508 param.send_report.report_type = report.type; in btc_hd_send_report()
509 param.send_report.report_id = report.id; in btc_hd_send_report()
592 utl_freebuf((void **)&arg->send_report.data); in btc_hd_call_arg_deep_free()
622 …btc_hd_send_report(arg->send_report.type, arg->send_report.id, arg->send_report.len, arg->send_rep… in btc_hd_call_handler()
794 param.send_report.status = p_data->send_report.status; in btc_hd_cb_handler()
795 param.send_report.reason = p_data->send_report.reason; in btc_hd_cb_handler()
796 param.send_report.report_type = p_data->send_report.report_type; in btc_hd_cb_handler()
797 param.send_report.report_id = p_data->send_report.report_id; in btc_hd_cb_handler()
[all …]
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_hidd_api.c137 args.send_report.type = type; in esp_bt_hid_device_send_report()
138 args.send_report.id = id; in esp_bt_hid_device_send_report()
139 args.send_report.len = len; in esp_bt_hid_device_send_report()
140 args.send_report.data = data; in esp_bt_hid_device_send_report()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hd/
Dbta_hd_act.c378 cback_data.send_report.status = (ret == HID_SUCCESS ? BTA_HD_OK : BTA_HD_ERROR); in bta_hd_send_report_act()
379 cback_data.send_report.reason = ret; in bta_hd_send_report_act()
380 cback_data.send_report.report_id = report_id; in bta_hd_send_report_act()
381 cback_data.send_report.report_type = p_report->type; in bta_hd_send_report_act()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hd.h75 } send_report; member
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device/main/
Dmain.c293 ESP_LOGI(TAG, "ESP_HIDD_SEND_REPORT_EVT id:0x%02x, type:%d", param->send_report.report_id, in esp_bt_hidd_cb()
294 param->send_report.report_type); in esp_bt_hidd_cb()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_hd_api.h151 tBTA_HD_API_SEND_REPORT send_report; /* BTA_HD_API_SEND_REPORT_EVT */ member
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hd/include/
Dbta_hd_int.h108 tBTA_HD_SEND_REPORT send_report; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_hidd_api.h200 } send_report; /*!< HIDD callback param of ESP_HIDD_SEND_REPORT_EVT */ member