Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhid_host.rs168 pub is_hidp_activated: bool, field
204 is_hidp_activated: false, in new()
454 self.is_hidp_activated, in configure_enabled_profiles()
470 if self.is_hidp_activated != active { in activate_hidp()
471 self.is_hidp_activated = active; in activate_hidp()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs784 Profile::Hid => Some(self.hh.as_ref().unwrap().is_hidp_activated), in is_profile_enabled()