Home
last modified time | relevance | path

Searched refs:report_id (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hd_api.h106 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/
Desp_hidd_api.h206 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
Desp_hidh_api.h446 …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/
Dbta_hd_act.c363 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/
Dbtc_hd.c602 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()
Dbtc_hh.c876 … 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/
Desp_hidh_api.c190 …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/
Dhidh_api.h187 UINT8 report_id, BT_HDR *pbuf);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hh.h152 uint8_t report_id; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_api.c505 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()
Dhidh_conn.c826 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()