Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/include/
H A Dbtif_hh.h133 extern void btif_hh_senddata(btif_hh_device_t* p_dev, uint16_t size,
/aosp12/system/bt/btif/co/
H A Dbta_hh_co.cc130 btif_hh_senddata(p_dev, ev.u.output.size, ev.u.output.data); in uhid_read_event()
/aosp12/system/bt/btif/src/
H A Dbtif_hh.cc650 void btif_hh_senddata(btif_hh_device_t* p_dev, uint16_t size, uint8_t* report) { in btif_hh_senddata() function