Searched refs:rpt_id (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/ |
D | bta_hh_api.c | 163 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()
|
D | bta_hh_le.c | 143 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 …]
|
D | bta_hh_act.c | 1058 … 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/ |
D | bta_hh_co.h | 31 UINT8 rpt_id; member
|
D | bta_hh_api.h | 418 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/ |
D | hid_int.h | 63 UINT16 data, UINT8 rpt_id, BT_HDR *buf);
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/ |
D | bta_hh_int.h | 108 UINT8 rpt_id; member 189 UINT8 rpt_id; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 270 UINT8 rpt_id; /* report ID */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/ |
D | battery_prf.c | 556 UINT8_TO_STREAM(pp, p_rsp->rpt_ref.rpt_id); in Battery_Rsp()
|