Home
last modified time | relevance | path

Searched refs:configure_enabled_profiles (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhid_host.rs448 pub fn configure_enabled_profiles(&mut self) -> bool { in configure_enabled_profiles() method
453 configure_enabled_profiles, in configure_enabled_profiles()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hh.h252 void (*configure_enabled_profiles)(bool enable_hidp, bool enable_hogp); member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc2155 static void configure_enabled_profiles(bool enable_hidp, bool enable_hogp) { in configure_enabled_profiles() function
2176 configure_enabled_profiles,
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs822 if self.hh.as_mut().unwrap().configure_enabled_profiles() { in toggle_enabled_profiles()