Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhid_host.rs469 pub fn activate_hidp(&mut self, active: bool) { in activate_hidp() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs731 self.hh.as_mut().unwrap().activate_hidp(false); in disable_profile()
758 self.hh.as_mut().unwrap().activate_hidp(true); in enable_profile()