Loading system/gd/metrics/chromeos/metrics_event.cc +2 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,8 @@ enum class ProfilesFloss { A2dpSink = 0, A2dpSource, AdvAudioDist, Bas, Dis, Hsp, HspAg, Hfp, Loading system/gd/rust/linux/stack/src/uuid.rs +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ pub const COORDINATED_SET: &str = "00001846-0000-1000-8000-00805F9B34FB"; pub const BASE_UUID: &str = "00000000-0000-1000-8000-00805F9B34FB"; /// List of profiles that with known uuids. /// Append new profiles to the end of the enum. Do not insert it in the middle. #[derive(Clone, Debug, Hash, PartialEq, PartialOrd, Eq, Ord, FromPrimitive, ToPrimitive, Copy)] #[repr(u32)] pub enum Profile { Loading Loading
system/gd/metrics/chromeos/metrics_event.cc +2 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,8 @@ enum class ProfilesFloss { A2dpSink = 0, A2dpSource, AdvAudioDist, Bas, Dis, Hsp, HspAg, Hfp, Loading
system/gd/rust/linux/stack/src/uuid.rs +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ pub const COORDINATED_SET: &str = "00001846-0000-1000-8000-00805F9B34FB"; pub const BASE_UUID: &str = "00000000-0000-1000-8000-00805F9B34FB"; /// List of profiles that with known uuids. /// Append new profiles to the end of the enum. Do not insert it in the middle. #[derive(Clone, Debug, Hash, PartialEq, PartialOrd, Eq, Ord, FromPrimitive, ToPrimitive, Copy)] #[repr(u32)] pub enum Profile { Loading