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.cc173 void BTA_HhSetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhSetReport() argument
176 if (r_type == BTA_HH_RPTT_FEATURE) in BTA_HhSetReport()
177 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_REPORT, r_type, 0, 0, in BTA_HhSetReport()
181 bta_hh_snd_write_dev(dev_handle, HID_TRANS_DATA, r_type, 0, 0, p_data); in BTA_HhSetReport()
192 void BTA_HhGetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhGetReport() argument
194 uint8_t param = (buf_size) ? (r_type | 0x08) : r_type; in BTA_HhGetReport()
Dbta_hh_le.cc377 tBTA_HH_RPT_TYPE r_type, in bta_hh_le_find_rpt_by_idtype() argument
384 r_type, rpt_id); in bta_hh_le_find_rpt_by_idtype()
388 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()
1793 void bta_hh_le_get_rpt(tBTA_HH_DEV_CB* p_cb, tBTA_HH_RPT_TYPE r_type, in bta_hh_le_get_rpt() argument
1796 p_cb->hid_srvc.report, p_cb->mode, r_type, rpt_id); in bta_hh_le_get_rpt()
1844 void bta_hh_le_write_rpt(tBTA_HH_DEV_CB* p_cb, tBTA_HH_RPT_TYPE r_type, in bta_hh_le_write_rpt() argument
1860 r_type, rpt_id); in bta_hh_le_write_rpt()
/system/bt/btif/include/
Dbtif_hh.h110 bthh_report_type_t r_type, uint16_t size,
113 bthh_report_type_t r_type, uint8_t reportId,
/system/bt/bta/include/
Dbta_hh_api.h383 extern void BTA_HhSetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type,
395 extern void BTA_HhGetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type,
/system/bt/btif/src/
Dbtif_hh.cc654 void btif_hh_setreport(btif_hh_device_t* p_dev, bthh_report_type_t r_type, in btif_hh_setreport() argument
662 BTA_HhSetReport(p_dev->dev_handle, r_type, p_buf); in btif_hh_setreport()
703 void btif_hh_getreport(btif_hh_device_t* p_dev, bthh_report_type_t r_type, in btif_hh_getreport() argument
705 BTA_HhGetReport(p_dev->dev_handle, r_type, reportId, bufferSize); in btif_hh_getreport()