Searched refs:get_profile_uuid (Results 1 – 5 of 5) sorted by relevance
66 *UuidHelper::get_profile_uuid(&Profile::Dis).expect("DIS uuid mapping missing"), in handle_callbacks()
181 pub fn get_profile_uuid(profile: &Profile) -> Option<&Uuid> { in get_profile_uuid() method
67 self.is_service_allowed(UuidHelper::get_profile_uuid(&profile).unwrap()) in is_profile_allowed()
2931 *UuidHelper::get_profile_uuid(&profile).unwrap_or(&Uuid::empty()) in is_dual_mode_audio_sink_device()3031 .contains(UuidHelper::get_profile_uuid(&Profile::Hogp).unwrap()) in connection_state()
579 if let Some(&uuid) = UuidHelper::get_profile_uuid(&prof) { in cmd_adapter()