Home
last modified time | relevance | path

Searched refs:send_input (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Duhid_hfp.rs167 pub fn send_input(&mut self, report: u8) -> io::Result<()> { in send_input() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs1940 match uhid.handle.send_input(data) { in uhid_send_input_event_report()