Searched refs:rpt_id (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_le.cc | 127 p_rpt->rpt_id, p_rpt->srvc_inst_id, p_rpt->char_inst_id, in bta_hh_le_hid_report_dbg() 375 uint8_t rpt_id) { in bta_hh_le_find_rpt_by_idtype() argument 379 log::verbose("r_type:{} rpt_id:{}", r_type, rpt_id); in bta_hh_le_find_rpt_by_idtype() 382 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() 439 p_rpt->rpt_id = BTA_HH_KEYBD_RPT_ID; in bta_hh_le_find_alloc_report_entry() 442 p_rpt->rpt_id = BTA_HH_MOUSE_RPT_ID; in bta_hh_le_find_alloc_report_entry() 501 uint8_t rpt_type, uint8_t rpt_id) { in bta_hh_le_save_report_ref() argument 502 log::verbose("report ID:{}, report type: {}", rpt_id, rpt_type); in bta_hh_le_save_report_ref() 503 p_rpt->rpt_id = rpt_id; in bta_hh_le_save_report_ref() 510 rpt_entry.rpt_id = p_rpt->rpt_id; in bta_hh_le_save_report_ref() [all …]
|
D | bta_hh_api.cc | 144 uint8_t param, uint16_t data, uint8_t rpt_id, in bta_hh_snd_write_dev() argument 155 p_buf->rpt_id = rpt_id; in bta_hh_snd_write_dev() 186 uint8_t rpt_id, uint16_t buf_size) { in BTA_HhGetReport() argument 190 rpt_id, NULL); in BTA_HhGetReport()
|
D | bta_hh_int.h | 80 uint8_t rpt_id; member 142 uint8_t rpt_id; member 328 uint8_t rpt_type, uint8_t rpt_id);
|
D | bta_hh_act.cc | 1051 p_data->api_sndcmd.rpt_id, in bta_hh_write_dev_act()
|
/packages/modules/Bluetooth/system/stack/hid/ |
D | hidh_int.h | 67 uint8_t param, uint16_t data, uint8_t rpt_id,
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_hh_co.h | 34 uint8_t rpt_id; member
|
D | bta_hh_api.h | 459 uint8_t rpt_id, uint16_t buf_size);
|
/packages/modules/Bluetooth/system/stack/include/ |
D | gatt_api.h | 426 uint8_t rpt_id; /* report ID */ member
|