Searched refs:bta_hh_co_write (Results 1 – 2 of 2) sorted by relevance
/system/bt/btif/co/ |
D | bta_hh_co.cc | 267 int bta_hh_co_write(int fd, uint8_t* rpt, uint16_t len) { in bta_hh_co_write() function 461 bta_hh_co_write(p_dev->fd, p_rpt, len); in bta_hh_co_data()
|
/system/bt/btif/src/ |
D | btif_hh.cc | 138 extern void bta_hh_co_write(int fd, uint8_t* rpt, uint16_t len); 221 bta_hh_co_write(fd, hidreport, sizeof(hidreport)); in toggle_os_keylockstates() 233 bta_hh_co_write(fd, hidreport, sizeof(hidreport)); in toggle_os_keylockstates()
|