Home
last modified time | relevance | path

Searched refs:btif_hh_setreport (Results 1 – 3 of 3) sorted by relevance

/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,
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc122 btif_hh_setreport(p_uhid, map_rtype_uhid_hh[req.rtype], req.size, req.data); in uhid_set_report_req_handler()
191 btif_hh_setreport(p_uhid, BTHH_FEATURE_REPORT, ev.u.output.size, in uhid_read_event()
/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() function