Home
last modified time | relevance | path

Searched refs:r_type (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_api.c203 void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, BT_HDR *p_data) in BTA_HhSetReport() argument
205 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_REPORT, r_type, 0, 0, p_data); in BTA_HhSetReport()
216 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size) in BTA_HhGetReport() argument
218 UINT8 param = (buf_size) ? (r_type | 0x08) : r_type; in BTA_HhGetReport()
Dbta_hh_le.c506 tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id) in bta_hh_le_find_rpt_by_idtype() argument
512 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()
517 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()
2508 void bta_hh_le_get_rpt(tBTA_HH_DEV_CB *p_cb, UINT8 srvc_inst, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id) in bta_hh_le_get_rpt() argument
2510 …p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc[srvc_inst].report, p_cb->mode, r_type, rpt_id); in bta_hh_le_get_rpt()
2543 tBTA_HH_RPT_TYPE r_type, in bta_hh_le_write_rpt() argument
2561 …p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc[srvc_inst].report, p_cb->mode, r_type, rpt_id); in bta_hh_le_write_rpt()
/system/bt/btif/include/
Dbtif_hh.h108 extern void btif_hh_setreport(btif_hh_device_t *p_dev, bthh_report_type_t r_type,
/system/bt/bta/include/
Dbta_hh_api.h401 extern void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type,
413 extern void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type,
/system/bt/btif/src/
Dbtif_hh.c706 void btif_hh_setreport(btif_hh_device_t *p_dev, bthh_report_type_t r_type, UINT16 size, in btif_hh_setreport() argument
714 BTA_HhSetReport(p_dev->dev_handle, r_type, p_buf); in btif_hh_setreport()