Home
last modified time | relevance | path

Searched refs:rpt_id (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_api.c163 UINT16 data, UINT8 rpt_id, BT_HDR *p_data) in bta_hh_snd_write_dev() argument
177 p_buf->rpt_id = rpt_id; in bta_hh_snd_write_dev()
207 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size) in BTA_HhGetReport() argument
212 buf_size, rpt_id, NULL); in BTA_HhGetReport()
Dbta_hh_le.c143 p_rpt->rpt_id, in bta_hh_le_hid_report_dbg()
496 tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id) in bta_hh_le_find_rpt_by_idtype() argument
502 APPL_TRACE_DEBUG("bta_hh_le_find_rpt_by_idtype: r_type: %d rpt_id: %d", r_type, rpt_id); in bta_hh_le_find_rpt_by_idtype()
506 if (p_rpt->in_use && p_rpt->rpt_id == rpt_id && r_type == p_rpt->rpt_type) { in bta_hh_le_find_rpt_by_idtype()
567 p_rpt->rpt_id = BTA_HH_KEYBD_RPT_ID; in bta_hh_le_find_alloc_report_entry()
571 p_rpt->rpt_id = BTA_HH_MOUSE_RPT_ID; in bta_hh_le_find_alloc_report_entry()
704 STREAM_TO_UINT8(p_rpt->rpt_id, pp); in bta_hh_le_save_rpt_ref()
712 APPL_TRACE_DEBUG("report ID: %d", p_rpt->rpt_id); in bta_hh_le_save_rpt_ref()
714 rpt_entry.rpt_id = p_rpt->rpt_id; in bta_hh_le_save_rpt_ref()
814 APPL_TRACE_DEBUG("---> Deregister Report ID: %d", p_rpt->rpt_id); in bta_hh_le_register_input_notif()
[all …]
Dbta_hh_act.c1058 … p_data->api_sndcmd.data, p_data->api_sndcmd.rpt_id, p_data->api_sndcmd.p_data); in bta_hh_write_dev_act()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_co.h31 UINT8 rpt_id; member
Dbta_hh_api.h418 UINT8 rpt_id, UINT16 buf_size);
554 extern void bta_hh_le_hid_read_rpt_clt_cfg(BD_ADDR bd_addr, UINT8 rpt_id);
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/include/
Dhid_int.h63 UINT16 data, UINT8 rpt_id, BT_HDR *buf);
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h108 UINT8 rpt_id; member
189 UINT8 rpt_id; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h270 UINT8 rpt_id; /* report ID */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c556 UINT8_TO_STREAM(pp, p_rsp->rpt_ref.rpt_id); in Battery_Rsp()