Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_api.cc172 void BTA_HhSetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhSetReport() argument
174 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_REPORT, r_type, 0, 0, p_data); in BTA_HhSetReport()
185 void BTA_HhGetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhGetReport() argument
187 uint8_t param = (buf_size) ? (r_type | 0x08) : r_type; in BTA_HhGetReport()
Dbta_hh_le.cc374 tBTA_HH_RPT_TYPE r_type, 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()
1906 static 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
1909 p_cb->hid_srvc.report, p_cb->mode, r_type, rpt_id); in bta_hh_le_get_rpt()
1962 static 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
1978 r_type, rpt_id); in bta_hh_le_write_rpt()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_hh.h148 void btif_hh_setreport(btif_hh_uhid_t* p_uhid, bthh_report_type_t r_type,
151 void btif_hh_getreport(btif_hh_uhid_t* p_uhid, bthh_report_type_t r_type,
/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_api.h446 void BTA_HhSetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type,
458 void BTA_HhGetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc890 void btif_hh_setreport(btif_hh_uhid_t* p_uhid, bthh_report_type_t r_type, in btif_hh_setreport() argument
897 BTA_HhSetReport(p_uhid->dev_handle, r_type, p_buf); in btif_hh_setreport()
958 void btif_hh_getreport(btif_hh_uhid_t* p_uhid, bthh_report_type_t r_type, in btif_hh_getreport() argument
960 BTA_HhGetReport(p_uhid->dev_handle, r_type, reportId, bufferSize); in btif_hh_getreport()