Searched refs:rpt_id (Results 1 – 9 of 9) sorted by relevance
/system/bt/bta/hh/ |
D | bta_hh_api.cc | 137 uint8_t param, uint16_t data, uint8_t rpt_id, in bta_hh_snd_write_dev() argument 148 p_buf->rpt_id = rpt_id; in bta_hh_snd_write_dev() 179 uint8_t rpt_id, uint16_t buf_size) { in BTA_HhGetReport() argument 183 rpt_id, NULL); in BTA_HhGetReport()
|
D | bta_hh_le.cc | 108 p_rpt->rpt_id, p_rpt->srvc_inst_id, p_rpt->char_inst_id, in bta_hh_le_hid_report_dbg() 359 uint8_t rpt_id) { in bta_hh_le_find_rpt_by_idtype() argument 364 r_type, rpt_id); in bta_hh_le_find_rpt_by_idtype() 367 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() 424 p_rpt->rpt_id = BTA_HH_KEYBD_RPT_ID; in bta_hh_le_find_alloc_report_entry() 427 p_rpt->rpt_id = BTA_HH_MOUSE_RPT_ID; in bta_hh_le_find_alloc_report_entry() 501 STREAM_TO_UINT8(p_rpt->rpt_id, pp); in bta_hh_le_save_report_ref() 507 APPL_TRACE_DEBUG("%s: report ID: %d", __func__, p_rpt->rpt_id); in bta_hh_le_save_report_ref() 509 rpt_entry.rpt_id = p_rpt->rpt_id; in bta_hh_le_save_report_ref() 553 p_rpt->rpt_id); in bta_hh_le_register_input_notif() [all …]
|
D | bta_hh_int.h | 82 uint8_t rpt_id; member 152 uint8_t rpt_id; member
|
D | bta_hh_act.cc | 1033 p_data->api_sndcmd.rpt_id, in bta_hh_write_dev_act()
|
/system/bt/stack/hid/ |
D | hidh_int.h | 67 uint8_t rpt_id, BT_HDR* buf);
|
/system/bt/bta/include/ |
D | bta_hh_co.h | 33 uint8_t rpt_id; member
|
D | bta_hh_api.h | 415 uint8_t rpt_id, uint16_t buf_size);
|
/system/bt/test/mock/ |
D | mock_bta_hh_api.cc | 57 uint8_t rpt_id, uint16_t buf_size) { in BTA_HhGetReport() argument
|
/system/bt/stack/include/ |
D | gatt_api.h | 367 uint8_t rpt_id; /* report ID */ member
|