Home
last modified time | relevance | path

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

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