settings/agent/earcons/
sound_ids.rs

1
2
3
4
5
6
7
8
9
10
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Constant sound ids for the earcons player to uniquely identify sounds.
// Ids must be unique.
pub(crate) const VOLUME_MAX_SOUND_ID: u32 = 0;
pub(crate) const VOLUME_CHANGED_SOUND_ID: u32 = 1;
pub(crate) const BLUETOOTH_CONNECTED_SOUND_ID: u32 = 2;
pub(crate) const BLUETOOTH_DISCONNECTED_SOUND_ID: u32 = 3;