Home
last modified time | relevance | path

Searched refs:Hogp (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Duuid.rs61 Hogp, enumerator
101 Profile::Hogp,
132 (Uuid::from_string(HOGP).unwrap(), Profile::Hogp),
Dbluetooth.rs734 Profile::Hogp => { in disable_profile()
761 Profile::Hogp => { in enable_profile()
786 Profile::Hogp => Some(self.hh.as_ref().unwrap().is_hogp_activated), in is_profile_enabled()
2603 profile == Profile::Hid || profile == Profile::Hogp in get_remote_wake_allowed()
2737 Profile::Hid | Profile::Hogp => { in connect_all_enabled_profiles()
2866 Profile::Hid | Profile::Hogp => { in disconnect_all_enabled_profiles()
3079 BtDeviceType::Ble => Profile::Hogp, in connection_state()
3084 .contains(&UuidHelper::get_profile_uuid(&Profile::Hogp).unwrap()) in connection_state()
3086 Profile::Hogp in connection_state()
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.cc94 Hogp, enumerator
438 case ProfilesFloss::Hogp: in ToProfileConnectionState()