Searched refs:rpt_id (Results 1 – 9 of 9) sorted by relevance
/system/bt/bta/hh/ |
D | bta_hh_api.c | 152 UINT16 data, UINT8 rpt_id, BT_HDR *p_data) in bta_hh_snd_write_dev() argument 163 p_buf->rpt_id = rpt_id; in bta_hh_snd_write_dev() 193 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size) in BTA_HhGetReport() argument 198 buf_size, rpt_id, NULL); in BTA_HhGetReport()
|
D | bta_hh_le.c | 280 p_rpt->rpt_id, in bta_hh_le_hid_report_dbg() 559 tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id) in bta_hh_le_find_rpt_by_idtype() argument 565 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() 570 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() 634 p_rpt->rpt_id = BTA_HH_KEYBD_RPT_ID; in bta_hh_le_find_alloc_report_entry() 637 p_rpt->rpt_id = BTA_HH_MOUSE_RPT_ID; in bta_hh_le_find_alloc_report_entry() 710 STREAM_TO_UINT8(p_rpt->rpt_id, pp); in bta_hh_le_save_rpt_ref() 717 APPL_TRACE_DEBUG("%s: report ID: %d", __func__, p_rpt->rpt_id); in bta_hh_le_save_rpt_ref() 720 rpt_entry.rpt_id = p_rpt->rpt_id; in bta_hh_le_save_rpt_ref() 805 APPL_TRACE_DEBUG("%s ---> Deregister Report ID: %d", __func__, p_rpt->rpt_id); in bta_hh_le_register_input_notif() [all …]
|
D | bta_hh_int.h | 110 UINT8 rpt_id; member 198 UINT8 rpt_id; member
|
D | bta_hh_act.c | 1106 p_data->api_sndcmd.rpt_id, in bta_hh_write_dev_act()
|
/system/bt/bta/include/ |
D | bta_hh_co.h | 32 UINT8 rpt_id; member
|
D | bta_hh_api.h | 414 UINT8 rpt_id, UINT16 buf_size); 550 extern void bta_hh_le_hid_read_rpt_clt_cfg(BD_ADDR bd_addr, UINT8 rpt_id);
|
/system/bt/stack/hid/ |
D | hidh_int.h | 67 UINT16 data,UINT8 rpt_id, BT_HDR *buf);
|
/system/bt/stack/srvc/ |
D | srvc_battery.c | 354 UINT8_TO_STREAM(pp, p_rsp->rpt_ref.rpt_id); in Battery_Rsp()
|
/system/bt/stack/include/ |
D | gatt_api.h | 252 UINT8 rpt_id; /* report ID */ member
|