Searched refs:report_id (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_hd_api.h | 106 uint8_t report_id; member 112 uint8_t report_id; member 120 uint8_t report_id; member 129 uint8_t report_id; member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_hidd_api.h | 206 uint8_t report_id; /*!< report id */ member 222 uint8_t report_id; /*!< report id */ member 231 uint8_t report_id; /*!< report id */ member 247 uint8_t report_id; /*!< interrupt channel report id */ member
|
D | esp_hidh_api.h | 446 …t_hid_host_get_report(esp_bd_addr_t bd_addr, esp_hidh_report_type_t report_type, uint8_t report_id,
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/ |
D | bta_hd_act.c | 363 uint8_t report_id; in bta_hd_send_report_act() local 370 report_id = (bta_hd_cb.use_report_id || bta_hd_cb.boot_mode) ? p_report->id : 0x00; in bta_hd_send_report_act() 372 ret = HID_DevSendReport(channel, p_report->type, report_id, p_report->len, p_report->data); in bta_hd_send_report_act() 380 cback_data.send_report.report_id = report_id; in bta_hd_send_report_act() 533 ret.report_id = *p_buf; in bta_hd_intr_data_act() 537 ret.report_id = 0; in bta_hd_intr_data_act() 581 ret.report_id = *p_buf; in bta_hd_get_report_act() 624 ret.report_id = *p_buf; in bta_hd_set_report_act() 628 ret.report_id = 0; in bta_hd_set_report_act()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/ |
D | btc_hd.c | 602 param.send_report.report_id = report.id; in btc_hd_send_report() 874 param.get_report.report_id = p_data->get_report.report_id; in btc_hd_cb_handler() 880 param.set_report.report_id = p_data->set_report.report_id; in btc_hd_cb_handler() 900 param.intr_data.report_id = p_data->intr_data.report_id; in btc_hd_cb_handler() 932 param.send_report.report_id = p_data->send_report.report_id; in btc_hd_cb_handler()
|
D | btc_hh.c | 876 … BTA_HhGetReport(p_dev->dev_handle, arg->get_report.report_type, arg->get_report.report_id, in btc_hh_get_report()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_hidh_api.c | 190 …t_hid_host_get_report(esp_bd_addr_t bd_addr, esp_hidh_report_type_t report_type, uint8_t report_id, in esp_bt_hid_host_get_report() argument 203 arg.get_report.report_id = report_id; in esp_bt_hid_host_get_report()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | hidh_api.h | 187 UINT8 report_id, BT_HDR *pbuf);
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_hh.h | 152 uint8_t report_id; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/ |
D | hidh_api.c | 505 UINT8 param, UINT16 data, UINT8 report_id, BT_HDR *pbuf ) in HID_HostWriteDev() argument 529 status = hidh_conn_snd_data( dev_handle, t_type, param, data, report_id, pbuf ) ; in HID_HostWriteDev()
|
D | hidh_conn.c | 826 UINT16 data, UINT8 report_id, BT_HDR *buf) in hidh_conn_snd_data() argument 910 if ( (trans_type == HID_TRANS_GET_REPORT) && (report_id != 0) ) { in hidh_conn_snd_data() 911 *p_out = report_id; in hidh_conn_snd_data()
|